aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* 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
* Do this TODO item:Bruce Momjian2001-09-29
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-29
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-09
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* When we add 'waiting' to the ps_status display, there should be aTom Lane2001-03-18
* 'waiting' status display had extra space, removed.Bruce Momjian2001-03-14
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-23
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-23
* More comment cleanups.Bruce Momjian2001-02-22
* More comment improvements.Bruce Momjian2001-02-22