summaryrefslogtreecommitdiff
path: root/src/include/foreign
Commit message (Expand)AuthorAgeFilesLines
* Support writable foreign tables.Tom Lane2013-03-101-9/+60
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-16/+16
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-061-4/+4
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-061-3/+21
* Revise FDW planning API, again.Tom Lane2012-03-091-4/+17
* Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane2012-03-071-0/+2
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-051-32/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-012-2/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-102-17/+17
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-011-2/+3
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-202-0/+106
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-191-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-21/+22
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-041-8/+2
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-241-26/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-0/+101