From 726556dbaf7726d5cfa9f2cfdaa75915d42c66c9 Mon Sep 17 00:00:00 2001 From: Hamid Akhtar Date: Thu, 25 May 2023 08:36:40 -0600 Subject: [PATCH] Updating release notes for the 2.0.1 release. --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a5598a..671133a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,15 @@ Below is the complete list of release notes for every version of ``pg_stat_monitor``. +## 2.0.1 + +### Bug Fixes + +[PG-613](https://jira.percona.com/browse/PG-613) - Fixed the issue with segmentation fault error when the query plan is enabled on large queries. + +[PG-624](https://jira.percona.com/browse/PG-624) - Fixed the server crash when running pgbench with pg_stat_monitor loaded by improving the handling of the dynamic number of buckets. + + ## 2.0.0 ### Improvements