]> granicus.if.org Git - postgresql/history - src/include/storage/lock.h
Centralize definition of integer limits.
[postgresql] / src / include / storage / lock.h
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-26 Heikki LinnakangasRemove dead function prototype
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-27 Tom LaneFix stale-pointer problem in fast-path locking logic.
2013-09-17 Alvaro HerreraRemove `proc` argument from LockCheckConflicts
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-11 Kevin GrittnerFix performance problems with autovacuum truncation...
2012-11-29 Simon RiggsCleanup VirtualXact at end of Hot Standby.
2012-06-21 Heikki LinnakangasAdd a small cache of locks owned by a resource owner...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-04 Tom LaneOverdue code review for transaction-level advisory...
2012-04-18 Robert HaasFinish rename of FastPathStrongLocks to FastPathStrongR...
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-10-13 Bruce MomjianRemove all "traces" of trace_userlocks, because userloc...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
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-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-16 Tom LaneWiden the nLocks counts in local lock tables from int...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-05-30 Tom LaneFix trivial misspelling in comment.
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-23 Bruce MomjianUpdate lock comments for concurrent index creation...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-08-27 Tom LaneAdd a function GetLockConflicts() to lock.c to report...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Tom LaneSimplify shared-memory lock data structures as per...
2005-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-26 Tom LaneImprove some comments.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-01 Bruce MomjianTry to reduce confusion about what is a lock method...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2003-01-16 Tom LaneAdd code to print information about a detected deadlock...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-01 Bruce Momjian* -Remove LockMethodTable.prio field, not used (Bruce)
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianComplete TODO item:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
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-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-30 Bruce MomjianBack out change. Too many place to change too close...
2001-09-29 Bruce MomjianDo this TODO item:
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-23 Bruce MomjianUpdate comments on locks.
2001-02-23 Bruce MomjianBruce Momjian <pgman@candle.pha.pa.us> writes:
next