]> granicus.if.org Git - postgresql/history - src/include/storage/lwlock.h
Update copyright for 2019
[postgresql] / src / include / storage / lwlock.h
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-16 Andres FreundCorrect constness of a few variables.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Andres FreundAdd parallel-aware hash joins.
2017-12-18 Andres FreundAdd shared tuplestores.
2017-12-05 Robert HaasSupport Parallel Append plan nodes.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-09-15 Andres FreundAdd support for coordinating record typmods among paral...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-08 Robert Haastidbitmap: Support shared iteration.
2017-01-04 Robert HaasUpdate obsolete comments in lwlock.h.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-05 Simon RiggsAdd debug check function LWLockHeldByMeInMode()
2016-08-15 Robert HaasOnce again allow LWLocks to be used within DSM segments.
2016-04-11 Andres FreundAvoid the use of a separate spinlock to protect a LWLoc...
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-02-11 Robert HaasUse separate lwlock tranches for buffer, lock, and...
2016-02-10 Robert HaasCode cleanup in the wake of recent LWLock refactoring.
2016-02-05 Robert HaasFix typo.
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-01-29 Robert HaasMigrate replication slot I/O locks into a separate...
2016-01-29 Robert HaasMigrate PGPROC's backendLock into PGPROC itself, using...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-15 Robert HaasMove buffer I/O and content LWLocks out of the main...
2015-12-15 Robert HaasProvide a way to predefine LWLock tranche IDs.
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-05 Heikki LinnakangasFix misc typos.
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundImprove LWLock scalability.
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-10-27 Bruce MomjianAdd variable names to two LWLock C prototypes
2014-10-02 Robert HaasIncrease the number of buffer mapping partitions to...
2014-09-25 Robert HaasChange locking regimen around buffer replacement.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-19 Kevin GrittnerFix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
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...
next