]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/lockfuncs.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / utils / adt / lockfuncs.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-04-04 Robert HaasInclude pid in pg_lock_status() results even for SIREAD...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
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.