summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-03-291-0/+20
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-231-22/+23
* SERVER-23097 Handle PlanExecutor error in MapReduceJames Wahlin2016-03-231-2/+16
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-03-181-0/+2
* SERVER-22524 Only interrupt mapReduce on catalog manager swap if the output c...Spencer T Brody2016-02-171-9/+14
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-0/+37
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-131-0/+5
* SERVER-21706 error when mapReduce outputs to config or admin dbMisha Tyulenev2015-12-141-0/+8
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+2
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-4/+4
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-2/+4
* SERVER-20625 Need to refresh ShardRegistry in mapreduce.shardedfinish command...Spencer T Brody2015-09-241-1/+11
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-5/+3
* SERVER-20214 Stop supporting majority read concern level with MapReduce and A...Mathias Stearn2015-09-171-4/+0
* SERVER-19855 Make ShardForceVersionOkModeBlock use the OperationShardVersion ...Spencer T Brody2015-09-171-15/+10
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-2/+2
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+3
* SERVER-19564: revertMartin Bligh2015-08-081-2/+2
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-2/+2
* SERVER-16322: Make sure that RecoveryUnit::commitUnitOfWork can throw WCEGeert Bosch2015-07-311-50/+65
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+2
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-3/+5
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-1/+1
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-4/+5
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+4
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-12/+8
* 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