summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2025-11-06postgres_fdw: Add more test coverage for EvalPlanQual testing.Etsuro Fujita
2025-10-17Fix privilege checks for pg_prewarm() on indexes.Nathan Bossart
2025-10-15Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.Etsuro Fujita
2025-10-02pgstattuple: Improve reports generated for indexes (hash, gist, btree)Michael Paquier
2025-08-26Put "excludeOnly" GIN scan keys at the end of the scankey array.Tom Lane
2025-08-19Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.Masahiko Sawada
2025-08-08Fix incorrect lack of Datum conversion in _int_matchsel()Peter Eisentraut
2025-08-08Disallow collecting transition tuples from child foreign tables.Etsuro Fujita
2025-07-06Fix incompatibility with libxml2 >= 2.14Michael Paquier
2025-06-24Fix cache-dependent test failures in logical decoding.Masahiko Sawada
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-06pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.Robert Haas
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-05-30Fix memory leakage in postgres_fdw's DirectModify code path.Tom Lane
2025-05-29Avoid resource leaks when a dblink connection fails.Tom Lane
2025-05-29pg_stat_statements: Fix parameter number gaps in normalized queriesMichael Paquier
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-24Fix data loss in logical replication.Amit Kapila
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-03-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2025-01-07Restore smgrtruncate() prototype in back-branches.Thomas Munro
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-11-13Count contrib/bloom index scans in pgstat view.Peter Geoghegan
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-06-27Backport BackgroundPsql perl test moduleHeikki Linnakangas
2024-06-07postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita
2024-04-21Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane
2024-04-16xml2: Replace deprecated routines with recommended onesMichael Paquier
2024-03-23amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov
2024-03-23amcheck: Support for different header sizes of short varlena datumAlexander Korotkov
2024-03-10Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley
2024-01-30pgcrypto: Fix check for buffer sizeDaniel Gustafsson
2024-01-29Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane
2024-01-07Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane
2023-12-19pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier
2023-12-19pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier
2023-10-31Adjust the order of the prechecks in pgrowlocks()David Rowley
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-30amcheck: Distinguish interrupted page deletion from corruption.Noah Misch
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch