index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Age
Commit message (
Expand
)
Author
2020-09-15
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-11
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-28
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-29
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-17
Rename "hash_mem" local variable.
Peter Geoghegan
2020-07-12
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-08
Fix HashAgg regression from choosing too many initial buckets.
Jeff Davis
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-07
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-03
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-03-28
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-24
Avoid allocating unnecessary zero-sized array.
Jeff Davis
2020-03-23
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-04
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-21
Fixup for nodeAgg.c refactor.
Jeff Davis
2020-02-19
Minor refactor of nodeAgg.c.
Jeff Davis
2020-02-18
Remove duplicated words in comments
Michael Paquier
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-20
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-07-25
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-19
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-02-09
Reset, not recreate, execGrouping.c style hashtables.
Andres Freund
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-09
Don't require return slots for nodes without projection.
Andres Freund
2018-10-15
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
[next]