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