diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 684baaa..0cd898f 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -6,27 +6,27 @@ Below is the complete list of release notes for every version of ``pg_stat_monit ### Improvements -PG-186: Add support to monitor query execution plan +[PG-186](https://jira.percona.com/browse/PG-186): Add support to monitor query execution plan -PG-147: Store top query, instead of parent query. +[PG-147](https://jira.percona.com/browse/PG-147): Store top query, instead of parent query. -PG-188: Added a new column to monitor the query state i.e PARSING/PLANNING/ACTIVE/FINISHED. +[PG-188](https://jira.percona.com/browse/PG-188): Added a new column to monitor the query state i.e PARSING/PLANNING/ACTIVE/FINISHED. -PG-180: Schema Qualified table/relations names. +[PG-180](https://jira.percona.com/browse/PG-180): Schema Qualified table/relations names. Regression Test Suite. ### Bugs Fixed -PG-189: Regression crash in case of PostgreSQL 11. +[PG-189](https://jira.percona.com/browse/PG-189): Regression crash in case of PostgreSQL 11. -PG-187: Compilation Error for PostgreSQL 11 and PostgreSQL 12. +[PG-187](https://jira.percona.com/browse/PG-187): Compilation Error for PostgreSQL 11 and PostgreSQL 12. -PG-186: Add support to monitor query execution plan. +[PG-186](https://jira.percona.com/browse/PG-186): Add support to monitor query execution plan. -PG-182: Added a new option for the query buffer overflow. +[PG-182](https://jira.percona.com/browse/PG-182): Added a new option for the query buffer overflow. -PG-181: Segmentation fault in case of track_utility is ON. +[PG-181](https://jira.percona.com/browse/PG-181): Segmentation fault in case of track_utility is ON. Some Code refactoring.