summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-3/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+3
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-4/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-1260-126/+450
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-0/+9
* Revert "SERVER-22588 make validate command work in a sharded collection"Ian Whalen2016-04-121-9/+0
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-0/+9
* SERVER-23580 Remove vestigal stub of writebacklisten command.Andy Schwerin2016-04-081-124/+0
* SERVER-23494 Put back dependency of core on coreshardKaloian Manassiev2016-04-061-0/+1
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-1/+0
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-042-3/+2
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-4/+2
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-309-453/+424
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-292-2/+4
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-23097 fixed lint in MapReduceBenety Goh2016-03-231-1/+2
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-2/+1
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-1/+2
* SERVER-23097 Fix segfault on invalid BSONObj reference in MapReduceJames Wahlin2016-03-231-2/+1
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-1/+1
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-4/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-212-2/+2
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-212-23/+24
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-163-144/+33
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-1558-293/+0
* SERVER-23066 Make killOp accept negative opidGeert Bosch2016-03-111-0/+6
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-102-24/+28
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-094-14/+15
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-3/+4
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-071-41/+7
* SERVER-22933 SERVER-22934 make applyOps update the last optime on no-ops, and...Dianna Hohensee2016-03-071-0/+16
* SERVER-22947 fix pessimizing move in batch_executorEric Milkie2016-03-041-1/+1
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-032-38/+0
* SERVER-22681 Avoid calling infoCache() when collection doesn't exist.Max Hirschhorn2016-02-292-2/+6
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-265-10/+6