summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
AgeCommit message (Expand)Author
2009-09-27Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane
2009-06-20Fix things so that array_agg_finalfn does not modify or free its inputTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-27Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane