Merge pull request #78 from JiriCtvrtka/PMM-7569-pg-monitor-08

PMM-7569 Fix release notes.
pull/80/head
Ibrar Ahmed 2021-03-17 19:22:53 +05:00 committed by GitHub
commit 07d32538fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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.
@ -73,8 +79,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