| Age | Commit message (Expand) | Author |
| 12 days | Rename column slotsync_skip_at to slotsync_last_skip. | Amit Kapila |
| 2025-11-25 | Add slotsync skip statistics. | Amit Kapila |
| 2025-11-18 | Rename two columns in pg_stat_subscription_stats. | Amit Kapila |
| 2025-11-07 | Add seq_sync_error_count to subscription statistics. | Amit Kapila |
| 2025-10-28 | Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() | Michael Paquier |
| 2025-10-08 | Add mem_exceeded_count column to pg_stat_replication_slots. | Masahiko Sawada |
| 2025-10-08 | Add stats_reset to pg_stat_user_functions | Michael Paquier |
| 2025-10-06 | Add stats_reset to pg_stat_all_{tables,indexes} and related views | Michael Paquier |
| 2025-08-04 | Detect and report update_deleted conflicts. | Amit Kapila |
| 2025-06-03 | Fix incorrect format placeholders | Peter Eisentraut |
| 2025-05-30 | Change internal queryid type from uint64 to int64 | David Rowley |
| 2025-03-24 | Detect and Log multiple_unique_conflicts type conflict. | Amit Kapila |
| 2025-03-11 | Add WAL data to backend statistics | Michael Paquier |
| 2025-03-04 | Split pgstat_bestart() into three different routines | Michael Paquier |
| 2025-03-03 | Handle auxiliary processes in SQL functions of backend statistics | Michael Paquier |
| 2025-02-28 | Invent pgstat_fetch_stat_backend_by_pid() | Michael Paquier |
| 2025-02-27 | Refactor code of pg_stat_get_wal() building result tuple | Michael Paquier |
| 2025-02-26 | Adding new PgStat_WalCounters structure in pgstat.h | Michael Paquier |
| 2025-02-24 | Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing | Michael Paquier |
| 2025-01-28 | Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze | Michael Paquier |
| 2025-01-14 | Make pg_stat_io count IOs as bytes instead of blocks for some operations | Michael Paquier |
| 2025-01-10 | Refactor some code related to backend statistics | Michael Paquier |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-19 | Add backend-level statistics to pgstats | Michael Paquier |
| 2024-12-19 | Extract logic filling pg_stat_get_io()'s tuplestore into its own routine | Michael Paquier |
| 2024-12-11 | Use pg_memory_is_all_zeros() in pgstatfuncs.c. | Nathan Bossart |
| 2024-11-11 | Add two attributes to pg_stat_database for parallel workers activity | Michael Paquier |
| 2024-10-02 | Fix inconsistent reporting of checkpointer stats. | Fujii Masao |
| 2024-09-30 | Add num_done counter to the pg_stat_checkpointer view. | Fujii Masao |
| 2024-09-18 | Extend PgStat_HashKey.objid from 4 to 8 bytes | Michael Paquier |
| 2024-09-06 | Fix incorrect pg_stat_io output on 32-bit machines. | Tom Lane |
| 2024-09-04 | Collect statistics about conflicts in logical replication. | Amit Kapila |
| 2024-08-04 | Introduce pluggable APIs for Cumulative Statistics | Michael Paquier |
| 2024-03-22 | Revert "Add notBefore and notAfter to SSL cert info display" | Daniel Gustafsson |
| 2024-03-22 | Add notBefore and notAfter to SSL cert info display | Daniel Gustafsson |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-03-03 | Replace BackendIds with 0-based ProcNumbers | Heikki Linnakangas |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-24 | Enhance checkpointer restartpoint statistics | Alexander Korotkov |
| 2023-11-16 | Add target "slru" to pg_stat_reset_shared() | Michael Paquier |
| 2023-11-12 | Add ability to reset all shared stats types in pg_stat_reset_shared() | Michael Paquier |
| 2023-11-01 | Fix function name in comment | Daniel Gustafsson |
| 2023-10-30 | Introduce pg_stat_checkpointer | Michael Paquier |
| 2023-10-29 | Refactor some code related to transaction-level statistics for relations | Michael Paquier |
| 2023-10-27 | Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer | Michael Paquier |
| 2023-09-19 | Replace more MemSet calls with struct initialization | Peter Eisentraut |
| 2023-08-30 | Use actual backend IDs in pg_stat_get_backend_subxact(). | Nathan Bossart |
| 2023-08-30 | Rename some support functions for pgstat* views. | Nathan Bossart |
| 2023-08-21 | Fix pg_stat_reset_single_table_counters() for shared relations | Michael Paquier |
| 2023-07-20 | Revert "Add notBefore and notAfter to SSL cert info display" | Daniel Gustafsson |