summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWorktablescan.c
Commit message (Expand)AuthorAgeFilesLines
* Change WorkTableScan to not support backward scan. The apparent supportTom Lane2008-10-281-7/+12
* Fix an oversight in two different recent patches: nodes that support SRFsTom Lane2008-10-231-1/+3
* Fix corner case wherein a WorkTableScan node could get initialized before theTom Lane2008-10-131-24/+40
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-0/+194