summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_plan_stage_test.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-0/+1
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-141-0/+3
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-201-4/+37
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-3/+0
* SERVER-70493 Have SBE HashAgg report spill file sizeYoonsoo Kim2022-11-231-0/+3
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-291-10/+4
* SERVER-64963 Add SBE logic for reconstructing objects from columnsIan Boros2022-04-221-8/+8
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-6/+6
* SERVER-59618 add LockerNoopClientObserverWithReplacementPolicy and use in bim...Benety Goh2021-09-281-1/+1
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+8
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-36/+35
* SERVER-51267 Support $arrayElemAt, $first and $last expressions in SBENikita Lapkov2020-10-151-3/+3
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-1/+1
* SERVER-49226 Create unittest fixture for SBE PlanStagesDrew Paroski2020-08-131-0/+248