summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-241-2/+4
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-161-1/+6
* Disable WindowAgg inverse transitions when subplans are presentDavid Rowley2023-02-131-1/+10
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix 32-bit build dangling pointer issue in WindowAggDavid Rowley2022-12-071-0/+20
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-4/+4
* Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane2022-10-061-16/+14
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-261-1/+2
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-127/+253
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove useless entries for aggregate functions from fmgrtab.c.Tom Lane2020-11-041-5/+5
* 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