summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
9 daysFix multibyte issue in ltree_strncasecmp().Jeff Davis
14 daystests: Rename conflicting role namesAndres Freund
2025-12-02Fix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
2025-12-02Fix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
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-08-01Allow resetting unknown custom GUCs with reserved prefixes.Nathan Bossart
2025-07-06Fix incompatibility with libxml2 >= 2.14Michael Paquier
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-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-10Fix data loss in logical replication.Amit Kapila
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-03-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
2025-01-29Handle default NULL insertion a little better.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-12-20Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-11-13Count contrib/bloom index scans in pgstat view.Peter Geoghegan
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-10-08Stabilize the test added by commit 022564f60c.Amit Kapila
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
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-08-01Skip citext_utf8 test on Windows.Thomas Munro
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
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-04-04Fix bogus coding in ExecAppendAsyncEventWait().Etsuro Fujita