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