aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/lockcmds.c
Commit message (Expand)AuthorAge
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Adjust gratuitously different error message wordingPeter Eisentraut2019-02-11
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add more infinite recursion detection while locking a view.Tatsuo Ishii2018-04-17
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Fix bug with view locking code.Tatsuo Ishii2018-03-31
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Allow to lock views.Tatsuo Ishii2018-03-30
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Implement table partitioning.Robert Haas2016-12-07
* Remove some unnecessary #includes.Heikki Linnakangas2016-10-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost2015-05-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Repair comment mangled by a pgindent run long agoAlvaro Herrera2012-06-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-12
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-12
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05