summaryrefslogtreecommitdiff
path: root/src/include/storage/lock.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-111-2/+11
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-51/+68
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-23/+22
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-4/+13
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-23/+32
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-2/+11
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-191-2/+2
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-19/+93
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-16/+18
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-24/+67
* Improve some comments.Tom Lane2004-08-261-20/+25
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-10/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-10/+19
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-3/+6
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-3/+1
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-011-27/+29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+7
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-4/+3
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-3/+4
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-19/+20
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-161-1/+6
* pgindent run.Bruce Momjian2002-09-041-8/+9
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-11/+12
* [ Newest version of patch applied.]Bruce Momjian2002-08-171-1/+18
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-011-7/+2
* Complete TODO item:Bruce Momjian2002-07-191-15/+15
* Complete TODO item:Bruce Momjian2002-07-181-23/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-14/+14
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-7/+1
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-301-17/+17
* Do this TODO item:Bruce Momjian2001-09-291-17/+17
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-20/+8
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-3/+1
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-091-3/+3
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-14/+3
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-221-7/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-18/+21
* Update comments on locks.Bruce Momjian2001-02-231-1/+9
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-231-3/+4
* More comment improvements.Bruce Momjian2001-02-221-2/+2