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
/
custom-scan.sgml
Commit message (
Expand
)
Author
Age
*
Doc: Improve documentation for creating custom scan paths.
Etsuro Fujita
2023-08-30
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Doc: update documentation for creating custom scan paths.
Etsuro Fujita
2023-08-03
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
*
doc: Clean up title case use
Peter Eisentraut
2019-09-08
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2019-02-09
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
*
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
*
Provide readfuncs support for custom scans.
Robert Haas
2015-11-12
*
doc: Spell checking
Peter Eisentraut
2015-09-10
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Document the new custom scan APIs.
Robert Haas
2015-03-13