aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_cte.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-08
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Improve behavior of WITH RECURSIVE with an untyped literal in theTom Lane2008-10-05
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04