aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Reduce the default size of the local lock hash table. There's usuallyTom Lane2004-11-20
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* When LockAcquire fails at the stage of creating a proclock object, beTom Lane2004-09-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Fix user locks. Broken some time ago for all platforms by Windows-relatedTom Lane2004-08-26
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/storage.Tom Lane2003-07-24
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-16
* Fix some bogus comments.Tom Lane2002-11-01
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian2002-09-26
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* [ Newest version of patch applied.]Bruce Momjian2002-08-17
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-01
* Complete TODO item:Bruce Momjian2002-07-19
* Complete TODO item:Bruce Momjian2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-30