summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Improve publication error messagesDaniel Gustafsson2021-11-172-0/+11
* postgres_fdw: suppress casts on constants in limited cases.Tom Lane2021-11-123-47/+212
* Fix incorrect format placeholdersPeter Eisentraut2021-11-101-2/+2
* Fix gist_bool_ops to use gbtreekey2Tomas Vondra2021-11-082-5/+20
* contrib/sslinfo needs a fix too to make hamerkop happy.Tom Lane2021-11-071-0/+11
* Add bool GiST opclass to btree_gistTomas Vondra2021-11-068-3/+382
* amcheck: Add additional TOAST pointer checks.Robert Haas2021-11-051-0/+46
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-0512-7596/+29
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-011-8/+17
* Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane2021-10-311-16/+29
* uuid-ossp: Remove obsolete build connection with pgcryptoPeter Eisentraut2021-10-301-5/+0
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-282-60/+41
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-276-6/+24
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-248-21/+21
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-231-0/+188
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-0/+78
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-131-5/+10
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-122-0/+10
* amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan2021-10-112-2/+19
* Clean up more code using "(expr) ? true : false"Michael Paquier2021-10-111-6/+6
* postgres_fdw: Fix comments in connection.c.Etsuro Fujita2021-10-071-6/+4
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-063-35/+77
* pg_stat_statements: Add some tests for older versions still usableMichael Paquier2021-10-023-1/+179
* Fix instability in contrib/bloom TAP tests.Tom Lane2021-09-281-5/+3
* Support amcheck of sequencesPeter Eisentraut2021-09-283-5/+79
* Re-enable contrib/bloom's TAP tests.Tom Lane2021-09-271-3/+1
* Fix typos and grammar in code commentsMichael Paquier2021-09-271-1/+1
* postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao2021-09-221-102/+75
* pageinspect: Make page deletion elog less chatty.Peter Geoghegan2021-09-171-2/+2
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-092-2/+2
* Remove Value node structPeter Eisentraut2021-09-091-6/+6
* postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao2021-09-082-118/+0
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-083-3/+3
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-075-5/+174
* Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane2021-09-011-27/+23
* Prohibit map and grep in void contextDaniel Gustafsson2021-08-311-1/+1
* contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2021-08-261-0/+2
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-252-0/+38
* Improve performance of float overflow checks in btree_gistMichael Paquier2021-08-193-21/+8
* Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane2021-08-102-3/+10
* Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson2021-08-105-0/+1247
* Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson2021-08-101-0/+4
* Fix regression test output of sepgsqlMichael Paquier2021-08-101-0/+2
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-091-2/+4
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-055-38/+226
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-021-4/+18
* In postgres_fdw, allow CASE expressions to be pushed to the remote server.Tom Lane2021-07-303-16/+315
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-303-18/+115
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-294-5/+5
* Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley2021-07-293-1/+14