aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28