Commit Graph

4209 Commits (REL_14_STABLE)

Author SHA1 Message Date
Tom Lane 4a593043ee Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Masahiko Sawada 79643105a2 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Peter Eisentraut 64dec8060c Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita e94fc1a8ad Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier ac166b19a1 Fix incompatibility with libxml2 >= 2.14 2 months ago
Masahiko Sawada 983b363625 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Robert Haas a4b9707c41 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane eb42346475 Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Tom Lane 4a07c09613 Fix memory leakage in postgres_fdw's DirectModify code path. 3 months ago
Tom Lane 2cd2222ca5 Avoid resource leaks when a dblink connection fails. 3 months ago
Michael Paquier 8a1459f62a pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Amit Kapila 1f63b3626a Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila bb1bc9fa96 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Tom Lane 3c2ea65bd8 Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane 1b47a112ac Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Amit Kapila 0434033e8b Fix data loss in logical replication. 5 months ago
Noah Misch a8a9189376 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Tom Lane 5ff827389e Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Tom Lane c05268e6ec Handle default NULL insertion a little better. 7 months ago
Tom Lane 3085993052 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 8 months ago
Thomas Munro f154f028d8 Restore smgrtruncate() prototype in back-branches. 8 months ago
Thomas Munro 23c743b645 Fix corruption when relation truncation fails. 9 months ago
Peter Geoghegan 2a30b6836d Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov 247e7647f5 Fix arrays comparison in CompareOpclassOptions() 10 months ago
Amit Kapila 581092c907 Stabilize the test added by commit 022564f60c. 11 months ago
Amit Kapila efe706e273 Fix fetching default toast value during decoding of in-progress transactions. 11 months ago
Tom Lane 7721fff06c Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Nathan Bossart 0970889e35 Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart 8a94af8a2d Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Masahiko Sawada 72ef1675e2 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Masahiko Sawada f7d3caf9dd Fix possibility of logical decoding partial transaction changes. 1 year ago
Heikki Linnakangas 31877cd8ec Backport BackgroundPsql perl test module 1 year ago
Etsuro Fujita 269e2c3916 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Tom Lane 3ed6e16985 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Michael Paquier 6fa5e67e83 xml2: Replace deprecated routines with recommended ones 1 year ago
Etsuro Fujita e10ca95ff7 Fix bogus coding in ExecAppendAsyncEventWait(). 1 year ago
Alexander Korotkov 4e8529da48 amcheck: Normalize index tuples containing uncompressed varlena 1 year ago
Alexander Korotkov 5df5d9cd7e amcheck: Support for different header sizes of short varlena datum 1 year 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