summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-05-14Do pre-release housekeeping on catalog data.Tom Lane
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-12Introduce private data area for injection pointsMichael Paquier
2024-05-11Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-06Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-27Small cosmetic fixes in radix tree templateJohn Naylor
2024-04-25radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada
2024-04-25Post-commit review fixes for slot synchronization.Amit Kapila
2024-04-25Improve comment of DeallocateStmt->isallMichael Paquier
2024-04-23Remove some unnecessary fields from executor nodes.Tom Lane
2024-04-20Remove resowner_private.hMichael Paquier
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-19Remove unused function prototypeDaniel Gustafsson
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-17Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund
2024-04-16Mark some new location fields as ParseLocPeter Eisentraut
2024-04-16Clean up more indent breakage from 6377e12a5.Tom Lane
2024-04-16Fix nbtree posting list comment.Peter Geoghegan
2024-04-16Fix nbtree page recycling comment.Peter Geoghegan
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-16Add missing PGDLLIMPORT markingsMichael Paquier
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
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