Commit Graph

4147 Commits (fb0745fa0d706d1519d6e55e93d1dcae27e12e4d)

Author SHA1 Message Date
Fujii Masao 353aa01687 postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 4 years ago
Tom Lane c2e8bd2751 Enable routine running of citext's UTF8-specific test cases. 4 years ago
Tom Lane 8a2e323f20 Handle mixed returnable and non-returnable columns better in IOS. 4 years ago
Michael Paquier 234ba62769 pg_stat_statements: Remove obsolete comment 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Fujii Masao 5e64ad3697 postgres_fdw: Revert unstable tests for postgres_fdw.application_name. 4 years ago
Fujii Masao 6e0cb3dec1 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. 4 years ago
Michael Paquier 2e577c9446 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY 4 years ago
Tom Lane 1fada5d81e Add missing EmitWarningsOnPlaceholders() calls. 4 years ago
Tom Lane 0e6e7f0806 Merge dblink's paths test script into its main test. 4 years ago
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago
Michael Paquier ece8c76192 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago
Michael Paquier 5d08137076 Fix some typos with {a,an} 4 years ago
Fujii Masao 815d61fcd4 postgres_fdw: Report warning when timeout expires while getting query result. 4 years ago
Peter Eisentraut 254c63e9ed pgrowlocks: Fix incorrect format placeholders 4 years ago
Peter Eisentraut 814e1d9ff7 pgcrypto: Remove explicit hex encoding/decoding from tests 4 years ago
Peter Eisentraut 37b2764593 Some RELKIND macro refactoring 4 years ago
Fujii Masao 557c39bba9 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Daniel Gustafsson ac0db34e0e Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Peter Eisentraut fb5961fd13 Fix incorrect format placeholders 4 years ago
David Rowley e502150f7d Allow Memoize to operate in binary comparison mode 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Daniel Gustafsson aa12781b0d Improve publication error messages 4 years ago
Tom Lane f8abb0f5e1 postgres_fdw: suppress casts on constants in limited cases. 4 years ago
Peter Eisentraut 733e039153 Fix incorrect format placeholders 4 years ago
Tomas Vondra e2fbb88372 Fix gist_bool_ops to use gbtreekey2 4 years ago
Tom Lane 568620dfd6 contrib/sslinfo needs a fix too to make hamerkop happy. 4 years ago
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Robert Haas bd807be693 amcheck: Add additional TOAST pointer checks. 4 years ago
Peter Eisentraut db7d1a7b05 pgcrypto: Remove non-OpenSSL support 4 years ago
Tom Lane e9d9ba2a4d Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Tom Lane a667b06683 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Peter Eisentraut 237c12aabe uuid-ossp: Remove obsolete build connection with pgcrypto 4 years ago
Tom Lane 7f580aa5d8 Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Fujii Masao 5fedf7417b Improve HINT message that FDW reports when there are no valid options. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Noah Misch 3cd9c3b921 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch fdd965d074 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Etsuro Fujita 8c7be86883 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Michael Paquier f9c4cb6868 Add more $Test::Builder::Level in the TAP tests 4 years ago
Peter Geoghegan 292698f158 amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Michael Paquier 68f7c4b57a Clean up more code using "(expr) ? true : false" 4 years ago
Etsuro Fujita 972c7c6567 postgres_fdw: Fix comments in connection.c. 4 years ago
Tom Lane 3071bbfe44 Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Michael Paquier 2b0da0365b pg_stat_statements: Add some tests for older versions still usable 4 years ago