Commit Graph

3 Commits (7a0023688bdcaad4d4f4d07718f0d9746839b5e2)

Author SHA1 Message Date
Ibrar Ahmed 7a0023688b Issue - (#8):  Fixing the problem when accessing pg_stat_monitor host column.
When accessing the "host" column, it gives the error in some cases
"ERROR:  result is out of range". The patch changes the host datatype
from int to bigint.
2019-12-03 08:44:27 +00:00
Ibrar Ahmed 3857313837 Issue - (#3): README file update. 2019-11-21 18:30:49 +00:00
Ibrar Ahmed 56d8375c38 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.
2019-11-20 10:30:57 +00:00