aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWorktablescan.c
Commit message (Expand)AuthorAge
* Change WorkTableScan to not support backward scan. The apparent supportTom Lane2008-10-28
* Fix an oversight in two different recent patches: nodes that support SRFsTom Lane2008-10-23
* Fix corner case wherein a WorkTableScan node could get initialized before theTom Lane2008-10-13
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04