]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeCustom.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / nodeCustom.c
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-02-26 Robert HaasAllow custom and foreign scans to have shutdown callbacks.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-11 Peter EisentrautImprove some messages
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Robert HaasIntroduce custom path and scan providers.