summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWorktablescan.c
AgeCommit message (Expand)Author
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-26Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane
2009-09-27Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-27Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-28Change WorkTableScan to not support backward scan. The apparent supportTom Lane
2008-10-23Fix an oversight in two different recent patches: nodes that support SRFsTom Lane
2008-10-13Fix corner case wherein a WorkTableScan node could get initialized before theTom Lane
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane