summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-1/+1
* pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier2022-02-281-1/+1
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-241-2/+1
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-244-19/+330
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-218-8/+8
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-212-2/+2
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-212-2/+1
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-181-1/+0
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-183-0/+37
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-176-20/+0
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-161-0/+1
* Add isolation test for errors during logical slot creation.Andres Freund2022-02-143-1/+155
* Delete contrib/xml2's legacy implementation of xml_is_well_formed().Tom Lane2022-02-141-45/+0
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-141-1/+1
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-123-11/+31
* Add decoding of sequences to test_decodingTomas Vondra2022-02-1224-55/+567
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-118-8/+20
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-091-1/+2
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-071-10/+8
* In basic_archive tests, insist on wal_level='replica'.Robert Haas2022-02-031-0/+1
* Allow archiving via loadable modules.Robert Haas2022-02-037-0/+450
* Simplify coding around path_contains_parent_reference().Tom Lane2022-01-311-6/+0
* Make canonicalize_path() more canonical.Tom Lane2022-01-311-1/+1
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-302-0/+2
* Add HEADER support to COPY text formatPeter Eisentraut2022-01-282-4/+1
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-273-0/+68
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-261-0/+2
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-211-2/+9
* Add Boolean nodePeter Eisentraut2022-01-171-16/+16
* Include permissive/enforcing state in sepgsql log messages.Tom Lane2022-01-127-638/+649
* Improve error handling of cryptohash computationsMichael Paquier2022-01-112-7/+13
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-083-34/+82
* Update copyright for 2022Bruce Momjian2022-01-0776-76/+76
* postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao2022-01-072-0/+86
* Enable routine running of citext's UTF8-specific test cases.Tom Lane2022-01-057-94/+207
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-032-5/+5
* pg_stat_statements: Remove obsolete commentMichael Paquier2022-01-031-4/+0
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-277-7/+7
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-277-7/+7
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-12-242-53/+0
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-245-0/+152
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-222-0/+6
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-214-0/+9
* Merge dblink's paths test script into its main test.Tom Lane2021-12-205-42/+42
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-2010-7/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-204-33/+103
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-142-0/+108
* Create a new type category for "internal use" types.Tom Lane2021-12-113-3/+14
* Fix some typos with {a,an}Michael Paquier2021-12-091-1/+1
* postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao2021-12-081-12/+39