aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/custom-scan.sgml
Commit message (Expand)AuthorAge
* Doc: Improve documentation for creating custom scan paths.Etsuro Fujita2023-08-30
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Doc: update documentation for creating custom scan paths.Etsuro Fujita2023-08-03
* Allow CustomScan providers to say whether they support projections.Tom Lane2021-07-06
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Call set_rel_pathlist_hook before generate_gather_paths, not after.Tom Lane2019-02-09
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-26
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Remove CustomPath's TextOutCustomPath method.Robert Haas2016-02-03
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* doc: Spell checkingPeter Eisentraut2015-09-10
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Document the new custom scan APIs.Robert Haas2015-03-13