Commit Graph

11547 Commits (b1ffe3ff0b7ed87b34ae0fc6eba71bf032e41b59)

Author SHA1 Message Date
Alexander Korotkov 70a845c04a Remove extra comment at TableAmRoutine.scan_analyze_next_block 2 years ago
John Naylor fd49e8f323 Prevent access of uninitialized memory in radix tree nodes 2 years ago
Peter Eisentraut 02bbc3c83a parse_manifest: Use const char * 2 years ago
Peter Eisentraut 15cd9a3881 jsonapi: Use const char * 2 years ago
Peter Eisentraut 0b06bf9fa9 jsonapi: Use size_t 2 years ago
Amit Langote 0f271e8e8d SQL/JSON: Correct jsonpath variable name matching 2 years ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2 years ago
Tom Lane 35dd40d34c Improve tracking of role dependencies of pg_init_privs entries. 2 years ago
Masahiko Sawada f1affb6705 Reintroduce dead tuple counter in pg_stat_progress_vacuum. 2 years ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 2 years ago
Peter Eisentraut 3482bab5e3 meson: Restore implicit warning/debug/optimize flags for extensions 2 years ago
Alexander Korotkov 505c008ca3 Restore preprocess_groupclause() 2 years ago
Alexander Korotkov 0c1af2c35c Rename PathKeyInfo to GroupByOrdering 2 years ago
Alexander Korotkov 199012a3d8 Fix asymmetry in setting EquivalenceClass.ec_sortref 2 years ago
Dean Rasheed 5c5bccef21 Fix another couple of outdated comments for MERGE RETURNING. 2 years ago
David Rowley 8559252095 Fix a couple of outdated comments now that we have MERGE RETURNING 2 years ago
Robert Haas 12933dc604 Re-allow planner to use Merge Append to efficiently implement UNION. 2 years ago
Tom Lane 7204f35919 Revert commit 66c0185a3 and follow-on patches. 2 years ago
Peter Eisentraut be5942aee7 Remove unused typedefs 2 years ago
Michael Paquier 110eb4aefb Remove enum WaitEventExtension 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago
David Rowley 8cb653b245 Fix incorrect year in some copyright notices added this year 2 years ago
Tom Lane 245f1cec59 Do pre-release housekeeping on catalog data. 2 years ago
Tom Lane da256a4a7f Pre-beta mechanical code beautification. 2 years ago
Tom Lane 1f7452fa59 Remove COMMAND_TAG_NEXTTAG from enum CommandTag. 2 years ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 2 years ago
Michael Paquier 33181b48fd Introduce private data area for injection points 2 years ago
Heikki Linnakangas 407e0b023c Change ALPN protocol ID to IANA-approved "postgresql" 2 years ago
Tom Lane 9effc4608e Repair ALTER EXTENSION ... SET SCHEMA. 2 years ago
Peter Eisentraut 509199587d Fix assorted bugs related to identity column in partitioned tables 2 years ago
Nathan Bossart 521a7156ab Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs. 2 years ago
Alexander Korotkov d1d286d83c Revert: Remove useless self-joins 2 years ago
David Rowley 7d2c7f08d9 Fix query pullup issue with WindowClause runCondition 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Alvaro Herrera d45597f72f
Disallow direct change of NO INHERIT of not-null constraints 2 years ago
David Rowley a63224be49 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 2 years ago
Tom Lane 5342874039 Fix failure to track role dependencies of pg_init_privs entries. 2 years ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 2 years ago
John Naylor ed52df3b19 Small cosmetic fixes in radix tree template 2 years ago
Masahiko Sawada bb7f195ff7 radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable. 2 years ago
Amit Kapila db08e8c6fa Post-commit review fixes for slot synchronization. 2 years ago
Michael Paquier ee3ef4af19 Improve comment of DeallocateStmt->isall 2 years ago
Tom Lane b7d35d393e Remove some unnecessary fields from executor nodes. 2 years ago
Michael Paquier 06a0f4d52b Remove resowner_private.h 2 years ago
Tomas Vondra 41d2c6f952 Add missing index_insert_cleanup calls 2 years ago
Dean Rasheed 2e068db56e Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code. 2 years ago
Daniel Gustafsson f6e8451336 Remove unused function prototype 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 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