summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-04-24Support SSL_R_VERSION_TOO_LOW when using LibreSSLDaniel Gustafsson
2024-04-24Support disallowing SSL renegotiation when using LibreSSLDaniel Gustafsson
2024-04-23Remove some unnecessary fields from executor nodes.Tom Lane
2024-04-23Improve "out of range" error messages for GUCs.Tom Lane
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-04-22Remove unneeded nbtree array preprocessing assert.Peter Geoghegan
2024-04-22Remove overzealous array element type assertion.Peter Geoghegan
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Fix a couple typos in BRIN codeTomas Vondra
2024-04-19Better handle indirect constraint dropsAlvaro Herrera
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Don't try to fix eliminated nbtree array scan keys.Peter Geoghegan
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-17Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()Alexander Korotkov
2024-04-17Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund
2024-04-17Cleanup parallel BRIN index build codeTomas Vondra
2024-04-17Remove dead codePeter Eisentraut
2024-04-17Fix typos with function name in event_trigger.cMichael Paquier
2024-04-17Disallow specifying ON_ERROR option without value.Masahiko Sawada
2024-04-16Update mmgr's README to mention BumpContextDavid Rowley
2024-04-16Push dedicated BumpBlocks to the tail of the blocks listDavid Rowley
2024-04-16Fix nbtree "deduce NOT NULL" scan key comment.Peter Geoghegan
2024-04-16Ensure generated join clauses for child rels have correct relids.Tom Lane
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-15Fix propagating attnotnull in multiple inheritanceAlvaro Herrera
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-14Fix unnecessary padding in incremental backupsTomas Vondra
2024-04-14Use the correct PG_DETOAST_DATUM macro in BRINTomas Vondra
2024-04-14Update nbits_set in brin_bloom_unionTomas Vondra
2024-04-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-12Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-12Fix recently introduced typo in code commentDavid Rowley
2024-04-12Fix the review comments and a bug in the slot sync code.Amit Kapila
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-11Use correct datatype for xmin variables in slot.cMichael Paquier