Commit Graph

4209 Commits (REL_14_STABLE)

Author SHA1 Message Date
Noah Misch 0834df9094 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Michael Paquier e4d7ad30f0 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Heikki Linnakangas 747cef5a58 Fix another bug in parent page splitting during GiST index build. 2 years ago
Etsuro Fujita b8f4644d60 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Etsuro Fujita b0e390e6d1 Disallow replacing joins with scans in problematic cases. 2 years ago
Alvaro Herrera c5c5832600
Make test_decoding ddl.out shorter 2 years ago
Tom Lane a6991f763d Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Tomas Vondra 5396b188c9 Remove expensive test of postgres_fdw batch inserts 2 years ago
Michael Paquier 7e8349cbd7 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier aa4b11e8be pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 0c3fb8ac5f Fix comment on clearing padding. 2 years ago
Michael Paquier 019a40d619 intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier e0e6829459 hstore: Tighten key/value parsing check for whitespaces 2 years ago
Michael Paquier e72580232c pageinspect: Fix gist_page_items() with included columns 2 years ago
Tom Lane ccd3623256 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane 1913f63dcc Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch 01e8182c73 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Tom Lane c74f88c406 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Michael Paquier 4cc56f8edb Fix buffer refcount leak with FDW bulk inserts 2 years ago
Alexander Korotkov f4a4a18ecb Validate ltree siglen GiST option to be int-aligned 2 years ago
Robert Haas e3363cda9c amcheck: In verify_heapam, allows tuples with xmin 0. 2 years ago
Robert Haas 8fd5aa76c3 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Andres Freund b3a83055c2 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund a42f515d6b amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Tom Lane 7865280399 Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago
Michael Paquier 5ad63eee13 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane ba019b4dac Harden postgres_fdw tests against unexpected cache flushes. 3 years ago
Tom Lane 8cd190e13a Fix calculation of which GENERATED columns need to be updated. 3 years ago
Tom Lane f489b480f4 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Etsuro Fujita e52245228e Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Tom Lane 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test." 3 years ago
Tom Lane 5cda142bb9 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Tom Lane 32d5a4974c Replace RelationOpenSmgr() with RelationGetSmgr(). 3 years ago
Tom Lane 0f2f5645a1 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Amit Kapila 4fbe6096b9 Fix executing invalidation messages generated by subtransactions during decoding. 3 years ago
Amit Kapila a592ed923e Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Etsuro Fujita b53d104ae3 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Tom Lane e55ccb3b17 Reject bogus output from uuid_create(3). 3 years ago
Amit Kapila 68dcce247f Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Etsuro Fujita 4a9bc2e0f5 postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Tom Lane 17fd203b41 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Fujii Masao 169d50ba34 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Tom Lane 810bcbd383 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Noah Misch ace9973867 CREATE INDEX: use the original userid for more ACL checks. 3 years ago
Tom Lane 4e46726156 Silence compiler warnings from some older compilers. 3 years ago
Noah Misch ab49ce7c34 Make relation-enumerating operations be security-restricted operations. 3 years ago
Noah Misch e599ea0969 Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl." 3 years ago
Noah Misch aca4d561cb Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 3 years ago
Etsuro Fujita ebb7902415 Disable asynchronous execution if using gating Result nodes. 3 years ago
Etsuro Fujita 89d349b0a0 postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 3 years ago