summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-201-5/+2
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-1/+1
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-301-0/+4
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-291-6/+9
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+1
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-6/+22
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-1/+1
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-1/+1
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-1/+1
* SERVER-58516 Add group stage builderYoonsoo Kim2021-09-141-4/+14
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-2/+3
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-1/+1
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-1/+0
* SERVER-50712 Handle shard filtering in SBEEric Cox2020-12-011-4/+7
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-2/+2
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-0/+74