]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeCtescan.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / nodeCtescan.c
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
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-09-22 Tom LaneBe sure to rewind the tuplestore read pointer in non...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-23 Tom LaneFix an oversight in two different recent patches: nodes...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...