summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-11Create a new type category for "internal use" types.Tom Lane
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-08postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao
2021-12-08pgrowlocks: Fix incorrect format placeholdersPeter Eisentraut
2021-12-08pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-12-01psql: include intra-query "--" comments in what's sent to the server.Tom Lane
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-24Fix incorrect format placeholdersPeter Eisentraut
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-12postgres_fdw: suppress casts on constants in limited cases.Tom Lane
2021-11-10Fix incorrect format placeholdersPeter Eisentraut
2021-11-08Fix gist_bool_ops to use gbtreekey2Tomas Vondra
2021-11-07contrib/sslinfo needs a fix too to make hamerkop happy.Tom Lane
2021-11-06Add bool GiST opclass to btree_gistTomas Vondra
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