Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | Improve behavior of WITH RECURSIVE with an untyped literal in the | Tom Lane | 2008-10-05 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |