]> granicus.if.org Git - postgresql/history - src/include/storage/lwlock.h
pgindent run for 9.4
[postgresql] / src / include / storage / lwlock.h
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-02-17 Tom LanePGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-07-16 Robert HaasAllow background workers to be started dynamically.
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-09 Simon RiggsRename BgWriterCommLock to CheckpointerCommLock
2012-02-08 Heikki LinnakangasRename LWLockWaitUntilFree to LWLockAcquireOrWait.
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-01 Heikki LinnakangasFix bugs in Serializable Snapshot Isolation.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-03-03 Heikki LinnakangasRemove the placeholder LWLockId in place of the removed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-27 Neil ConwayRemove MMCacheLock -- it is no longer used. Per ITAGAKI...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-06-11 Tom LaneAdd some code to Assert that when we release pin on...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...