aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/lockcmds.c
Commit message (Expand)AuthorAge
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-14
* Simplify permissions for LOCK TABLE.Jeff Davis2023-01-13
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Add support for security invoker views.Dean Rasheed2022-03-22
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix cases of discarding result from list API functionsPeter Eisentraut2020-11-11
* 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
* Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao2020-02-18
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* 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