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
Remove unnecessary volatile qualifiers.
Fix for loop variables
Introduce a new mechanism for registering shared memory areas
Remove redundant SetLatch() calls in interrupt handling functions
Make StandbyAcquireAccessExclusiveLock() more resilent with OOMs
Clean up write() return type