Commit Graph

25440 Commits (449cdcd486bfc6864e4fa6784cc1526a94fe69db)

Author SHA1 Message Date
Alexander Korotkov 259c96fa8f Inherit parent's AM for partition MERGE/SPLIT operations 2 years ago
Alexander Korotkov 96c7381c4c Fix error message in check_partition_bounds_for_split_range() 2 years ago
Alexander Korotkov fcf80c5d5f Make new partitions with parent's persistence during MERGE/SPLIT 2 years ago
Alexander Korotkov 885742b9f8 Change the way ATExecMergePartitions() handles the name collision 2 years ago
Tom Lane 5342874039 Fix failure to track role dependencies of pg_init_privs entries. 2 years ago
Noah Misch dd0183469b Avoid repeating loads of frozen ID values. 2 years ago
Noah Misch f65ab862e3 Close race condition between datfrozen and relfrozen updates. 2 years ago
Heikki Linnakangas 17a834a04d Reject SSL connection if ALPN is used but there's no common protocol 2 years ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 2 years ago
Tom Lane 42b041243c Throw a more on-point error for functions depending on columns. 2 years ago
Tom Lane 4019285c06 Detect more overflows in timestamp[tz]_pl_interval. 2 years ago
David Rowley 310cd8ab38 Fix duplicated consecutive words in comments 2 years ago
Amit Kapila db08e8c6fa Post-commit review fixes for slot synchronization. 2 years ago
Peter Eisentraut 0afa288911 Remove unnecessary code from be_lo_put() 2 years ago
Amit Kapila aa79bde725 Fix the missing table sync due to improper invalidation handling. 2 years ago
Daniel Gustafsson d80f2ce294 Support SSL_R_VERSION_TOO_LOW when using LibreSSL 2 years ago
Daniel Gustafsson 44e27f0a6d Support disallowing SSL renegotiation when using LibreSSL 2 years ago
Tom Lane b7d35d393e Remove some unnecessary fields from executor nodes. 2 years ago
Tom Lane bb3ca23239 Improve "out of range" error messages for GUCs. 2 years ago
Amit Kapila b29cbd3da4 Fix the handling of the failover option in subscription commands. 2 years ago
Peter Geoghegan 480bc6e3ed Remove unneeded nbtree array preprocessing assert. 2 years ago
Peter Geoghegan eff6a757fd Remove overzealous array element type assertion. 2 years ago
Tomas Vondra 8c239ee15a createdb: compare strategy case-insensitive 2 years ago
Tomas Vondra 41d2c6f952 Add missing index_insert_cleanup calls 2 years ago
Tomas Vondra 95d14b7ae2 Fix a couple typos in BRIN code 2 years ago
Alvaro Herrera 0cd711271d
Better handle indirect constraint drops 2 years ago
Dean Rasheed 2e068db56e Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code. 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Peter Geoghegan f22e17f76c Don't try to fix eliminated nbtree array scan keys. 2 years ago
Alvaro Herrera d9f686a72e
Fix restore of not-null constraints with inheritance 2 years ago
Amit Langote ef744ebb73 SQL/JSON: Miscellaneous fixes and improvements 2 years ago
Amit Langote c0fc075186 SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY 2 years ago
Amit Langote b4fad46b6b SQL/JSON: Improve some error messages 2 years ago
Alexander Korotkov 40126ac68f Refactoring for CommitTransactionCommand()/AbortCurrentTransaction() 2 years ago
Andres Freund 3ab8cf9275 Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore 2 years ago
Tomas Vondra 0c2f5552d5 Cleanup parallel BRIN index build code 2 years ago
Peter Eisentraut ca89db5f9d Remove dead code 2 years ago
Michael Paquier 91fe092a96 Fix typos with function name in event_trigger.c 2 years ago
Masahiko Sawada a6d0fa5ef8 Disallow specifying ON_ERROR option without value. 2 years ago
David Rowley 58cf2e120e Update mmgr's README to mention BumpContext 2 years ago
David Rowley 6d2fd66b99 Push dedicated BumpBlocks to the tail of the blocks list 2 years ago
Peter Geoghegan c62d2ebd9e Fix nbtree "deduce NOT NULL" scan key comment. 2 years ago
Tom Lane 03107b4eda Ensure generated join clauses for child rels have correct relids. 2 years ago
Alexander Korotkov 6377e12a5a revert: Generalize relation analyze in table AM interface 2 years ago
Tom Lane e0df80828a Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Alvaro Herrera cee8db3f68
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint 2 years ago
Alexander Korotkov 9dfcac8e15 Grammar fixes for split/merge partitions code 2 years ago
Alvaro Herrera c3709100be
Fix propagating attnotnull in multiple inheritance 2 years ago
Peter Eisentraut 9895b35cb8 Fix ALTER DOMAIN NOT NULL syntax 2 years ago
Tomas Vondra cd4b6af620 Fix unnecessary padding in incremental backups 2 years ago