index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
nodeCustom.h
Commit message (
Expand
)
Author
Age
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rearrange CustomScan API.
Tom Lane
2014-11-21
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07