Commit Graph

2670 Commits (86b64bafc19c4c60136a4038d2a8d1e6eecc59f2)

Author SHA1 Message Date
Jeff Davis ad57c2a7c5 Optimize check_search_path() by using SearchPathCache. 2 years ago
Jeff Davis 8efa301532 Be more paranoid about OOM in search_path cache. 2 years ago
Tom Lane 743ddafc71 Ensure we preprocess expressions before checking their volatility. 2 years ago
Jeff Davis f26c2368dc Add cache for recomputeNamespacePath(). 2 years ago
Michael Paquier e5cca6288a Add support for pg_stat_reset_slru without argument 2 years ago
Michael Paquier 23c8c0c8f4 Add ability to reset all shared stats types in pg_stat_reset_shared() 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Daniel Gustafsson 526fe0d799 Add XMLText function (SQL/XML X038) 2 years ago
Peter Eisentraut 0c60e8ba80 Fill in more of ObjectProperty 2 years ago
Michael Paquier 96f052613f Introduce pg_stat_checkpointer 2 years ago
Michael Paquier 74604a37f2 Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Tom Lane 2d870b4aef Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
Tom Lane 2b5154beab Extend ALTER OPERATOR to allow setting more optimization attributes. 2 years ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Amit Kapila 79243de13f Restart the apply worker if the privileges have been revoked. 2 years ago
Tom Lane fcdd6689d0 Harden xxx_is_visible() functions against concurrent object drops. 2 years ago
Tom Lane 403ac226dd Harden has_xxx_privilege() functions against concurrent object drops. 2 years ago
Peter Eisentraut 7841623571 Remove IndexInfo.ii_OpclassOptions field 2 years ago
Tom Lane 9f71e10d65 Fix checking of index expressions in CompareIndexInfo(). 2 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 2 years ago
Peter Eisentraut eb36c6ac84 Remove unused include 2 years ago
Nathan Bossart 13aeaf0797 Add worker type to pg_stat_subscription. 2 years ago
Peter Eisentraut e59fcbd712 Simplify information schema check constraint deparsing 2 years ago
Peter Eisentraut a0a5e0feb3 Fix information schema for catalogued not-null constraints 2 years ago
Heikki Linnakangas 18724af9e8 Remove unnecessary smgrimmedsync() when creating unlogged table. 2 years ago
Peter Eisentraut be6f7cd9bb Fix indentation in SQL file 2 years ago
Alvaro Herrera 3af7217942
Update information_schema definition for not-null constraints 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Peter Eisentraut d7ceb41b9b Correct ObjectProperty entry for transforms 2 years ago
Peter Eisentraut f94dec76cc genbki.pl: Factor out boilerplate generation 2 years ago
Peter Eisentraut 226d0a6b98 Restructure DECLARE_INDEX arguments 2 years ago
Alvaro Herrera 9b581c5341
Disallow changing NO INHERIT status of a not-null constraint 2 years ago
Peter Eisentraut 9a0ddc39c6 Format list of catalog files in makefile vertically 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Peter Eisentraut ae556c4416 Some vertical reformatting 2 years ago
Peter Eisentraut 23382b0f8b Rename some function arguments for better clarity 2 years ago
Peter Eisentraut 11af63fb48 Add const decorations 2 years ago
Alvaro Herrera 757fa45c86
Add comment missing in a4a232b1e7 2 years ago
Michael Paquier 1e68e43d3f Add system view pg_wait_events 2 years ago
Peter Eisentraut 78806a9509 Remove incorrect field from information schema 2 years ago
Jeff Davis fa2e874946 Recalculate search_path after ALTER ROLE. 2 years ago
Noah Misch d3a38318ac Rename OverrideSearchPath to SearchPathMatcher. 2 years ago
Noah Misch 7c5c4e1c03 Remove PushOverrideSearchPath() and PopOverrideSearchPath(). 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 3 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 3 years ago
Michael Paquier 2a990abd79 Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 3 years ago
Peter Eisentraut 7ef2912519 Remove ancient special case code for dropping oid columns 3 years ago
Peter Eisentraut adf333b4ed Remove obsolete comment about OID support 3 years ago
Masahiko Sawada 46ebdfe164 Report index vacuum progress. 3 years ago