aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane2025-01-22
* Restore smgrtruncate() prototype in back-branches.Thomas Munro2025-01-08
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2024-12-20
* Fix invalidation of local pgstats references for entry reinitializationMichael Paquier2024-12-09
* Count contrib/bloom index scans in pgstat view.Peter Geoghegan2024-11-12
* Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov2024-11-12
* Stabilize the test added by commit 022564f60c.Amit Kapila2024-10-08
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila2024-10-07
* Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane2024-09-15
* Fix contrib/pageinspect's test for sequences.Nathan Bossart2024-09-13
* Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart2024-09-12
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Skip citext_utf8 test on Windows.Thomas Munro2024-08-02
* postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita2024-07-19
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Backport BackgroundPsql perl test moduleHeikki Linnakangas2024-06-27
* postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita2024-06-07
* Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane2024-04-21
* xml2: Replace deprecated routines with recommended onesMichael Paquier2024-04-16
* Fix bogus coding in ExecAppendAsyncEventWait().Etsuro Fujita2024-04-04
* amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov2024-03-23
* amcheck: Support for different header sizes of short varlena datumAlexander Korotkov2024-03-23
* Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley2024-03-11
* pgcrypto: Fix check for buffer sizeDaniel Gustafsson2024-01-30
* Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane2024-01-29
* Fix catalog lookup due to wrong snapshot for subtransactions during decoding.Amit Kapila2024-01-29
* Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane2024-01-07
* pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier2023-12-19
* pgstattuple: Fix failure with pgstathashindex() for partitioned indexesMichael Paquier2023-12-19
* Fix resource leak when a FDW's ForeignAsyncRequest function failsHeikki Linnakangas2023-11-23
* Adjust the order of the prechecks in pgrowlocks()David Rowley2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* amcheck: Distinguish interrupted page deletion from corruption.Noah Misch2023-10-30
* btree_gin: Fix calculation of leftmost interval value.Dean Rasheed2023-10-29
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier2023-09-27
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Make test_decoding ddl.out shorterAlvaro Herrera2023-07-24
* Remove unnecessary pfree() in g_intbig_compress().Tom Lane2023-07-13
* Remove expensive test of postgres_fdw batch insertsTomas Vondra2023-07-03
* pg_stat_statements: Fix second comment related to entry resetsMichael Paquier2023-06-29
* pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier2023-06-29
* Fix comment on clearing padding.Heikki Linnakangas2023-06-27
* intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier2023-06-15
* hstore: Tighten key/value parsing check for whitespacesMichael Paquier2023-06-12