aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/fdwhandler.sgml
Commit message (Expand)AuthorAge
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Update FDW docs to reflect existence of CHECK constraints.Robert Haas2015-04-21
* doc: Spell checkingPeter Eisentraut2014-07-16
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* doc: In FDW handler docs, mark up scan_clauses with <literal>.Robert Haas2014-05-05
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* Fix typo in FDW docs.Tom Lane2013-04-03
* Fix documentation oversight.Tom Lane2013-03-12
* Support writable foreign tables.Tom Lane2013-03-10
* Fix documentation typo.Tom Lane2012-12-22
* Update obsolete text in fdwhandler.sgml.Tom Lane2012-10-10
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Revise FDW planning API, again.Tom Lane2012-03-09
* Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane2012-03-07
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* Improvements to SQL/MED documentation.Robert Haas2011-07-25
* Restructure foreign data wrapper chapter so it has more than one section.Tom Lane2011-07-05
* Improve documentation about foreign data wrapper validator functions.Tom Lane2011-07-05
* More foreign table documentation improvements.Robert Haas2011-06-13
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20