summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+1
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-7/+4
* lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane2008-01-081-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-23/+63
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-221-7/+9
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-3/+257
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-231-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-2/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+14
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-12/+18
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-21/+95
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-14/+18
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* 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-7/+10
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-12/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-24/+18
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-18/+24
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-6/+6
* pgindent run.Bruce Momjian2002-09-041-28/+32
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+2
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-84/+102
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-19/+22
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-4/+4
* This patch updates the lock listing code to use Joe Conway's newBruce Momjian2002-08-271-4/+16
* Add lock file.Bruce Momjian2002-08-171-0/+146