Commit Graph

3958 Commits (REL_13_STABLE)

Author SHA1 Message Date
Tom Lane 3e0f5f00b3 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Masahiko Sawada 7d8d36289f Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Peter Eisentraut 387883f68c Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita b6641f7b0e Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier e688cfc2bc Fix incompatibility with libxml2 >= 2.14 2 months ago
Masahiko Sawada 87819f766f Fix cache-dependent test failures in logical decoding. 3 months ago
Masahiko Sawada 1230be12f0 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Robert Haas 4adbaa36ca pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
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. 3 months ago
Tom Lane e7d3d4ed41 Avoid resource leaks when a dblink connection fails. 3 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