master
Add support for lock statistics in pgstats
Fix memory leak in pgstat_progress_parallel_incr_param()
Convert all remaining subsystems to use the new shmem allocation API
Update copyright for 2026
Fix PANIC with track_functions due to concurrent drop of pgstats entries
Fix double-free in pg_stat_autovacuum_scores.
Honor passed-in database OIDs in pgstat_database.c
Pre-beta mechanical code beautification, step 1: run pgindent.
Use single LWLock for lock statistics in pgstats
Convert SLRUs to use the new shmem allocation functions
Reduce header inclusions via execnodes.h
aio: Adjust I/O worker pool automatically.