]> granicus.if.org Git - postgresql/history - src/include/storage/lock.h
First phase of project to use fixed OIDs for all system catalogs and
[postgresql] / src / include / storage / lock.h
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:
2001-02-22 Bruce MomjianMore comment improvements.
2001-01-25 Tom LaneRe-implement deadlock detection and resolution, per...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up lockmanager data structures some more, in...
2001-01-16 Tom LaneRename fields of lock and lockholder structures to...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
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:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianCleanups.
1999-06-01 Vadim B. Mikheevtypedef struct LTAG
1999-05-29 Vadim B. MikheevFix xid table sizing.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Bruce MomjianHi, Bruce!
1999-05-07 Vadim B. MikheevFix LMGR for MVCC.
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
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-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
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-06-26 Bruce MomjianRename LockTab to LockTable in function name.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-27 Bruce MomjianReal deadlock detection.
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...
1997-02-12 Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
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