From 22351dfa5f05db622e471c07f5cd1bff1dbbed03 Mon Sep 17 00:00:00 2001 From: Jiri Ctvrtka Date: Mon, 8 Mar 2021 12:34:36 +0100 Subject: [PATCH 1/2] PMM-7569 Fix release notes. --- docs/RELEASE_NOTES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 106a93a..7bb31aa 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -73,8 +73,6 @@ Below is the complete list of release notes for every version of ``pg_stat_monit [PG-111](https://jira.percona.com/browse/PG-111) Show information for incomplete buckets. -[PG-112](https://jira.percona.com/browse/PG-112) Rename the column from “IP” to a more meaningful "client_ip". - [PG-148](https://jira.percona.com/browse/PG-148) Loss of query statistics/monitoring due to not enough “slots” available. ## v0.6.0 From 7b7d63be863c51709655c4cbb238696f1310fe46 Mon Sep 17 00:00:00 2001 From: Jiri Ctvrtka Date: Mon, 8 Mar 2021 17:46:16 +0100 Subject: [PATCH 2/2] PMM-7569 Fix changelog. --- docs/RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7bb31aa..7ccc318 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -11,6 +11,12 @@ Below is the complete list of release notes for every version of ``pg_stat_monit ## REL0_8_0_STABLE ### Improvements +Column userid (int64) was removed. +Column dbid (int64) was removed. + +Column user (string) was added (replacement for userid). +Column datname (string) was added (replacement for dbid). + [PG-176](https://jira.percona.com/browse/PG-176): Extract fully qualified relations name. [PG-175](https://jira.percona.com/browse/PG-175): Only Superuser / Privileged user can view IP address.