master
Add system view pg_stat_kind_info
Fix memory leak in pgstat_progress_parallel_incr_param()
Convert all remaining subsystems to use the new shmem allocation API
Update copyright for 2026
Add new pgstats routine to split pending data setup
Add backend-level lock statistics
Honor passed-in database OIDs in pgstat_database.c
Fix PANIC with track_functions due to concurrent drop of pgstats entries
Allow IO time to be counted without a matching IO operation in pg_stat_io
Fix set of typos and grammar mistakes
Use OOM-safe routine for pgstats shared hashtable insert
Fix double-free in pg_stat_autovacuum_scores.
Remove WaitEventCustomCounterData.
Reduce header inclusions via execnodes.h
Fix cascading standby reconnect failure after archive fallback