Commit Graph

42 Commits (f07a3039c72b4a7afbe2b898fd1194575d13c37e)

Author SHA1 Message Date
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 3 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
Fujii Masao 5fedf7417b Improve HINT message that FDW reports when there are no valid options. 4 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Andres Freund 57ca1d4f01 Specify the port in dblink and postgres_fdw tests. 11 years ago
Andres Freund ddc2504dbc Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 11 years ago
Noah Misch d7cdf6ee36 Diagnose incompatible OpenLDAP versions during build and test. 11 years ago
Noah Misch c82725edfa Let installcheck-world pass against a server requiring a password. 11 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 13 years ago
Tom Lane c3bf3ea2b6 Remove configure-option-dependent test cases from dblink tests. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 15 years ago
Tom Lane 3b3706d2cf Fix dblink_build_sql_insert() and related functions to handle dropped 15 years ago
Joe Conway fdac8cf998 Check to ensure the number of primary key fields supplied does not 16 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 16 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Joe Conway 52a3ed9fac Added async query capability. Original patch by 19 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 20 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Joe Conway 6a1e2b3c28 Added new versions of dblink, dblink_exec, dblink_open, dblink_close, 22 years ago
Joe Conway d1824a5ccb Fix regression in dblink_disconnect() reported by Eduardo Stern: 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Bruce Momjian 8f337e86cd Please apply attached patch to contrib/dblink. It adds named persistent 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane 11d337185d Fix inappropriate quoting in dblink. From Joe Conway. 23 years ago
Tom Lane bfccacf3f8 Fix dblink regression test so that it works when repeated: don't 23 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 years ago
Bruce Momjian 5214f09b27 Clean up for dblink autocommit OFF handling. 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tom Lane cd7a3b6c0d Simplify handling of second database for dblink tests. 23 years ago
Tom Lane d724c314da The attached adds GRANTs to PUBLIC for dblink functions, removes the 23 years ago