summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-1/+1
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-1/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-2/+6
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-1/+1
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-5/+7
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-1/+2
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-1/+1
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-0/+129