summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWindowAgg.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
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-27Merge PG10 master branch into xl10develPavan Deolasee
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-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-11-10remove the collect function/type from pg_aggregateTomas Vondra
2016-11-09fix calls to build_aggregate_fnexprs in nodeWindowAggTomas Vondra
2016-10-30Improve speed of aggregates that use array_append as transition function.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Initialise a variable as reported by valgrindPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
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-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-05Fix int8 and numeric aggregate support post 9.4 merge.Pavan Deolasee
2015-05-04Use outerPlanState macro instead of referring to leffttree.Robert Haas
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
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-17Implement 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-30Assorted 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
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut