summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Use %u not %d to print OIDs.Tom Lane2016-02-081-1/+1
* Add missing quotation mark.Robert Haas2016-01-281-1/+1
* Avoid multiple foreign server connections when all use same user mapping.Robert Haas2016-01-281-14/+13
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-0/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-2/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane2014-02-031-70/+85
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Document cross-version compatibility issues for contrib/postgres_fdw.Tom Lane2013-03-221-4/+11
* Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane2013-03-111-20/+40
* Support writable foreign tables.Tom Lane2013-03-101-2/+65
* Adjust postgres_fdw's search path handling.Tom Lane2013-02-221-0/+29
* Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.Tom Lane2013-02-211-1/+1
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+581