summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/internal_plans.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63040: Batch TTL deletionsYu Jin Kang Park2022-04-291-3/+5
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-4/+2
* SERVER-61339 Improve change stream pre-image purging job to leverage efficien...Denis Grebennicov2022-03-301-2/+4
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-2/+3
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-4/+4
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-2/+37
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-111-0/+12
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-3/+5
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-2/+6
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-7/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+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-2/+4
* 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-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+5
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-13/+15
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-6/+3
* 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-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-31/+35
* SERVER-28211 added InternalPlanner::updateWithIdHack()Benety Goh2017-04-031-0/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-3/+3
* SERVER-24745 added collection scan support to storage interface for findOne a...Benety Goh2016-06-231-0/+22
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-4/+38
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-13/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-42/+43
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-80/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-2/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-3/+29
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-8/+3
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-3/+3
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-21/+29
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-6/+10
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-1/+2
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-4/+8
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-7/+6
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-3/+0
* SERVER-11643: remove some nsdetails calls for catalog versionsEliot Horowitz2014-01-151-3/+4
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-2/+3
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-2/+2