summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2836-171/+223
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-3/+2
* Revert "SERVER-24160 Add auth and auth test for lockInfo command"Vincent Do2016-05-271-10/+0
* SERVER-24160 Add auth and auth test for lockInfo commandVincent Do2016-05-261-0/+10
* SERVER-24196 ensure mapReduce safely frees its RangePreserverDavid Storch2016-05-231-0/+10
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-6/+11
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-234-8/+8
* SERVER-23473 Propagate geoNear collation to CanonicalQueryTess Avitabile2016-05-171-2/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-172-1/+2
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-178-9/+9
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-107-38/+63
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-102-0/+2
* SERVER-14193 make use of group command log a deprecation warningDavid Storch2016-05-101-0/+12
* SERVER-16203 lock_info.cpp must include basic.hJason Rassi2016-05-091-0/+2
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-094-37/+4
* SERVER-19642 Fix compileVincent Do2016-05-091-2/+2
* SERVER-16203 Add command to display global lock informationVincent Do2016-05-091-0/+101
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-0/+21
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-061-0/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-059-35/+58
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-0/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-042-2/+2
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-029-51/+111
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-2/+11
* SERVER-22667 Cleanup ChunkManager encapsulationKaloian Manassiev2016-04-281-1/+2
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-262-2/+5
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-2610-2/+49
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-11/+15
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-1/+0
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-253-0/+50
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-252-194/+96
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-221-2/+1
* SERVER-23473 Add collation parameter to the geoNear commandTess Avitabile2016-04-221-1/+16
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-221-0/+11
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-214-1764/+278
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-213-6/+4
* SERVER-20224 correctly check for BatchedCommandResponse parse errors in user ...Mathias Stearn2016-04-211-6/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-215-18/+30
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-215-30/+18
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-215-18/+30
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-215-24/+25
* SERVER-23473 Add collation parameter to the distinct commandTess Avitabile2016-04-211-0/+16
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-209-23/+47
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-2011-16/+8
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-3/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-1911-8/+16
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-1811-16/+8
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-4/+5
* SERVER-23648 Move executorForAddShard out of ShardRegistry and into addShard ...Spencer T Brody2016-04-181-0/+1
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+3