index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
fdwhandler.sgml
Commit message (
Expand
)
Author
Age
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Update FDW docs to reflect existence of CHECK constraints.
Robert Haas
2015-04-21
*
doc: Spell checking
Peter Eisentraut
2014-07-16
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
doc: In FDW handler docs, mark up scan_clauses with <literal>.
Robert Haas
2014-05-05
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
*
Fix typo in FDW docs.
Tom Lane
2013-04-03
*
Fix documentation oversight.
Tom Lane
2013-03-12
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Fix documentation typo.
Tom Lane
2012-12-22
*
Update obsolete text in fdwhandler.sgml.
Tom Lane
2012-10-10
*
Documentation spell and markup checking
Peter Eisentraut
2012-06-08
*
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Revise FDW planning API, again.
Tom Lane
2012-03-09
*
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
Tom Lane
2012-03-07
*
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-03-05
*
Improvements to SQL/MED documentation.
Robert Haas
2011-07-25
*
Restructure foreign data wrapper chapter so it has more than one section.
Tom Lane
2011-07-05
*
Improve documentation about foreign data wrapper validator functions.
Tom Lane
2011-07-05
*
More foreign table documentation improvements.
Robert Haas
2011-06-13
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20