Skip to content

v1.3.0 PG19 support

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 04:04

v1.3.0 adds PostgreSQL 19 support

  • PostgreSQL support range is extended from 10-18+ to 10-19+. The legacy PostgreSQL 9.1-9.6 bundle remains under legacy/.
  • New PG19 collectors: pg_recovery_state, pg_lock_stat, pg_vacuum_score.
  • New PG19 branches: pg_wal_19, pg_sub_19.
  • PG19 compatibility updates: pg_recv recognizes connecting; pg_slot recognizes idle_timeout; pg_db_confl now uses an explicit column list.
  • Build dependencies updated to Go 1.26.4, lib/pq v1.12.3, Prometheus client v1.23.2, and exporter-toolkit v0.16.0.
  • Config coverage tests now respect dynamic collector loading: optional or removed collectors are not required to exist.
  • 1021219 Add PG19 pg_sub collector branch
  • 76c65c7 Add PG19 pg_wal collector branch
  • 3dbdde2 Avoid SELECT star in pg_db_confl collector
  • 7cd6d44 PG 19 collector final
  • c807dea bump version string to 1.3.0
  • 456cc6c conf: regenerate merged config to include pg_wal_19
  • 9be5a89 config: add PG 19 recovery state collector
  • a6ea2f8 feat(config): add PG19 lock stats collector
  • 90ade13 feat(config): add PG19 vacuum score collector
  • 0dbdf27 feat: add PG progress task summary
  • 5f485e5 pg_recv: add PG 19 connecting receiver state
  • fa7c38c pg_slot: add PG 19 idle_timeout invalidation reason
  • 2004cf2 v1.3.0 release