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