Commit Graph

4331 Commits (a9c20c85c73a41d3736f142743fa1a01df1e04b6)

Author SHA1 Message Date
Etsuro Fujita 3f96d113ff Fix bogus coding in ExecAppendAsyncEventWait(). 1 year ago
Alexander Korotkov 0d466bce9e amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov 54e6184db3 amcheck: Support for different header sizes of short varlena datum 2 years ago
David Rowley ab64b275ad Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Daniel Gustafsson f74b5c5bc6 pgcrypto: Fix check for buffer size 2 years ago
Tom Lane 3f8ac13b19 Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Amit Kapila b793a416bf Fix catalog lookup due to wrong snapshot for subtransactions during decoding. 2 years ago
Tom Lane 940ab02b53 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Michael Paquier 2e08440d61 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
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. 3 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