summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/hash_agg.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-1/+2
* SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-131-0/+5
* SERVER-63739 Implement spilling to disk for new SBE stageEric Cox2022-04-061-4/+2
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-201-9/+37
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-201-37/+9
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-191-9/+37
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-3/+46
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-171-0/+9
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-6/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-0/+11
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+1
* SERVER-58590 Add memory tracking for HashAgg Stage.Sajed Nahian2021-08-201-0/+8
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-221-1/+18
* SERVER-48447 Add comments to all SBE PlanStages describing their contractDavid Storch2021-06-241-0/+19
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-111-2/+6
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ma...Ian Boros2021-03-101-6/+2
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-051-2/+6
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-021-2/+5
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-1/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-1/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+84