summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
AgeCommit message (Expand)Author
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-05-06Allow queries submitted by postgres_fdw to be canceled.Robert Haas
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-03Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-22Document cross-version compatibility issues for contrib/postgres_fdw.Tom Lane
2013-03-11Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-02-22Adjust postgres_fdw's search path handling.Tom Lane
2013-02-21Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.Tom Lane
2013-02-21Add postgres_fdw contrib module.Tom Lane