summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-1/+1
* Don't include utils/array.h from acl.h.Andres Freund2019-08-161-0/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-17/+17
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+2
* Refactor planner's header files.Tom Lane2019-01-291-1/+1
* Change function call information to be variable length.Andres Freund2019-01-261-32/+32
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-8/+19
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-1/+1
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-111-15/+30
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-111-2/+2
* Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane2018-02-231-4/+6
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-41/+24
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-161-13/+25
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-151-25/+13
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-151-13/+25
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-071-229/+827
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-4/+4
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* 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