From ffa6afb07d8ddbdea061b4b1e5a56a3d82fae703 Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Thu, 11 Feb 2021 21:28:57 +0500 Subject: [PATCH] Update RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 3662dad..d881329 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -2,6 +2,36 @@ Below is the complete list of release notes for every version of ``pg_stat_monitor``. +## REL0_8_0_STABLE +### Improvements + +[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. + +[PG-174](https://jira.percona.com/browse/PG-174): Code cleanup. + +[PG-173](https://jira.percona.com/browse/PG-173): Added new WAL usage statistics. + +[PG-172](https://jira.percona.com/browse/PG-172): Exponential histogram for time buckets. + +[PG-164](https://jira.percona.com/browse/PG-164): Query timing will be four decimal places insteadĀ of two. + +[PG-167](https://jira.percona.com/browse/PG-167): SQLERRCODE must be in readable format. + +### Bugs Fixed + +[PG-169](https://jira.percona.com/browse/PG-169): Fixing message buffer overrun and incorrect index access to fix the server crash. + +[PG-168](https://jira.percona.com/browse/PG-168): "calls" and histogram parameter does not match. + +[PG-166](https://jira.percona.com/browse/PG-166): Display actual system time instead of null. + +[PG-165](https://jira.percona.com/browse/PG-165): Recycle expired buckets. + +[PG-150](https://jira.percona.com/browse/PG-150): Error while logging CMD Type like SELECT, UPDATE, INSERT, DELETE. + + ## REL0_7_2 [PG-165](https://jira.percona.com/browse/PG-165): Recycle expired buckets.