Issue - (#2): Extended pg_stat_statement to provide new features.

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.
This commit is contained in:
Ibrar Ahmed
2019-11-20 10:30:57 +00:00
parent f70ad5ad48
commit 56d8375c38
18 changed files with 657 additions and 327 deletions

5
pg_stat_monitor.control Normal file
View File

@@ -0,0 +1,5 @@
# 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