summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-171-0/+9
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-1/+2
* SERVER-15792: check collection name in count commandGeert Bosch2014-10-271-1/+7
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-6/+15
* SERVER-15718 fix error code for countDavid Storch2014-10-201-1/+1
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-6/+6
* SERVER-15527 Explain cleanup: use getPlanSummary/indexName helpersJason Rassi2014-10-131-6/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-9/+9
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+5
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-1/+1
* SERVER-15456 relax validation of 'query' field for count commandDavid Storch2014-10-011-7/+2
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-13522 Remove usages of runCount and replace them with DBDirectClient::...Kaloian Manassiev2014-10-011-135/+168
* SERVER-14799 hint for a count allows hint to be specified as a documentDavid Storch2014-09-111-2/+8
* SERVER-14098 add CountStageDavid Storch2014-09-101-137/+114
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-4/+2
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-1/+0
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-0/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14407 make PlanExecutor own the canonical queryDavid Storch2014-07-101-21/+5
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-14/+16
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-4/+5
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+291