summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-04-221-190/+0
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-0/+1
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-2/+2
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-9/+10
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+1
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-60567 Acquire AutoGetDB before parsing and verify collection existence...Mihai Andrei2021-10-131-12/+13
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-1/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+1
* SERVER-57722 Make SBE test command take an AutoGetDbForReadLockFreeDavid Storch2021-06-281-16/+30
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-4/+14
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-261-2/+3
* SERVER-55775 Add a trivial auth check implementation for "sbe" commandAndrii Dobroshynski2021-04-061-0/+12
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+2
* SERVER-50885 Add tests for the "sbe" command and fix discrepancies between pa...Andrii Dobroshynski2021-03-231-1/+7
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+1
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-2/+7
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+6
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-5/+5
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-11/+9
* SERVER-48859 Implement db.sbe test command.Martin Neupauer2020-06-241-0/+132
* Revert "SERVER-48860 Implement db.sbe test command."Martin Neupauer2020-06-241-132/+0
* SERVER-48859 Implement db.sbe test command.Martin Neupauer2020-06-241-0/+132