]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/lockfuncs.c
Update copyrights in source tree to 2008.
[postgresql] / src / backend / utils / adt / lockfuncs.c
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-27 Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-17 Bruce MomjianAdd lock file.