Automate getting data from pg_stat_statements

Developers need to be able to find details stored in pg_stat_statements such as the query and timings of a given query ID. We need to automate this somehow and hook it up to Slack so it's available to all. Developers should be able to obtain this data from both staging and production, though production is the most important.