Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-05 Convert all remaining subsystems to use the new shmem allocation API Heikki Linnakangas 19 (unreleased)
2026-04-04 Add missing shmem size estimate for fast-path locking struct Heikki Linnakangas 19 (unreleased)
2026-04-03 Merge init and max size options on shmem hash tables Heikki Linnakangas 19 (unreleased)
2026-04-03 Make the lock hash tables fixed-sized Heikki Linnakangas 19 (unreleased)
2026-04-03 Remove 10% safety margin from lock manager hash table estimates Heikki Linnakangas 19 (unreleased)
2026-03-24 Add support for lock statistics in pgstats Michael Paquier 19 (unreleased)
2026-03-24 Move some code blocks in lock.c and proc.c Michael Paquier 19 (unreleased)
2026-02-20 Split PGPROC 'links' field into two, for clarity Heikki Linnakangas 19 (unreleased)
2026-02-11 Remove useless store to local variable Heikki Linnakangas 19 (unreleased)
2026-01-05 Use the GetPGProcByNumber() macro when possible David Rowley 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-21 Remove useless casts to (void *) Peter Eisentraut 19 (unreleased)
2025-08-29 Provide error context when an error is thrown within WaitOnLock(). Tom Lane 19 (unreleased)
2025-08-22 Change dynahash.c and hsearch.h to use int64 instead of long Michael Paquier 19 (unreleased)
2025-08-08 Add missing Datum conversions Peter Eisentraut 19 (unreleased)
2025-07-07 Integrate FullTransactionIds deeper into two-phase code Michael Paquier 19 (unreleased)