summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-1/+1
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-061-3/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-0/+4
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-011-19/+0
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-0/+2
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-63/+55
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-159/+159
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-1/+1
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-0/+1
* SERVER-15176 SERVER-17721 add oplogReplay support to find commandDavid Storch2015-03-271-0/+15
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-41/+9
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-27/+9
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-3/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-0/+9
* SERVER-14668 Do not pass Database into methods where Collection will sufficeKaloian Manassiev2014-09-251-1/+1
* SERVER-14100 explain for deleteDavid Storch2014-09-191-0/+2
* SERVER-14098 add CountStageDavid Storch2014-09-101-2/+2
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-081-0/+22
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+2
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-191-0/+2
* SERVER-14497 UpdateStageDavid Storch2014-08-111-0/+49
* SERVER-14498 Add DeleteStage, rewrite DeleteExecutor to use itJason Rassi2014-07-301-0/+35
* SERVER-14498 getExecutor() use new helper prepareExecution()Jason Rassi2014-07-301-26/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14407 make PlanExecutor own the canonical queryDavid Storch2014-07-101-10/+25
* SERVER-14502 remove unnecessary check for NULL canonical queryDavid Storch2014-07-091-1/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-5/+9
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+127