summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-03-10dblink: Change some StringInfo to StringInfoDataPeter Eisentraut
2017-03-10dblink: Replace some macros by static functionsPeter Eisentraut
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Make dblink try harder to form useful error messagesJoe Conway
2016-12-22Protect dblink from invalid options when using postgres_fdw serverJoe Conway
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2016-09-30Remove unnecessary prototypesPeter Eisentraut
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-06-18Fix parallel-safety markings for contrib/dblink.Tom Lane
2016-06-17Update dblink extension for parallel query.Robert Haas
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-01-26Fix volatile-safety issue in dblink's materializeQueryResult().Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-08-26Specify the port in dblink and postgres_fdw tests.Andres Freund
2014-08-26Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.Andres Freund
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-06-20Clean up data conversion short-lived memory context.Joe Conway
2014-06-20Let installcheck-world pass against a server requiring a password.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-12-08Fix performance regression in dblink connection speed.Joe Conway
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-22Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-11Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-12-03Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan
2012-12-02Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-10-11Remove configure-option-dependent test cases from dblink tests.Tom Lane
2012-10-10Create an improved FDW option validator function for contrib/dblink.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Fix assorted compilation failures in contribAlvaro Herrera
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Another typographical correction.Robert Haas