summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/option.c
Commit message (Expand)AuthorAgeFilesLines
* Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane2015-11-031-0/+54
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-121-2/+6
* Rename postgres_fdw's use_remote_explain option to use_remote_estimate.Tom Lane2013-02-231-5/+5
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+293