summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWorktablescan.c
AgeCommit message (Expand)Author
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