Ibrar Ahmed
ec1ff594b4
Issue - ( #54 ): Planning counters require renaming.
...
PG-144 : Changing planing counter name to sync with pg_stat_statment.
2020-10-12 22:39:44 +00:00
Ibrar Ahmed
f48a64cc0a
Issue - ( #53 ): Fix a bug where the query response time histogram does show proper counters.
...
PG-143 : Total sum of all the response histograms should be equal to total_calls.
2020-10-12 21:49:35 +00:00
Ibrar Ahmed
166ee0a25b
Issue - ( #51 ): Postgres process is taking too much CPU.
...
Jira: PG-141
There is lock conflict, so used LW_EXCLUSIVE instead of LW_SHARED. This
need to be investigated again and check the possibility to use a shared lock.
2020-10-12 19:41:48 +00:00
Ibrar Ahmed
b23df84af9
Issue - ( #52 ): Create a function to return the build version.
...
Jira: PG-142
2020-10-12 17:54:44 +00:00
Ibrar Ahmed
6170d1f77c
Issue - ( #51 ): postgres process is taking too much CPU.
...
Jira: PG-141
2020-10-12 17:45:37 +00:00
Ibrar Ahmed
0e67d5d68d
Issue - ( #50 ): Assertion Failure when pg_stat_statment and pg_stat_monitor used together.
...
Jira: PG-140
2020-10-12 17:44:57 +00:00
Ibrar Ahmed
dea16f1878
Issue ( #49 ): Duplicates in pg_stat_monitor.
...
Jira: PG-139
2020-10-10 22:46:53 +00:00
Ibrar Ahmed
db01ed546b
Issue ( #48 ): Fix typos in the code.
...
Jira: PG-133
2020-10-08 18:47:49 +00:00
Ibrar Ahmed
d66a079b1b
Issue ( #47 ): Default values of setting are not set properly.
2020-09-30 12:49:05 +00:00
Ibrar Ahmed
680d7a6ab1
Merge pull request #46 from nastena1606/PG-127-Update-pg_stat-Readme
...
PG-127-Readme updates for pg_stat_monitor
2020-09-23 17:35:52 +05: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
EvgeniyPatlan
3da863ced4
Merge pull request #45 from EvgeniyPatlan/master
...
DISTPG-132 Improve packaging
2020-09-21 21:32:27 +03:00
Evgeniy Patlan
3d4fdb3e27
DISTPG-132 Improve packaging
2020-09-21 21:21:27 +03:00
Ibrar Ahmed
5f2a8b969d
README update.
2020-09-14 22:31:52 +00:00
Ibrar Ahmed
935d063f13
Issue(30): Code refactoring.
2020-09-14 22:26:19 +00:00
Ibrar Ahmed
7613b1cb1c
Merge pull request #44 from nastena1606/PG-124-Doc-pgsm_enable-update
...
PG-124 Updated restart methods for pgsm_enable in README
2020-09-07 13:32:24 +05:00
Anastasia Alexandrova
8b5823f26c
PG-124 Updated restart methods for pgsm_enable in README
2020-09-03 15:59:27 +03:00
Ibrar Ahmed
8e7256f500
Issue ( #42 ): pgbench still logs data in case of false value of pgsm_enable.
...
One place left to disable the logging in case of pgsm_enable is false.
PG-124.
2020-08-26 03:03:17 +05:00
Ibrar Ahmed
73ceecbde3
Issue - ( #43 ): Minor typos.
...
PG-123
2020-08-17 15:07:15 +00:00
Ibrar Ahmed
b3df3064fb
Merge branch 'master' of https://github.com/percona/pg_stat_monitor
2020-08-17 15:04:35 +00:00
Ibrar Ahmed
6700c9686e
Issue ( #42 ): Enable/Disable pg_stat_monitor should not require PostgreSQL restart.
...
PG-124
2020-08-17 15:01:32 +00:00
Ibrar Ahmed
949d2048dc
Merge pull request #37 from Sudokamikaze/PG-119
...
PG-119: Add version control
2020-08-14 23:30:43 +05:00
Ibrar Ahmed
bb1bff1e7b
Merge pull request #41 from nastena1606/DISTPG-21-pg_stat_monitor_doc-update
...
Distpg 21 pg stat monitor doc update
2020-08-14 23:30:22 +05:00
Anastasia Alexandrova
2c0fc76caa
DISTPG-21 Updated the README doc for the repo
2020-08-14 08:56:37 +03:00
Ibrar Ahmed
a2c87d8398
Issue - ( #40 ): Cannot set pgsm_track value with psql client with alter system.
...
Removed the track option and added a new option pgsm_enable, which require a restart.
PG-122
2020-08-06 10:43:27 +00:00
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