summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeRecursiveunion.c
AgeCommit message (Expand)Author
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-07Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane