summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_plan_stage_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-1/+6
* SERVER-69987 Avoid copying slot data during saveState at the command boundary...Drew Paroski2023-01-181-2/+22
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-201-0/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-291-2/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+1
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-1/+1
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-6/+0
* SERVER-59618 add LockerNoopClientObserverWithReplacementPolicy and use in bim...Benety Goh2021-09-281-1/+7
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-1/+0
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-0/+1
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-1/+0
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-2/+17
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-1/+1
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-90/+25
* SERVER-51267 Support $arrayElemAt, $first and $last expressions in SBENikita Lapkov2020-10-151-6/+6
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-081-3/+4
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-5/+9
* SERVER-49226 Create unittest fixture for SBE PlanStagesDrew Paroski2020-08-131-0/+239