Commit Graph

658 Commits (PG-588)

Author SHA1 Message Date
Ibrar Ahmed 86e2484301 Issue - (#3): README file update. 2019-11-21 18:33:10 +00:00
Ibrar Ahmed 3857313837 Issue - (#3): README file update. 2019-11-21 18:30:49 +00:00
Ibrar Ahmed 8db480c070 Issue - (#3): README file update.
Some formating issues fixed.
2019-11-21 17:55:23 +00:00
Ibrar Ahmed fe1b01995d Issue - (#3): README file update. 2019-11-21 17:52:06 +00:00
Ibrar Ahmed 8286fc44b0 Issue - (#4): Missed to update the "total_calls" when executing the same query multiple times.
Forgot to update the "total_calls" column when a query executes
multipletimes, during refactoring.
2019-11-20 12:00:00 +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
Ibrar Ahmed f70ad5ad48 Issue - (#1): Initial Commit for PostgreSQL's (pg_stat_statement).
The pg_stat_monitor is based on PostgreSQL-11's pg_stat_statement.
To keep track of the changes, this is the base code of
PostgreSQL's pg_stat_statement.

(commit = d898edf4f233a3ffe6a0da64179fc268a1d46200).
2019-11-19 11:34:34 +00:00
Ibrar Ahmed 97c67356ca
Initial commit 2019-11-19 16:32:13 +05:00