]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/lmgr.c
Remove cvs keywords from all files.
[postgresql] / src / backend / storage / lmgr / lmgr.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-16 Robert HaasMake LockDatabaseObject() AcceptInvalidationMessages().
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
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 Momjianpgindent run for 8.3.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
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-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-13 Tom LaneRemove logic in XactLockTableWait() that attempted...
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-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
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-01 Bruce MomjianTry to reduce confusion about what is a lock method...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-08-17 Tom LaneClean up locktable init code per recent gripe from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
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-08-01 Bruce Momjian* -Remove LockMethodTable.prio field, not used (Bruce)
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
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-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
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-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-11-28 Tom Lanelmgr.c didn't check for failure return from LockAcquire...
1999-11-17 Bruce MomjianFix problem with temp tables shown in regression test...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-04 Tom LaneModify RelationFlushRelation so that if the relcache...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianCleanups.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-05-31 Vadim B. MikheevRelease XactLockTable share lock immediately after...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-07 Vadim B. MikheevFix LMGR for MVCC.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
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...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-08 Bruce MomjianCompile and warning cleanup
next