Skip to content

Commit

Permalink
Merge pull request #7 from percona/PG-517-Fix-RN-formatting
Browse files Browse the repository at this point in the history
PG-517 Fixed the issue list formatting
  • Loading branch information
nastena1606 authored Sep 8, 2022
2 parents cd61fb4 + a8a2803 commit b65ee42
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@ Below is the complete list of the release notes for every version of ``pg_stat_m
### Improvements

[PG-474](https://jira.percona.com/browse/PG-474): Make pg_stat_monitor compiled with CLANG

[PG-159](https://jira.percona.com/browse/PG-159): Change the bucket start time scheme to align with the bucket time size

[PG-293](https://jira.percona.com/browse/PG-293): Add the ability to control features added on top of `pg_stat_monitor` using GUC (Grand Unified Configuration) parameters
[PG-300](https://jira.percona.com/browse/PG-300): Improve compatibility with PMM by making QueryIDs persistent for the same queries across different buckets and regardless of the node / client a query is executed on.
[PG-362](https://jira.percona.com/browse/PG-362): Fix the `pgsm_normalized_query` default value to provide query examples in the `pg_stat_monitor` view by default.

[PG-300](https://jira.percona.com/browse/PG-300): Improve compatibility with PMM by making QueryIDs persistent for the same queries across different buckets and regardless of the node / client a query is executed on

[PG-362](https://jira.percona.com/browse/PG-362): Fix the `pgsm_normalized_query` default value to provide query examples in the `pg_stat_monitor` view by default

[PG-439](https://jira.percona.com/browse/PG-439): Remove warning of comparison of unsigned enum expression

### Bugs Fixed

[PG-221](https://jira.percona.com/browse/PG-221): Fixed the issue with pg_stat_monitor crashing when querying JSON with parallel workers enabled

[PG-289](https://jira.percona.com/browse/PG-289): Fixed the issue with pg_stat_monitor failing to build on C11 compilers by removing 'for' loop initial declarations

[PG-449](https://jira.percona.com/browse/PG-449): Fix comments visibility by correcting the behavior of the `pgsm_extract_comments` parameter

[PG-453](https://jira.percona.com/browse/PG-453): Fixed query normalization for INSERT statements in PostgreSQL 13 and earlier versions

[PG-455](https://jira.percona.com/browse/PG-455): Fixed the issue with data collection for any value specified for `pgsm_bucket_time` parameter within the min / max range


Expand Down

0 comments on commit b65ee42

Please sign in to comment.