summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
AgeCommit message (Expand)Author
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-07-23Convert the lock manager to use the new dynahash.c support for partitionedTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-09Simplify lock manager data structures by making a clear separation betweenTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
2005-05-17Extend the pg_locks system view so that it can fully display all lockTom Lane
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-27Introduce local hash table for lock state, as per recent proposal.Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-02-19Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian
2003-02-19- Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian
2003-02-18Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-17Add lock file.Bruce Momjian