summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
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-29Fix catalog lookup due to wrong snapshot for subtransactions during decoding.Amit Kapila
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-11-23Fix resource leak when a FDW's ForeignAsyncRequest function failsHeikki Linnakangas
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
2023-09-27unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-24Make test_decoding ddl.out shorterAlvaro Herrera
2023-07-13Remove unnecessary pfree() in g_intbig_compress().Tom Lane
2023-07-03Remove expensive test of postgres_fdw batch insertsTomas Vondra
2023-06-29pg_stat_statements: Fix second comment related to entry resetsMichael Paquier
2023-06-28pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier
2023-06-27Fix comment on clearing padding.Heikki Linnakangas
2023-06-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
2023-06-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-16Ensure Soundex difference() function handles empty input sanely.Tom Lane
2023-05-08Adjust sepgsql expected output for 681d9e462 et al.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-04-27In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane
2023-04-25Fix buffer refcount leak with FDW bulk insertsMichael Paquier