Commit Graph

4372 Commits (REL_15_STABLE)

Author SHA1 Message Date
Michael Paquier b745f16804 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Heikki Linnakangas 481d7d1c01 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
David Rowley 1360683530 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch e633e9b132 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 6f81386a9c amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed 5f06918399 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Noah Misch 782be0f712 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Michael Paquier 8a9e4e84e3 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Heikki Linnakangas c3c284b379 Fix another bug in parent page splitting during GiST index build. 2 years ago
Etsuro Fujita 3daee7fb08 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Etsuro Fujita d1ef5631e6 Disallow replacing joins with scans in problematic cases. 2 years ago
Alvaro Herrera 3bb8b9342f
Make test_decoding ddl.out shorter 2 years ago
Tom Lane 5cb4619896 Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Tomas Vondra 23ce74811a Remove expensive test of postgres_fdw batch inserts 2 years ago
Michael Paquier e886124647 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier a757e16b7e pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 596177a922 Fix comment on clearing padding. 2 years ago
Michael Paquier 4be308edee intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier 3a5222a432 hstore: Tighten key/value parsing check for whitespaces 2 years ago
Michael Paquier 2dd7782217 pageinspect: Fix gist_page_items() with included columns 2 years ago
Tom Lane eaf99e4c4a Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane 1b761d8964 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch dbd5795e75 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Tom Lane 85ec8bcce2 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Michael Paquier aa6177c882 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Alexander Korotkov 214495dc5b Validate ltree siglen GiST option to be int-aligned 2 years ago
Robert Haas fa83e9e23c basebackup_to_shell: Check for a NULL return from OpenPipeStream. 2 years ago
Robert Haas 453f53821f amcheck: In verify_heapam, allows tuples with xmin 0. 2 years ago
Robert Haas 701ec55579 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Andres Freund e8a9750d03 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund 6d9588108a amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Tom Lane 6170386c7f Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Michael Paquier 9d41ecfcd9 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane b15db7f690 Drop test view when done with it. 3 years ago
Tom Lane bc77be7145 Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Michael Paquier 5bace41abc Fix handling of escape sequences in postgres_fdw.application_name 3 years ago
Jeff Davis da32a99df1 Limit memory usage of pg_walinspect functions. 3 years ago
Tom Lane 3706cc97aa Fix calculation of which GENERATED columns need to be updated. 3 years ago
Tom Lane b87037b373 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Etsuro Fujita fc02019c09 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Tom Lane b8988cf1d0 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane ff9d27ee2b Prevent instability in contrib/pageinspect's regression test. 3 years ago
Noah Misch e5f94d42eb If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 3 years ago
Tom Lane 8b0a5cf3fe pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Amit Kapila 343afa9671 Fix executing invalidation messages generated by subtransactions during decoding. 3 years ago
Amit Kapila 64ff0fe4e8 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Michael Paquier f2f7e509e6 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Michael Paquier 9ebcb5ffdf Fix calculation related to temporary WAL segment name in basic_archive 3 years ago
Alvaro Herrera 16d11d6843
Disallow MERGE cleanly for foreign partitions 3 years ago
Tom Lane 443df6e2db Revert "Optimize order of GROUP BY keys". 3 years ago