Commit Graph

4175 Commits (6fa5e67e832bbab80ea7b936701e2c03c22fe059)

Author SHA1 Message Date
Michael Paquier 6fa5e67e83 xml2: Replace deprecated routines with recommended ones 2 years ago
Etsuro Fujita e10ca95ff7 Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Alexander Korotkov 4e8529da48 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov 5df5d9cd7e amcheck: Support for different header sizes of short varlena datum 2 years ago
David Rowley 628c3f2e17 Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Daniel Gustafsson 54717fcaad pgcrypto: Fix check for buffer size 2 years ago
Tom Lane 29e25a6b1e Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Amit Kapila 6b77048e57 Fix catalog lookup due to wrong snapshot for subtransactions during decoding. 2 years ago
Tom Lane 90e8b86fc5 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Michael Paquier bfbe4a146e pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier f729fdab45 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Heikki Linnakangas 555276f859 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
David Rowley c5988e69fe Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 0a7b183fdc Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 42496cba60 amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed 162b38a068 btree_gin: Fix calculation of leftmost interval value. 2 years ago
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 3 years ago
Michael Paquier 7e8349cbd7 pg_stat_statements: Fix second comment related to entry resets 3 years ago
Michael Paquier aa4b11e8be pg_stat_statements: Fix incorrect comment with entry resets 3 years ago
Heikki Linnakangas 0c3fb8ac5f Fix comment on clearing padding. 3 years ago
Michael Paquier 019a40d619 intarray: Prevent out-of-bound memory reads with gist__int_ops 3 years ago
Michael Paquier e0e6829459 hstore: Tighten key/value parsing check for whitespaces 3 years ago
Michael Paquier e72580232c pageinspect: Fix gist_page_items() with included columns 3 years ago
Tom Lane ccd3623256 Ensure Soundex difference() function handles empty input sanely. 3 years ago
Tom Lane 1913f63dcc Adjust sepgsql expected output for 681d9e462 et al. 3 years ago
Noah Misch 01e8182c73 Replace last PushOverrideSearchPath() call with set_config_option(). 3 years ago
Tom Lane c74f88c406 In hstore_plpython, avoid crashing when return value isn't a mapping. 3 years ago
Michael Paquier 4cc56f8edb Fix buffer refcount leak with FDW bulk inserts 3 years ago
Alexander Korotkov f4a4a18ecb Validate ltree siglen GiST option to be int-aligned 3 years ago
Robert Haas e3363cda9c amcheck: In verify_heapam, allows tuples with xmin 0. 3 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