Commits

DateSubjectAuthorReleases
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 14.23
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 15.18
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 16.14
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 17.10
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 18.4
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 19 (unreleased)
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2016-12-12 Make the different Unix-y semaphore implementations ABI-compatible. Tom Lane 10.0
2016-09-01 Change API of ShmemAlloc() so it throws error rather than returning NULL. Tom Lane 10.0
2016-04-18 Fix --disable-spinlocks in 9.2 and 9.3 branches. Tom Lane 9.2.17
2016-04-18 Fix --disable-spinlocks in 9.2 and 9.3 branches. Tom Lane 9.3.13
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2010-04-28 Modify ShmemInitStruct and ShmemInitHash to throw errors internally, Tom Lane 9.0.0
2008-11-02 Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't Tom Lane 8.4.0
2006-10-15 Redesign the patch for allocation of shmem space and LWLocks for add-on Tom Lane 8.2.0
2006-09-27 Replace strncpy with strlcpy in selected places that seem possibly relevant Tom Lane 8.2.0
2006-07-22 Add support to dynahash.c for partitioning shared hashtables according Tom Lane 8.2.0
2006-01-04 Rearrange backend startup sequence so that ShmemIndexLock can become Tom Lane 8.2.0
2005-12-29 Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction Tom Lane 8.2.0
2005-10-07 Fix LWLockAssign() so that it can safely be executed after postmaster Tom Lane 8.1.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0