summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* 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