aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_cte.c
Commit message (Expand)AuthorAge
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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