Version 2.1.0 (2024-09-10)¶
Release highlights¶
This release provides the following enhancements and fixes:
- The ability to disable the application name tracking for a query. This way you can optimize query execution performance.
- New fields introduced in PostgreSQL 17 were added to
pg_stat_monitor
to ensure compatibility with it. - Improved the behavior of topquery and topqueryid fields, so that
pg_stat_monitor
now treats and show queries with different parent queries as separate entries in the statistics table. - Fixed the integer overflow issues that caused server start failures.
- The support of PostgreSQL 11 is deprecated. Existing functionality in
pg_stat_monitor
remains compatible with PostgreSQL 11; however, further enhancements and bug fixes are no longer tested against this version.
Improvements¶
- PG-810 - Ensure compatibility of
pg_stat_monitor
with PostgreSQL 17 - PG-644 - Add ability to disable the application name tracking in queries