Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
| | | | | | Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | ||
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
| | |||
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
| | |||
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
| | | | | | | | | | | | | relation using the general PARAM_EXEC executor parameter mechanism, rather than the ad-hoc kluge of passing the outer tuple down through ExecReScan. The previous method was hard to understand and could never be extended to handle parameters coming from multiple join levels. This patch doesn't change the set of possible plans nor have any significant performance effect, but it's necessary infrastructure for future generalization of the concept of an inner indexscan plan. ExecReScan's second parameter is now unused, so it's removed. | ||
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
| | |||
* | Remove no-longer-needed ExecCountSlots infrastructure. | Tom Lane | 2009-09-27 |
| | |||
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
| | |||
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
Hitoshi Harada, with some kibitzing from Heikki and Tom. |