2022-07-08 - Version 2.6
Changelog:
- add: new
session_stats
service to gather miscellaneous session statistics, Frédéric Yhuel - add: compatibility with PostgreSQL 14, Frédéric Yhuel
- change: service
autovacuum
does not showmax_workers
anymore for 8.2 and below, Jehan-Guillaume de Rorthais - change: various messages and code cleanup, Julian Vanden Broeck, Jehan-Guillaume de Rorthais
- fix:
last_vacuum
andlast_analyse
to reports the correct oldest maintenance, Frédéric Yhuel, Jehan-Guillaume de Rorthais - fix: service
check_oldest_idlexact
now usestate_change
instead ofxact_start
to calculate the idle time, Thomas Reiss - fix: improve locking around the status file to avoid dead locks and status file truncation, Arnaud Aujou, Julien Rouhaud, Jehan-Guillaume de Rorthais
- fix: possible division by 0 in
table_bloat
service, Pavel Golub - fix: threshold check and support interval for service
check_stat_snapshot_age
, Jehan-Guillaume de Rorthais - fix: service
check_archiver
when a .history or .backup file is staled, Thomas Reiss - fix: service
sequences_exhausted
now checks also sequences that are not owned by a table column, Thomas Reiss - fix: service
check_archiver
when no WAL was ever archived, Thomas Reiss
Many thanks to all contributors of this release for feedbacks, bug reports, patches and patch reviews, etc.