Commit Graph

536 Commits (d499a23bdb175f49c1cb5bc44b7700d53fe4f51e)

Author SHA1 Message Date
Ibrar Ahmed beeb960e82 Issue - (#38),(#39): GUC variable validation does not work properly.
PG-120, PG121
2020-07-30 09:28:30 +00:00
Illia P bdb22b74ca PG-119: Add focal support 2020-07-24 12:24:40 +03:00
Illia P 76deb553fc PG-119: Add version control 2020-07-24 11:26:16 +03:00
Ibrar Ahmed 861fabb39f
Merge pull request #36 from Sudokamikaze/PG-119
PG-119: Fixes to packaging
2020-07-22 21:37:33 +05:00
Illia P 926c98bf4d PG-119: Fixes to packaging 2020-07-22 18:18:22 +03:00
Ibrar Ahmed a5ae569e61 Issue - (#35): Fix a compilation error on Centos. 2020-07-22 09:44:30 +00:00
Ibrar Ahmed 355436c4dc Issue - (#34): PostgreSQL Version 13 support added. 2020-06-23 17:24:21 +00:00
Ibrar Ahmed 5536041539 Issue - (#33): Display all the custom configuration parameters used for pg_stat_monitor.
A new view named (pg_stat_monitor_settings) is added to see all the custom
configuration parameters and its default, min, max, and type.
2020-05-25 11:58:22 +00:00
Ibrar Ahmed 6b5b2e0948 Issue - (#32): Fix the table_name's empty or wrong values issue.
Increase the size of the table_names array to fit all the names of
tables in that array. Accidentally set the very low value for that.
2020-05-01 15:43:42 +00:00
Ibrar Ahmed 30a8e92aa8 Issue - (#31): PostgreSQL Version 13 Support added. 2020-04-24 16:27:30 +00:00
Ibrar Ahmed beca034067 Issue (#30) - Code refactoring. 2020-04-15 09:49:02 +00:00
Ibrar Ahmed c9de79b6ba Issue (#29) - Fix regression test, broken by latest fixes. 2020-04-14 13:04:21 +00:00
Ibrar Ahmed a2b9726f81 Issue (#28): Fix missing query issue.
There was a problem in the SQL file to query the wait events.
2020-04-14 12:33:37 +00:00
Ibrar Ahmed fca8cd431a Issue - (#27): PG-106: Support for WaitEvents, similar to pg_stat_activity added. 2020-03-20 05:17:10 +00:00
Ibrar Ahmed 76015097f2
Merge pull request #25 from ibrarahmad/master
Major refactoring to support multiple new features.
2020-02-28 01:21:16 +05:00
Ibrar Ahmed 179e99d692 Major refactoring to support multiple new features.
Issue - (#16): PG-112: Change the column name "ip" to "client_ip" for readability purpose.
Issue - (#17): PG-111: Show all the queries from complete and incomplete buckets.
Issue - (#18): PG-108: Log the bucket start time.
Issue - (#19): PG-99: Response time histogram.
Issue - (#20): PG-97: Log CPU time for a query.
Issue - (#21): PG-96: Show objects(tables) involved in the query.
Issue - (#22): PG-93: Retain the bucket, and don't delete the bucket automatically.
Issue - (#23): PG-91: Log queries of all the databases.
Issue - (#24): PG-116: Restrict the query size.
Issue - (#3) : README file update.
2020-02-27 19:27:05 +00:00
Ibrar Ahmed 0e47677552
Merge pull request #13 from vorsel/master
Issue - (#14): PG-80 packaging for pg_stat_monitor
2020-01-02 21:03:55 +05:00
Oleksandr Miroshnychenko b7c97cadf9 Issue - (#14): PG-80 packaging for pg_stat_monitor 2020-01-02 17:59:07 +02:00
Ibrar Ahmed 1d7eee9571
Merge pull request #12 from jobinau/master
Issue - (#3): README file update.
2019-12-05 13:53:02 +05:00
jobinau 00b0cb8a7a Issue - (#3): README file update. 2019-12-05 14:20:55 +05:30
Ibrar Ahmed 9f1cf3629d Issue - (#10): The hist_* is not working in CentOS.
Remove some old code, missed previously.
2019-12-03 10:46:32 +00:00
Ibrar Ahmed 344b12a3a6 Issue - (#10): The hist_* is not working in CentOS. 2019-12-03 10:30:59 +00:00
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 8caf2509d5 Issue - (#7): Fix regression test suite. 2019-12-02 20:06:55 +00:00
Ibrar Ahmed 269fc65ccf Issue - (#3): README file update. 2019-12-02 19:43:51 +00:00
Ibrar Ahmed 7e08887f6d Issue - (#3): README file update. 2019-12-02 19:40:48 +00:00
Ibrar Ahmed 40e1df799e Issue - (#6): Build failed for PostgreSQL Version 12. 2019-12-02 19:29:20 +00:00
Ibrar Ahmed b8472fbcd3 Issue - (#3): README file update. 2019-11-21 18:39:34 +00:00
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