summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-03-29Avoid instabilities with the regression tests of pg_freespacemapMichael Paquier
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-25postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Add some basic regression tests for pg_freespacemapMichael Paquier
2022-03-23test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera
2022-03-22pgcrypto: Remove internal padding implementationPeter Eisentraut
2022-03-19Close race condition in slot_creation_error.spec.Noah Misch
2022-03-16Fix default signature length for gist_ltree_opsAlexander Korotkov
2022-03-16pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-03-15Add 'basebackup_to_shell' contrib module.Robert Haas
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-10Re-update Unicode data to CLDR 39Peter Eisentraut
2022-03-09pycodestyle (PEP 8) cleanup in Python scriptsPeter Eisentraut
2022-03-09unaccent: Remove Python 2 support from Python scriptPeter Eisentraut
2022-03-08Stabilize test_decoding touching with sequencesTomas Vondra
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-03-08plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-03-05Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-02-28pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21pgcrypto: Remove unused error codePeter Eisentraut
2022-02-21pgcrypto: Remove unused error codePeter Eisentraut
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-15Add isolation test for errors during logical slot creation.Andres Freund
2022-02-14Delete contrib/xml2's legacy implementation of xml_is_well_formed().Tom Lane
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-12Fix skip-empty-xacts with sequences in test_decodingTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-02-03In basic_archive tests, insist on wal_level='replica'.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
2022-01-31Make canonicalize_path() more canonical.Tom Lane