Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-03-22Add support for security invoker views.Dean Rasheed
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-11Fix cases of discarding result from list API functionsPeter Eisentraut
2020-11-06Revert "Accept relations of any kind in LOCK TABLE".Tom Lane
2020-11-05Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-02-18Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-02-11Adjust gratuitously different error message wordingPeter Eisentraut
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-17Add more infinite recursion detection while locking a view.Tatsuo Ishii
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-03-31Fix bug with view locking code.Tatsuo Ishii
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-30Allow to lock views.Tatsuo Ishii
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-10-10Remove some unnecessary #includes.Heikki Linnakangas
2016-01-02Update copyright for 2016Bruce Momjian