Commit Graph

305 Commits (c70b6db34ffeab48beef1fb4ce61bcad3772b8dd)

Author SHA1 Message Date
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Tom Lane 7e81a18d49 Fix parallel-safety markings for contrib/dblink. 9 years ago
Robert Haas 20eb2731b7 Update dblink extension for parallel query. 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Tom Lane dabda64152 Fix volatile-safety issue in dblink's materializeQueryResult(). 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut 1e95bbc870 Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 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
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch d7cdf6ee36 Diagnose incompatible OpenLDAP versions during build and test. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Joe Conway 1dde5782e3 Clean up data conversion short-lived memory context. 11 years ago
Noah Misch c82725edfa Let installcheck-world pass against a server requiring a password. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Joe Conway d6ca510d9d Fix performance regression in dblink connection speed. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Andrew Dunstan ad69bd052f Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Andrew Dunstan fc5c1bbbeb Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Andrew Dunstan e2b3c21b05 Add mode where contrib installcheck runs each module in a separately named database. 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
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 13 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas e4f06b70c9 Another typographical correction. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 14 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane b75fbe9191 Fix dblink's failure to report correct connection name in error messages. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 14 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Joe Conway 8af3596d6b Async dblink functions require a named connection, and therefore should 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago