summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/group.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-205/+0
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-12/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-146/+134
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-2/+4
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-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-4/+10
* 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-0/+4
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-5/+5
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-1/+6
* 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-14668 Do not pass Database into methods where Collection will sufficeKaloian Manassiev2014-09-251-4/+5
* SERVER-15247 GroupCommand::parseRequest() read CodeWScope correctlyJason Rassi2014-09-151-1/+1
* SERVER-14099 Add explain command support for groupJason Rassi2014-09-081-0/+24
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-081-238/+140
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-1/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+3
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-4/+4
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+4
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-10159 Keep runner registration management on the stack when possibleAndrew Morrow2014-01-021-3/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+2
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-57/+5
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-11433: group a non-existant collection should not be an errorEliot Horowitz2013-11-021-1/+6
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-36/+86
* SERVER-11310 Fix resource extraction for access control check in group commandSpencer T Brody2013-10-231-12/+17
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-1/+5