summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-11-05amcheck: Add additional TOAST pointer checks.Robert Haas
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-11-01Avoid some other O(N^2) hazards in list manipulation.Tom Lane
2021-10-31Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane
2021-10-30uuid-ossp: Remove obsolete build connection with pgcryptoPeter Eisentraut
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-13postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-12amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan
2021-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-10-07postgres_fdw: Fix comments in connection.c.Etsuro Fujita
2021-10-06Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane
2021-10-02pg_stat_statements: Add some tests for older versions still usableMichael Paquier
2021-09-28Fix instability in contrib/bloom TAP tests.Tom Lane
2021-09-28Support amcheck of sequencesPeter Eisentraut
2021-09-27Re-enable contrib/bloom's TAP tests.Tom Lane
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-22postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao
2021-09-17pageinspect: Make page deletion elog less chatty.Peter Geoghegan
2021-09-10Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-07postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao
2021-09-01Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane
2021-08-31Prohibit map and grep in void contextDaniel Gustafsson
2021-08-27contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-19Improve performance of float overflow checks in btree_gistMichael Paquier
2021-08-10Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane
2021-08-10Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-08-10Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson
2021-08-10Fix regression test output of sepgsqlMichael Paquier
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-05postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita
2021-08-02Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita
2021-07-30In postgres_fdw, allow CASE expressions to be pushed to the remote server.Tom Lane
2021-07-30postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-26Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane