aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* meson: Restore implicit warning/debug/optimize flags for extensionsPeter Eisentraut2024-06-07
* Restore preprocess_groupclause()Alexander Korotkov2024-06-06
* Rename PathKeyInfo to GroupByOrderingAlexander Korotkov2024-06-06
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed2024-06-04
* Fix a couple of outdated comments now that we have MERGE RETURNINGDavid Rowley2024-05-23
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Remove unused typedefsPeter Eisentraut2024-05-17
* Remove enum WaitEventExtensionMichael Paquier2024-05-17
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix incorrect year in some copyright notices added this yearDavid Rowley2024-05-15
* Do pre-release housekeeping on catalog data.Tom Lane2024-05-14
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas2024-05-11
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Fix query pullup issue with WindowClause runConditionDavid Rowley2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera2024-05-02
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Fix failure to track role dependencies of pg_init_privs entries.Tom Lane2024-04-29
* Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut2024-04-29
* Small cosmetic fixes in radix tree templateJohn Naylor2024-04-27
* radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada2024-04-25
* Post-commit review fixes for slot synchronization.Amit Kapila2024-04-25
* Improve comment of DeallocateStmt->isallMichael Paquier2024-04-25
* Remove some unnecessary fields from executor nodes.Tom Lane2024-04-23
* Remove resowner_private.hMichael Paquier2024-04-20
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed2024-04-19
* Remove unused function prototypeDaniel Gustafsson2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* SQL/JSON: Miscellaneous fixes and improvementsAmit Langote2024-04-18
* SQL/JSON: Improve some error messagesAmit Langote2024-04-18
* Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund2024-04-17
* Mark some new location fields as ParseLocPeter Eisentraut2024-04-16
* Clean up more indent breakage from 6377e12a5.Tom Lane2024-04-16
* Fix nbtree posting list comment.Peter Geoghegan2024-04-16
* Fix nbtree page recycling comment.Peter Geoghegan2024-04-16
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Add missing PGDLLIMPORT markingsMichael Paquier2024-04-16
* ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera2024-04-15
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12