Age | Commit message (Expand) | Author |
---|---|---|
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
2009-09-27 | Remove no-longer-needed ExecCountSlots infrastructure. | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-03-27 | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-10-28 | Change WorkTableScan to not support backward scan. The apparent support | Tom Lane |
2008-10-23 | Fix an oversight in two different recent patches: nodes that support SRFs | Tom Lane |
2008-10-13 | Fix corner case wherein a WorkTableScan node could get initialized before the | Tom Lane |
2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |