summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-9/+8
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-10/+11
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-11/+10
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1472/+1422
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-8/+7
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-7/+7
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-06-101-3/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-7/+6
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-10/+15
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-051-1/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-16/+36
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-2/+2
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-2/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-2/+2
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-2/+2
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+9
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-141-2/+6
* SERVER-18283 Profile and map/reduce commands should be in separate filesKaloian Manassiev2015-05-041-1/+3
* SERVER-18102 Remove ServerAndQueryKaloian Manassiev2015-04-201-5/+4
* SERVER-18078 do not replicate temporary collections in mapreducematt dannenberg2015-04-171-1/+8
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+12
* SERVER-18084 grid.h should not include config.hKaloian Manassiev2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-10/+15
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-13/+6
* SERVER-17889 MapReduceCommand::run() error out from DBDirectClientJason Rassi2015-04-081-0/+7
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-4/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-12/+13
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-4/+8
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-2/+1
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-1/+0
* Revert "SERVER-17051 remove runCount() function"David Storch2015-02-111-4/+4
* SERVER-17051 remove runCount() functionDavid Storch2015-02-101-4/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16822 Add ScopedTransactions to places which were missing itKaloian Manassiev2015-01-151-4/+15
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-171-0/+7
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-3/+3
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-091-5/+5
* SERVER-15539: Properly save/restore state when yielding in M/RGeert Bosch2014-12-091-0/+2
* SERVER-15552 mapReduce failure to insert to temp ns should abort opJason Rassi2014-11-251-5/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+5
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1