summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/makeobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-311-50/+8
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-2/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-3/+7
* SERVER-67039 convert `fields` and `projectFields` to `std::set`Jeffrey Xiao2022-06-151-0/+23
* SERVER-65961 Copy only BSON types during yielding of SBE plansNikita Lapkov2022-04-281-1/+1
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+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/+11
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-241-1/+1
* SERVER-57741 Fixed SBE to order projection fields ahead of expression fields ...Mohammad Dashti2021-06-291-131/+88
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-1/+1
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-1/+13
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
* SERVER-54298 More perf improvements to sbe MkObj stageIan Boros2021-02-101-25/+101
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-107/+211
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-2/+17
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-2/+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/+252