summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-27postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-21postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-12Include permissive/enforcing state in sepgsql log messages.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao
2022-01-05Enable routine running of citext's UTF8-specific test cases.Tom Lane
2022-01-03Handle mixed returnable and non-returnable columns better in IOS.Tom Lane
2022-01-03pg_stat_statements: Remove obsolete commentMichael Paquier
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-24postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane