summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
AgeCommit message (Expand)Author
2019-01-29Refactor planner's header files.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-09Don't require return slots for nodes without projection.Andres Freund
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-02-23Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane
2018-02-16Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery, take two.Andres Freund
2018-02-15Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-15Do execGrouping.c via expression eval machinery.Andres Freund
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-30Improve speed of aggregates that use array_append as transition function.Tom Lane
2016-10-09Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-04Use outerPlanState macro instead of referring to leffttree.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-07-16Implement the FILTER clause for aggregate function calls.Noah Misch
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-01-29Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian