master
Move some code from shmem.c and shmem.h
Update copyright for 2026
Use the new shmem allocation functions in a few core subsystems
Don't include wait_event.h in pgstat.h
Pre-beta mechanical code beautification, step 1: run pgindent.
Fix segfault from releasing locks in detached DSM segments
Fix a set of typos and grammar issues across the tree
Make GetSnapshotData() more resilient on out-of-memory errors
Fix race between ProcSignalInit() and EmitProcSignalBarrier().
Assert no duplicate keys in shm_toc_insert()
Make palloc_array() and friends safe against integer overflow.
Introduce a new mechanism for registering shared memory areas
Remove redundant SetLatch() calls in interrupt handling functions
Revert "Allow logical replication snapshots to be database-specific"
Rework signal handler infrastructure to pass sender info as argument.