summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/internal_plans.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-11178: IndexScan now uses IndexCatalog classesEliot Horowitz2013-11-021-4/+5
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10546 get tailable cursors right and enable repl to workHari Khalsa2013-08-261-1/+1
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-3/+65
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-0/+46