Commit Graph

94 Commits (d499a23bdb175f49c1cb5bc44b7700d53fe4f51e)

Author SHA1 Message Date
Ibrar Ahmed 74a8188110
Update README.md 2021-01-06 00:00:28 +05:00
Ibrar Ahmed 0ade1d1700
Update README.md 2021-01-05 19:49:32 +05:00
Ibrar Ahmed 4a2cf24a8a
Update README.md 2021-01-05 19:49:00 +05:00
Ibrar Ahmed 8691c51efb
Update README.md 2020-12-28 19:39:38 +05:00
Anastasia Alexandrova 55e3d2397c pg_stat_monitor doc review 2020-11-26 17:01:14 +02:00
Ibrar Ahmed f8a9bcf9f2
Update README.md 2020-11-25 04:48:29 +05:00
Ibrar Ahmed 51744990b7
Update README.md 2020-11-25 04:31:34 +05:00
Ibrar Ahmed a2fd2215cd
Update README.md 2020-11-25 04:12:30 +05:00
Ibrar Ahmed 106a4ba741
Update README.md 2020-11-25 03:57:01 +05:00
Ibrar Ahmed 4e99118adf
Update README.md 2020-11-25 03:52:03 +05:00
Ibrar Ahmed aac68f95f2
Update README.md 2020-11-25 03:46:05 +05:00
Ibrar Ahmed 4007c07f08
Update README.md 2020-11-25 03:17:03 +05:00
Ibrar Ahmed 1003a2c1fa
Update README.md 2020-11-25 02:42:53 +05:00
Ibrar Ahmed c5a0ece807
Update README.md 2020-11-25 02:06:22 +05:00
Ibrar Ahmed 33b0b4a3e0
Update README.md 2020-11-25 01:18:24 +05:00
Ibrar Ahmed 9efa05de97
Update README.md 2020-11-24 23:48:03 +05:00
Ibrar Ahmed 326d74c7d3 README Update. 2020-11-24 18:43:10 +00:00
Ibrar Ahmed 163e2e5e1e
Update README.md 2020-11-24 23:30:47 +05:00
Ibrar Ahmed 71c0d36eab
Issue - (#63): README Update. 2020-11-12 21:27:07 +05:00
Ibrar Ahmed 599f0ee1fb
Issue - (#63): README Update. 2020-11-12 21:19:22 +05:00
Ibrar Ahmed cc71864570
Issue - (#63): README Update. 2020-11-12 21:16:30 +05:00
Ibrar Ahmed 282da6d7a2
Update README.md 2020-11-12 21:13:11 +05:00
Ibrar Ahmed a668199dcf Issue - (#62): Logging CMD Type like SELECT, UPDATE, INSERT, DELETE, UNKNOWN.
PG-150
2020-11-12 15:46:17 +00:00
Ibrar Ahmed 3999e28c00 Issue - (#61): Remove unnecessary code previously used for wait_events.
PG-146
2020-11-11 13:52:45 +00:00
Ibrar Ahmed 95dc0b575f
Update README.md 2020-11-11 17:01:22 +05:00
Ibrar Ahmed c6d2c9ac92
Update README.md 2020-11-11 16:51:19 +05:00
Ibrar Ahmed 7b04755037 Issue - (#60): Log error/warning/info and debug messages.
PG-136
2020-11-11 11:47:06 +00:00
Ibrar Ahmed 1a82b7566d
Update README.md 2020-10-30 19:17:17 +05:00
Ibrar Ahmed 0c654ac611 README update. 2020-10-12 22:57:07 +00:00
Ibrar Ahmed d66a079b1b Issue (#47): Default values of setting are not set properly. 2020-09-30 12:49:05 +00:00
Anastasia Alexandrova 54ba23974a PG-127-Readme updates for pg_stat_monitor
Updated install from rpm/deb packages section
Removed excessive TOC sections
2020-09-22 16:52:54 +03:00
Ibrar Ahmed 5f2a8b969d README update. 2020-09-14 22:31:52 +00:00
Anastasia Alexandrova 8b5823f26c PG-124 Updated restart methods for pgsm_enable in README 2020-09-03 15:59:27 +03:00
Anastasia Alexandrova 2c0fc76caa DISTPG-21 Updated the README doc for the repo 2020-08-14 08:56:37 +03: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
jobinau 00b0cb8a7a Issue - (#3): README file update. 2019-12-05 14:20:55 +05:30
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 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 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