Commits

DateSubjectAuthorReleases
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-01-22 Track logrep apply workers' last start times to avoid useless waits. Tom Lane 16.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-05-15 Drop the redundant "Lock" suffix from LWLock wait event names. Tom Lane 13.0
2020-05-15 Rename assorted LWLock tranches. Tom Lane 13.0
2020-05-15 Rename SLRU structures and associated LWLocks. Tom Lane 13.0
2020-05-14 Collect built-in LWLock tranche names statically, not dynamically. Tom Lane 13.0
2018-02-15 Cast to void in StaticAssertExpr, not its callers. Tom Lane 11.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-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2015-03-26 Suppress some unused-variable complaints in new LOCK_DEBUG code. Tom Lane 9.5.0
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2014-04-25 Fix off-by-one bug in LWLockRegisterTranche(). Tom Lane 9.4.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2009-12-31 Redefine Datum as uintptr_t, instead of unsigned long. Tom Lane 9.0.0
2006-10-15 Redesign the patch for allocation of shmem space and LWLocks for add-on Tom Lane 8.2.0
2006-08-07 Put back another improperly-removed #include. Tom Lane 8.2.0
2006-08-04 Fix missing 'static' keywords --- some compilers gripe about this. Tom Lane 8.2.0
2006-07-23 Split the buffer mapping table into multiple separately lockable Tom Lane 8.2.0
2006-04-21 Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) Tom Lane 8.2.0
2005-12-29 Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction Tom Lane 8.2.0