Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
37 stars 31 forks source link

Enable pg_stat_statements library in postgres for dev mode #1747

Closed johnaohara closed 4 months ago

johnaohara commented 4 months ago

Describe the bug

It is often useful to retrieve statistical data from postgres during development.

pg_stat_statements provides data about postgres statement execution frequency and processing times, but requires the library to be loaded at startup.

Dev mode should include this option, so that pg_stat_statements functionality can be used during development