summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/union.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-1/+2
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+1
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-241-1/+1
* SERVER-48447 Add comments to all SBE PlanStages describing their contractDavid Storch2021-06-241-0/+14
* SERVER-56869 Various fixes for use-after-free bugs in SBEIan Boros2021-05-171-0/+2
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-151-2/+2
* 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/+83