mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Support for database/user/client based aggregates added to access these statistics with three new views added. Some new counters added including min/max/mean's time histograms. We are saving the parameters of the slow queries, which can be tested later. Did some refactoring of the code, by renaming the whole extension from pg_stat_statement to pg_stat_monitor.
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
# pg_stat_monitor extension
|
|
comment = 'track execution statistics of all SQL statements executed'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/pg_stat_monitor'
|
|
relocatable = true
|