summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* postgres_fdw.h: don't pull in rel.h when relcache.h is enoughAlvaro Herrera2014-11-141-1/+1
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-101-0/+1
* Fix contrib/postgres_fdw to handle multiple join conditions properly.Tom Lane2014-03-071-0/+1
* Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane2014-02-031-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane2013-03-221-5/+10
* Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane2013-03-211-4/+7
* Fix contrib/postgres_fdw's handling of column defaults.Tom Lane2013-03-121-3/+6
* Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane2013-03-111-0/+4
* Support writable foreign tables.Tom Lane2013-03-101-5/+13
* Fix some planning oversights in postgres_fdw.Tom Lane2013-02-221-0/+1
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+52