aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-18
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Add isolation test for errors during logical slot creation.Andres Freund2022-02-14
* Delete contrib/xml2's legacy implementation of xml_is_well_formed().Tom Lane2022-02-14
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-12
* Add decoding of sequences to test_decodingTomas Vondra2022-02-12
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-09
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-07
* In basic_archive tests, insist on wal_level='replica'.Robert Haas2022-02-03
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Simplify coding around path_contains_parent_reference().Tom Lane2022-01-31
* Make canonicalize_path() more canonical.Tom Lane2022-01-31
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Add HEADER support to COPY text formatPeter Eisentraut2022-01-28
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-21
* Add Boolean nodePeter Eisentraut2022-01-17
* Include permissive/enforcing state in sepgsql log messages.Tom Lane2022-01-12
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-08
* Update copyright for 2022Bruce Momjian2022-01-07
* postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao2022-01-07
* Enable routine running of citext's UTF8-specific test cases.Tom Lane2022-01-05
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-03
* pg_stat_statements: Remove obsolete commentMichael Paquier2022-01-03
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-12-24
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-24
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-22
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-21
* Merge dblink's paths test script into its main test.Tom Lane2021-12-20
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-20
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-20
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Create a new type category for "internal use" types.Tom Lane2021-12-11
* Fix some typos with {a,an}Michael Paquier2021-12-09
* postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao2021-12-08
* pgrowlocks: Fix incorrect format placeholdersPeter Eisentraut2021-12-08
* pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut2021-12-08
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-03
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-01
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28