Commit Graph

4372 Commits (451b22efd9ac4a1014af8add5405d809d92ff590)

Author SHA1 Message Date
Tom Lane 34249b3b58 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Masahiko Sawada eb9ee4d181 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Peter Eisentraut f0d55b68ef Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita d642d23064 Disallow collecting transition tuples from child foreign tables. 1 month ago
Nathan Bossart f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Michael Paquier 75c1eb60b2 Fix incompatibility with libxml2 >= 2.14 2 months ago
Masahiko Sawada fc0fb77c55 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Robert Haas d59ff3be24 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane e76097124f Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Tom Lane 3c31594f55 Fix memory leakage in postgres_fdw's DirectModify code path. 3 months ago
Tom Lane 09c9ae8f6d Avoid resource leaks when a dblink connection fails. 4 months ago
Michael Paquier 130300a154 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Amit Kapila f6429bd7db Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 90bc4523fd Fix typo in test file name added in commit 4909b38af0. 5 months ago
Tom Lane 90a3fd811e Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane 9a8c16aecc Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Amit Kapila 9f21be08e8 Fix data loss in logical replication. 5 months ago
Noah Misch 63f6ecb6b0 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Tom Lane 0e86bad380 Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Tom Lane bb85d09355 Handle default NULL insertion a little better. 8 months ago
Tom Lane cdeed4de77 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 8 months ago
Thomas Munro 3181befdca Restore smgrtruncate() prototype in back-branches. 8 months ago
Thomas Munro fb540b6aa5 Fix corruption when relation truncation fails. 9 months ago
Michael Paquier c1c9df3159 Replace durable_rename_excl() by durable_rename(), take two 9 months ago
Michael Paquier 1df1e1e787 Fix invalidation of local pgstats references for entry reinitialization 9 months ago
Peter Geoghegan 16a2bb0793 Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov 713b8546ab Fix arrays comparison in CompareOpclassOptions() 10 months ago
Amit Kapila 5ce0dcc99a Stabilize the test added by commit 022564f60c. 11 months ago
Nathan Bossart 01731eeeaa Fix Y2038 issues with MyStartTime. 11 months ago
Amit Kapila 8175a7d11f Fix fetching default toast value during decoding of in-progress transactions. 11 months ago
Tom Lane 634804885f Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Nathan Bossart a63aef5e49 Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart e03042a700 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Masahiko Sawada e81e53a0c1 Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
Thomas Munro e52a44b8a4 Skip citext_utf8 test on Windows. 1 year ago
Etsuro Fujita f39f3e0fbe postgres_fdw: Avoid "cursor can only scan forward" error. 1 year ago
Masahiko Sawada aee8c2b954 Fix possibility of logical decoding partial transaction changes. 1 year ago
Heikki Linnakangas d5fd7865f0 Backport BackgroundPsql perl test module 1 year ago
Etsuro Fujita b33c141cc5 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Tom Lane 6c85e3359b Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Michael Paquier 689ba4f1c4 xml2: Replace deprecated routines with recommended ones 1 year ago
Etsuro Fujita 3f96d113ff Fix bogus coding in ExecAppendAsyncEventWait(). 1 year ago
Alexander Korotkov 0d466bce9e amcheck: Normalize index tuples containing uncompressed varlena 1 year ago
Alexander Korotkov 54e6184db3 amcheck: Support for different header sizes of short varlena datum 1 year ago
David Rowley ab64b275ad Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Daniel Gustafsson f74b5c5bc6 pgcrypto: Fix check for buffer size 2 years ago
Tom Lane 3f8ac13b19 Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Amit Kapila b793a416bf Fix catalog lookup due to wrong snapshot for subtransactions during decoding. 2 years ago
Tom Lane 940ab02b53 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Michael Paquier 2e08440d61 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago