aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_cte.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* 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