Commits

DateSubjectAuthorReleases
2011-08-10 Back-patch assorted latch-related fixes. Tom Lane 9.1.0
2011-08-02 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. Tom Lane 9.0.5
2011-08-02 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. Tom Lane 9.1.0
2011-08-02 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. Tom Lane 9.2.0
2009-08-31 Change the autovacuum launcher to read pg_database directly, rather than Tom Lane 9.0.0
2009-08-12 Allow backends to start up without use of the flat-file copy of pg_database. 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
2008-01-26 Change StatementCancelHandler() to check the DoingCommandRead flag to decide Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database 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-04-14 Repair a low-probability race condition identified by Qingqing Zhou. 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-10-11 Add infrastructure for making spins_per_delay variable depending on Tom Lane 8.1.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-07-31 Add per-user and per-database connection limit options. 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
2004-09-29 Minor adjustments to improve the accuracy of our computation of required Tom Lane 8.0.0
2004-08-27 Introduce local hash table for lock state, as per recent proposal. Tom Lane 8.0.0
2004-08-01 Some mop-up work for savepoints (nested transactions). Store a small Tom Lane 8.0.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2002-10-31 Code review for statement_timeout patch. Fix some race conditions Tom Lane 7.3.1
2002-05-05 Create an internal semaphore API that is not tied to SysV semaphores. Tom Lane 7.3.1