From e6128e0ea8944abba57bc60e06daef0bd9147e13 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Wed, 6 Jan 2021 17:27:30 +0200 Subject: [PATCH] PG-157 Release notes for REL0_7_0_STABLE version modified: docs/RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 129a9a2..7e035fa 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,25 +1,25 @@ # Release Notes -Below is the complete list of release notes for every version of pg_stat_monitor. +Below is the complete list of release notes for every version of ``pg_stat_monitor``. ## REL0_7_0_STABLE ### Improvements [PG-153](https://jira.percona.com/browse/PG-153): Capture and record the application_name executing the query. -[PG-145](https://jira.percona.com/browse/PG-143): Added a new View/Query to show the actual Database name and Username. +[PG-145](https://jira.percona.com/browse/PG-143): Add a new View/Query to show the actual Database name and Username. [PG-110](https://jira.percona.com/browse/PG-110); Aggregate the number of warnings. -[PG-109](https://jira.percona.com/browse/PG-109): Added a feature to log failed queries or queries with warning messages. +[PG-109](https://jira.percona.com/browse/PG-109): Log failed queries or queries with warning messages. [PG-150](https://jira.percona.com/browse/PG-150): Differentiate different types of queries such as SELECT, UPDATE, INSERT or DELETE. ### Bugs Fixed -[PG-111](https://jira.percona.com/browse/PG-111) Problem showing information in case of incomplete buckets. The extension was not showing information till the bucket is complete or its time is over. It is important to show the information if the bucket is completed or not. +[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 name from “IP” to client_ip, which is more meaningful. +[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. @@ -33,4 +33,3 @@ Initial Release. [PG-156](https://jira.percona.com/browse/PG-156): Adding a placeholder replacement function for the prepared statement -### Bugs Fixed