summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_plan_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+2
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-25/+26
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-1/+3
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-031-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-6/+6
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-3/+8
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-14/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+9
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-8/+8
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-13/+3
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-13/+14
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-10/+19
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-8/+16
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-8/+9
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-191-1/+2
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+4
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+3
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-8/+4
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-7/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-4/+4
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-45/+0
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-3/+2
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-9/+9
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-3/+3
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-3/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-3/+3
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-12/+0
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+12
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-2/+3
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-11/+8
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-147/+185
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-5/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1