summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-4/+4
* Message tuningPeter Eisentraut2010-03-211-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-51/+51
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-7/+4
* Extend the set of frame options supported for window functions.Tom Lane2010-02-121-122/+526
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-2/+2
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-15/+1
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-201-4/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-140/+139
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-271-6/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-311-187/+249
* Support window functions a la SQL:2008.Tom Lane2008-12-281-0/+1854