index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
lockcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix cases of discarding result from list API functions
Peter Eisentraut
2020-11-11
1
-1
/
+1
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
1
-9
/
+19
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
1
-9
/
+12
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
1
-19
/
+9
*
Make inherited LOCK TABLE perform access permission checks on parent table only.
Fujii Masao
2020-02-18
1
-22
/
+11
*
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
1
-11
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+2
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
1
-2
/
+2
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-12
1
-1
/
+2
*
Adjust gratuitously different error message wording
Peter Eisentraut
2019-02-11
1
-1
/
+1
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
1
-1
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-2
/
+2
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
1
-0
/
+10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+1
*
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-17
1
-25
/
+29
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
1
-1
/
+1
*
Fix bug with view locking code.
Tatsuo Ishii
2018-03-31
1
-1
/
+2
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
1
-2
/
+2
*
Allow to lock views.
Tatsuo Ishii
2018-03-30
1
-13
/
+126
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
1
-2
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
1
-1
/
+1
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
1
-1
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-1
/
+1
*
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-10
1
-1
/
+0
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
Stephen Frost
2015-05-11
1
-4
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Repair comment mangled by a pgindent run long ago
Alvaro Herrera
2012-06-21
1
-5
/
+7
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-12
/
+15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
1
-72
/
+100
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
1
-80
/
+56
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-6
/
+5
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-1
/
+11
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-7
/
+7
*
Fix LOCK TABLE to eliminate the race condition that could make it give weird
Tom Lane
2009-05-12
1
-39
/
+112
*
Modify find_inheritance_children() and find_all_inheritors() to add the
Tom Lane
2009-05-12
1
-3
/
+4
[next]