Skip to content

Releases: CrunchyData/pgmonitor-extension

v2.0.0

16 Sep 15:53
bbca6fe
Compare
Choose a tag to compare

FEATURES

  • Compatible with PostgreSQL 17

BREAKING CHANGES

  • PG17 restructured the pg_stat_bgwriter catalog information. This extension has been restructured around those changes:
    • Changed the ccp_stat_bgwriter metric from a materialized view to a standard view
    • Removed columns from ccp_stat_bgwriter that are no longer part of pg_catalog.pg_stat_bgwriter
    • New metrics views created: ccp_stat_checkpointer and ccp_stat_io_bgwriter. These align with where the columns from pg_stat_bgwriter were moved to.
    • For versions of PG older than 17, these new metrics still apply and simply pull that data from the original pg_stat_bgwriter catalog and present them in the new format.
    • All applications that made use of the old ccp_stat_bgwriter metric will need to be updated to use the new metrics.
    • Due to dropping old metrics and recreating new ones, permissions may need to be regranted to any monitoring roles that use these new views.

v2.0.0-beta2

11 Sep 17:08
4eaf4a2
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

Beta release with support for PG17

  • Fixes syntax error in update script from beta1

v2.0.0-beta1

04 Sep 18:20
2260470
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Beta release with support for PG17

v1.0.1

26 Jul 17:47
2f31818
Compare
Choose a tag to compare

1.0.1

BUGFIXES

  • The first three number version of pgBackRest (2.52.1) was not being handled properly. Fix handling of version number so that it now returns a padded integer similar to PostgreSQL's server_version_num.

v1.0.0

08 Jul 13:38
c0410dc
Compare
Choose a tag to compare

Initial release