From 506c7eb6b0fa230c9c678e5d03383a62d5d28913 Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Mon, 8 Feb 2021 20:09:27 +0500 Subject: [PATCH] Update RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7e035fa..5a1242c 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -2,6 +2,20 @@ Below is the complete list of release notes for every version of ``pg_stat_monitor``. +## REL0_7_2 + +PG-165(https://jira.percona.com/browse/PG-164): Recycle expired buckets. +PG-164(https://jira.percona.com/browse/PG-165): Query timing will be four decimal places instead of two. +PG-161(https://jira.percona.com/browse/PG-166): Miscellaneous small issues. + +## REL0_7_1 + +PG-158(https://jira.percona.com/browse/PG-158): Segmentation fault while using pgbench with clients > 1. +PG-159(https://jira.percona.com/browse/PG-159): Bucket start time (bucket_start_time) should be aligned with bucket_time. +PG-160(https://jira.percona.com/browse/PG-160): Integration with PGXN. + + + ## REL0_7_0_STABLE ### Improvements