]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/lock.c
Restructure LOCKTAG as per discussions of a couple months ago.
[postgresql] / src / backend / storage / lmgr / lock.c
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-03-11 Neil ConwaySlight refactoring and optimization of some code in...
2005-03-01 Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-02-04 Neil ConwayRefactor some duplicated code in lock.c: create UnGrant...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-20 Tom LaneReduce the default size of the local lock hash table...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-12 Tom LaneWhen LockAcquire fails at the stage of creating a procl...
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 LaneFix user locks. Broken some time ago for all platforms...
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-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
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 Daemon$Header: -> $PostgreSQL Changes ...
2003-10-16 Tom LaneEnsure that all places that are complaining about exhau...
2003-08-17 Tom LaneClean up locktable init code per recent gripe from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
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...
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-11-01 Tom LaneFix some bogus comments.
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-09-26 Bruce MomjianThis patch removes a use of uninitialized memory in...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
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:
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
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-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
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-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-08-29 Peter EisentrautInstall the SQL command man pages into a section approp...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
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-03-18 Tom LaneWhen we add 'waiting' to the ps_status display, there...
2001-03-14 Bruce Momjian'waiting' status display had extra space, removed.
2001-02-23 Tom LaneAs long as we're fixing this space calculation, let...
2001-02-23 Bruce MomjianBruce Momjian <pgman@candle.pha.pa.us> writes:
2001-02-22 Bruce MomjianMore comment cleanups.
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...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-10 Hiroshi InoueRemoved a no longer needed SetWaitingForLock() call in
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
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-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-30 Tom LaneRemove bogus 'xid loop detected' check, which actually...
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-28 Tom LaneAdd missing SpinRelease() to a couple of error exits...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
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-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-10 Bruce MomjianChange error messages to oids come out as %u and not...
next