pg_stat_monitor
pg_stat_monitor copied to clipboard
Query Performance Monitoring Tool for PostgreSQL
As per discussion in the team meeting, removed status badges for Pg-11~13 jobs from README. We should only be displaying the status badges for the latest PG version (GA) and...
Perl tap tests dependencies were missing, those are being installed now. Furthermore, workflow required some changes to enable logs to be available in case of tap tests failure(s).
PG-174: Code cleanup. pg_stat_monitor is there a bit longer therefore, it requires some code cleanup, this commit will remove all benchmarking and debugging code which is not in use. This...
pg_stat_monitor is using the standard error log system of PostgreSQL, but there was no way tocater to the pg_stat_monitor's error. This commit will introduce a new pg_stat_monitor_view tohandle the pg_stat_monitor...
Signed-off-by: Kai Wagner
Fixes https://github.com/percona/pg_stat_monitor/issues/412 This PR fixes 3 integer overflow bugs, all of them covered with tests.
The pg_stat_monitor.pgsm_max should accept up to 10240MB. When setting it to the maximum, the DB does not start anymore. It seems to work with the maximum - 1MB https://jira.percona.com/browse/PG-632 ```...