summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-4/+10
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-13/+3
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-4/+4
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-21/+29
* SERVER-22667 Cleanup ChunkManager encapsulationKaloian Manassiev2016-04-281-1/+2
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+5
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-251-0/+10
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+8
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-8/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+8
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-2/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+4
* 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-191-4/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+4
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-3/+20
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-041-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-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-211-22/+23
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-2/+2
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-37/+0
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-2/+16
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-0/+37
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-01-151-0/+20
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-081-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