Skip to content

Commit 939ec72

Browse files
committed
Update changelog
1 parent 949b21e commit 939ec72

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
## [Unreleased]
22

33
* [ENHANCEMENT] Add PostgreSQL 18 support:
4-
* Add parallel worker activity metrics (`pg_stat_database_parallel_workers_to_launch`, `pg_stat_database_parallel_workers_launched`)
5-
* Add vacuum/analyze timing metrics (`pg_stat_user_tables_total_vacuum_time`, `pg_stat_user_tables_total_autovacuum_time`, `pg_stat_user_tables_total_analyze_time`, `pg_stat_user_tables_total_autoanalyze_time`)
6-
* Add enhanced checkpointer metrics (`pg_stat_bgwriter_checkpoints_done_total`, `pg_stat_bgwriter_slru_written_total`)
4+
* Add parallel worker activity metrics
5+
* Add vacuum/analyze timing metrics
6+
* Add enhanced checkpointer metrics
77
* Add `pg_stat_io` collector with byte statistics and WAL I/O activity tracking
8-
* Add `pg_backend_stats` collector for per-backend I/O and WAL statistics
9-
* Add enhanced `pg_backend_memory_contexts` collector with type and path columns
108
* [ENHANCEMENT] Update CI tested PostgreSQL versions to include PostgreSQL 18
119

1210
## 0.15.0 / 2023-10-27

0 commit comments

Comments
 (0)