summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/internal_plans.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-4/+11
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-15/+42
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-18/+30
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+8
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-3/+6
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-10/+11
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+5
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-3/+4
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-6/+6
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-28/+46
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-2/+7
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+1
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-1/+1
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-9/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-14/+15
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-4/+6
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-271-1/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-0/+3
* 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-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-0/+1
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-3/+3
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-4/+4
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-18/+20
* SERVER-28211 added InternalPlanner::updateWithIdHack()Benety Goh2017-04-031-0/+21
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+21
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-6/+6
* SERVER-24745 added collection scan support to storage interface for findOne a...Benety Goh2016-06-231-11/+41
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-17/+68
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+1
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-35/+33
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-79/+68
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+130