summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-201-2/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-4/+8
* SERVER-65961 Copy only BSON types during yielding of SBE plansNikita Lapkov2022-04-281-1/+1
* SERVER-60023 Make SBE cursor repositioning and copying optionalIan Boros2021-09-271-2/+2
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+9
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-1/+16
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-6/+8
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-2/+12
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-5/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-3/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+129