summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-231-7/+22
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-31/+31
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-191-10/+24
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-191-1/+1
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-3/+6
* Reset, not recreate, execGrouping.c style hashtables.Andres Freund2019-02-091-15/+19
* Refactor planner's header files.Tom Lane2019-01-291-2/+1
* Change function call information to be variable length.Andres Freund2019-01-261-36/+47
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-161-5/+4
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-6/+11
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-1/+1
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-151-1/+1
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-4/+3
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-211-11/+11
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-151-2/+2
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+1
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-36/+26
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-161-57/+88
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-151-87/+56
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-151-56/+87
* Support parallel btree index builds.Robert Haas2018-02-021-3/+3
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-5/+5
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-091-766/+98
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-021-49/+61
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-231-0/+11
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane2017-10-161-17/+10
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-161-3/+49
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-161-66/+120
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-151-36/+38
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-141-25/+40
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-121-23/+42
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-111-0/+10
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+5
* 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/+8
* Phase 3 of pgindent updates.Tom Lane2017-06-211-16/+16
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+4
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-5/+5
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-2/+2
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-061-3/+6
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-271-252/+609
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-18/+16
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1