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-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
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
2014-02-17 PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. Tom Lane 9.4.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2008-06-19 Rewrite the sinval messaging mechanism to reduce contention and avoid Tom Lane 8.4.0
2007-06-08 Arrange for large sequential scans to synchronize with each other, so that Tom Lane 8.3.0
2007-04-03 Remove the CheckpointStartLock in favor of having backends show whether they Tom Lane 8.3.0
2006-10-15 Redesign the patch for allocation of shmem space and LWLocks for add-on Tom Lane 8.2.0
2006-07-23 Convert the lock manager to use the new dynahash.c support for partitioned Tom Lane 8.2.0
2006-07-23 Split the buffer mapping table into multiple separately lockable Tom Lane 8.2.0
2006-05-08 Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations Tom Lane 8.2.0
2006-01-19 It turns out that TablespaceCreateDbspace fails badly if a relcache flush Tom Lane 8.0.7
2006-01-19 It turns out that TablespaceCreateDbspace fails badly if a relcache flush Tom Lane 8.1.3
2006-01-19 It turns out that TablespaceCreateDbspace fails badly if a relcache flush Tom Lane 8.2.0
2006-01-04 Rearrange backend startup sequence so that ShmemIndexLock can become Tom Lane 8.2.0
2005-12-11 Divide the lock manager's shared state into 'partitions', so as to Tom Lane 8.2.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-05-19 Split the shared-memory array of PGPROC pointers out of the sinval Tom Lane 8.1.0