Merge pull request #68 from nastena1606/PG-157-Release-notes-review

PG-157: Release Notes for REL0_7_0_STABLE version.
pull/70/head
Ibrar Ahmed 2021-01-06 20:29:51 +05:00 committed by GitHub
commit 013fcb8c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -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