]> granicus.if.org Git - postgresql/history - src/backend/commands/lockcmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / lockcmds.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-18 Michael PaquierRestrict the use of temporary namespace in two-phase...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-17 Tatsuo IshiiAdd more infinite recursion detection while locking...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-03-31 Tatsuo IshiiFix bug with view locking code.
2018-03-31 Andres FreundCombine options for RangeVarGetRelidExtended() into...
2018-03-30 Tatsuo IshiiAllow to lock views.
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Tom LaneReplace enum InhOption with simple boolean.
2016-12-23 Robert HaasRemove sql_inheritance GUC.
2016-12-07 Robert HaasImplement table partitioning.
2016-10-10 Heikki LinnakangasRemove some unnecessary #includes.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-11 Stephen FrostAllow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-21 Alvaro HerreraRepair comment mangled by a pgindent run long ago
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-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-12 Tom LaneFix LOCK TABLE to eliminate the race condition that...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...