Commit Graph

3950 Commits (cd31eaaebc406d043f5dc240f8849d640490e707)

Author SHA1 Message Date
Tom Lane cd31eaaebc Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Tom Lane 271cb7eaa7 Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane e7d3d4ed41 Avoid resource leaks when a dblink connection fails. 4 months ago
Michael Paquier 3c03b8cd79 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Amit Kapila d65485b02b Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 4164d69763 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Amit Kapila 247ee94150 Fix data loss in logical replication. 5 months ago
Tom Lane 3f9132ed28 Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane c7597a1d36 Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Noah Misch 186c586c37 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Tom Lane db8238da42 Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Tom Lane 001c09d8b7 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 8 months ago
Thomas Munro a1d17a8947 Restore smgrtruncate() prototype in back-branches. 8 months ago
Thomas Munro 2280912165 Fix corruption when relation truncation fails. 9 months ago
Peter Geoghegan e493ea866e Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov 5411e82138 Fix arrays comparison in CompareOpclassOptions() 10 months ago
Tom Lane 4310dfa254 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Nathan Bossart ef46a73f69 Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart ca902529cc Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Masahiko Sawada bbc94abf66 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Masahiko Sawada cf2c69ec5a Fix possibility of logical decoding partial transaction changes. 1 year ago
Heikki Linnakangas 12f327b210 Backport BackgroundPsql perl test module 1 year ago
Etsuro Fujita 2b461efc51 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Tom Lane 0e56b2b944 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Michael Paquier bb418aeee2 xml2: Replace deprecated routines with recommended ones 1 year ago
Alexander Korotkov 5cc1f26263 amcheck: Normalize index tuples containing uncompressed varlena 1 year ago
Alexander Korotkov e2c2414165 amcheck: Support for different header sizes of short varlena datum 1 year ago
David Rowley 20b85b3da6 Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Daniel Gustafsson 375d30bcbb pgcrypto: Fix check for buffer size 2 years ago
Tom Lane 7c53b1977b Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Tom Lane 9e7432fafc Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Michael Paquier 586c6a091f pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4c1d255c1 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
David Rowley b3c8d1d0ea Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 123b0d1115 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch f31ccb575e amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed 35e6a5c20d btree_gin: Fix calculation of leftmost interval value. 2 years ago
Noah Misch 6fd1dbdb21 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Michael Paquier a64b8b0355 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Heikki Linnakangas db7394d4de Fix another bug in parent page splitting during GiST index build. 2 years ago
Etsuro Fujita 019c13e7a9 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Etsuro Fujita 730f983eff Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane 7fffcc2ee9 Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Michael Paquier ae9aac64a3 intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier 78bf0a256d hstore: Tighten key/value parsing check for whitespaces 2 years ago
Tom Lane 0409c7fc74 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Tom Lane feb9e7fbbc Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Noah Misch 2212f7db80 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Tom Lane de2dfa0538 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Alexander Korotkov 48c6825d0e Validate ltree siglen GiST option to be int-aligned 2 years ago