summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-141-8/+35
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+4
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+5
* Phase 3 of pgindent updates.Tom Lane2017-06-211-8/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-6/+2
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-47/+11
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-301-13/+46
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-091-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-12/+6
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-041-14/+17
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Use outerPlanState macro instead of referring to leffttree.Robert Haas2015-05-041-2/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Assorted message fixes and improvementsPeter Eisentraut2014-09-051-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-19/+19
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-3/+30
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-131-14/+43
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-101/+538
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-18/+6
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-0/+1
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-161-0/+14
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-121-0/+4
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* 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