summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-688/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-12/+0
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-3/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-21/+26
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-150/+8
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+3
* SERVER-13674 patch for CachedPlan runningCraig Harris2014-05-141-8/+3
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-107/+82
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-15/+14
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-04-291-1/+9
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-26/+11
* SERVER-13406 add debugging for OR sub-plannerHari Khalsa2014-03-311-0/+1
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-201-51/+1
* SERVER-10026 SERVER-13271 SERVER-12878 SERVER-2094 avoid surplus projections ...Hari Khalsa2014-03-191-22/+35
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-70/+125
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-3/+2
* SERVER-13101 logLevel 2 logging for various query code pathsDavid Storch2014-03-111-1/+25
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-0/+3
* SERVER-12902 moved canUseIDHack from getRunner to IDHackRunnerBenety Goh2014-03-061-10/+2
* SERVER-12902 extended ID hack to support {_id: 1} projectionBenety Goh2014-03-061-1/+1
* SERVER-12902 disallow queries with projections for id hackBenety Goh2014-03-061-0/+1
* SERVER-12918 fixed skip() with equality queries on _idBenety Goh2014-03-051-0/+1
* SERVER-12868 renamed QuerySolution::hasSortStage to more generic hasBlockingS...Benety Goh2014-02-271-1/+1
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-261-62/+67
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-6/+3
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-0/+2
* SERVER-12460 Relocate fast count code for 2.6, port old tests over for new ve...samantharitter2014-02-141-134/+5
* SERVER-12640 support distinct on array element. fixed multi-key supportBenety Goh2014-02-131-10/+88
* SERVER-12651 drop projection when collection scan is only solution for distin...Benety Goh2014-02-121-0/+17
* SERVER-12627 do not apply id hack to query containing hintBenety Goh2014-02-121-2/+2
* SERVER-12524 distinct solution for empty query cannot use a special index.Benety Goh2014-02-051-2/+35
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-2/+2
* SERVER-12438 avoid unindexed sort if batch size is setDavid Storch2014-01-291-0/+52
* SERVER-10026 return ixisect server paramHari Khalsa2014-01-291-1/+8
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-4/+4
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-13/+264
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-10/+17
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-11/+199
* SERVER-10159 Avoid constructing a CanonicalQuery for IdHackRunner or id-hack ...Andy Schwerin2014-01-221-40/+30
* SERVER-12282 fixed memory leak in get_runner. fixed planFromCache signature t...Benety Goh2014-01-211-1/+2
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+1
* SERVER-8871 admin hintsBenety Goh2014-01-151-1/+45
* SERVER-12296 cache a backup plan for blocking sort solutionsDavid Storch2014-01-121-3/+13
* SERVER-12219 allow idhack with $isolatedDavid Storch2014-01-101-20/+30
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-7/+11
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-2/+4
* SERVER-10026 enable ixisect by defaultHari Khalsa2014-01-081-7/+1
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-4/+2
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-2/+4