index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
1
-7
/
+22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-31
/
+31
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
1
-10
/
+24
*
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
1
-1
/
+1
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-3
/
+6
*
Reset, not recreate, execGrouping.c style hashtables.
Andres Freund
2019-02-09
1
-15
/
+19
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-36
/
+47
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
1
-5
/
+4
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-6
/
+11
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
1
-1
/
+1
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
1
-1
/
+1
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
1
-4
/
+3
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
1
-11
/
+11
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
1
-2
/
+2
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+1
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
1
-36
/
+26
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
1
-57
/
+88
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
1
-87
/
+56
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
1
-56
/
+87
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-3
/
+3
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
1
-5
/
+5
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
1
-766
/
+98
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-02
1
-49
/
+61
*
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-23
1
-0
/
+11
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-5
/
+5
*
Treat aggregate direct arguments as per-agg data not per-trans data.
Tom Lane
2017-10-16
1
-17
/
+10
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
1
-3
/
+49
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
1
-66
/
+120
*
Restore nodeAgg.c's ability to check for improperly-nested aggregates.
Tom Lane
2017-10-15
1
-36
/
+38
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
1
-25
/
+40
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
1
-23
/
+42
*
Prevent sharing transition states between ordered-set aggregates.
Tom Lane
2017-10-11
1
-0
/
+10
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-1
/
+5
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
1
-2
/
+4
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
1
-0
/
+8
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-16
/
+16
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+4
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-5
/
+5
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+2
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-2
/
+2
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
1
-3
/
+6
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
1
-252
/
+609
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-18
/
+16
*
Spelling fixes
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
[next]