]> granicus.if.org Git - postgresql/history - src/include/storage/lmgr.h
Centralize definition of integer limits.
[postgresql] / src / include / storage / lmgr.h
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-11 Kevin GrittnerFix performance problems with autovacuum truncation...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
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-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
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...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
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-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianMore comment improvements.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-01-26 Bruce MomjianAdd:
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-07 Vadim B. MikheevFix LMGR for MVCC.
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-06-30 Bruce MomjianRename locking structure names to be clearer. Add...
1998-06-28 Bruce MomjianRename lockt to locktype and rename LOCKT to LOCKTYPE.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files