Commit Graph

56817 Commits (8b31b689f4db9fca726a8d1bab20b89ebb3fa0b1)
 

Author SHA1 Message Date
Peter Eisentraut 8b31b689f4 meson: portname was set too early 2 years ago
Heikki Linnakangas c5a6d53371 Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" 2 years ago
Michael Paquier cae25d110e Improve stability of recovery test 035_standby_logical_decoding 2 years ago
Alvaro Herrera 07b53de700
Abort pgbench if script end is reached with an open pipeline 2 years ago
David Rowley 74f770ef20 Re-disallow Memoize for parameterized nested loops with join filters 2 years ago
Jeff Davis 5b5318c387 Fix buildfarm error from commit 5c31669058. 2 years ago
Tom Lane 00f941356e Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. 2 years ago
Michael Paquier c030e263e7 Improve handling of dropped partitioned indexes for REINDEX INDEX 2 years ago
Michael Paquier 7ce65c6f72 Add try_index_open(), conditional variant of index_open() 2 years ago
Michael Paquier 6b14404b0b seg: Add test "security" in meson.build 2 years ago
Heikki Linnakangas 4cf9ef670e Fix incorrect comment on how BackendStatusArray is indexed 2 years ago
Daniel Gustafsson 6614d38d87 Close socket in case of errors in setting non-blocking 2 years ago
Daniel Gustafsson a1d50b69b5 Decorate WITH with literal markup tags 2 years ago
Alvaro Herrera 39aab11085
Don't test already-referenced pointer for nullness 2 years ago
Tom Lane 23e0ba59c7 Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. 2 years ago
Tom Lane 56dcd71dec Re-pgindent catcache.c after previous commit. 2 years ago
Tom Lane 7e2561e1a2 Cope with catcache entries becoming stale during detoasting. 2 years ago
Jeff Davis 41820e640a Fix memory leak in connection string validation. 2 years ago
Jeff Davis 4c03ac7e2b Re-validate connection string in libpqrcv_connect(). 2 years ago
Alvaro Herrera 9c00e4c775
Added literal tag for RETURNING 2 years ago
Michael Paquier 506c77f9b2 pg_regress: Disable autoruns for cmd.exe on Windows 2 years ago
Michael Paquier 714bfb7813 pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Tom Lane 80bece312c Allow subquery pullup to wrap a PlaceHolderVar in another one. 2 years ago
Magnus Hagander af36f1993d Fix omission in partitioning limitation documentation 2 years ago
Tom Lane ba33775fd0 Restore initdb's old behavior of always setting the lc_xxx GUCs. 2 years ago
Tom Lane ee95532186 Handle WindowClause.runCondition in tree walker/mutator functions. 2 years ago
Bruce Momjian 65ee2ed0d0 doc: clarify who owns the initdb-created cluster, by default 2 years ago
Tatsuo Ishii a12774ba0e Doc: fix character_sets view. 2 years ago
Alexander Korotkov 20a566cd43 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane cf6f802bf5 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Alexander Korotkov 714a987bc1 Fix oversized memory allocation in Parallel Hash Join 2 years ago
Michael Paquier 37c5516633 Fix corruption of local buffer state during extend of temp relation 2 years ago
David Rowley 6298673f4b Fix use of incorrect TupleTableSlot in DISTINCT aggregates 2 years ago
Bruce Momjian 79a2af3e72 Update copyright for 2024 2 years ago
Tom Lane fb464a1ae3 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane 65218693d0 Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Tom Lane b2c9936a71 In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Michael Paquier a78b0b3dcf doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane d02cceb85c Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane e87252ceb8 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane c72049dbc3 Fix mistaken file name in plpython's meson recipe. 2 years ago
Tom Lane b0115e7e20 Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Amit Kapila 06bbe73541 Doc: Add missing pgoutput options. 2 years ago
Tom Lane 11652f919d Set readline-relevant ENV vars in interactive_psql(), not caller. 2 years ago
Tom Lane 0977bd64e2 Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Dean Rasheed 7f07384dc2 Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Daniel Gustafsson 5b5db413d2 Fix unchecked return value from strdup 2 years ago
Daniel Gustafsson 94415b04ed doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Michael Paquier 7f68b14629 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4948ed666 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago