summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-3/+7
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-4/+8
* Per-column collation supportPeter Eisentraut2011-02-081-3/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix typos.Robert Haas2010-12-211-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 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