summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-6/+6
* SERVER-25345 remove wassertMathias Stearn2018-01-191-5/+4
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+7
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-8/+4
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-1/+1
* SERVER-31844 Ensure that mapReduce holds the necessary locks for PlanExecutor...David Storch2017-11-071-0/+8
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-8/+10
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-9/+7
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-3/+2
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-2/+3
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-3/+2
* SERVER-31103 do not generate UUID for sharded final output collection in mapR...Esha Maharishi2017-09-181-2/+4
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-1/+1
* SERVER-30669 mapReduce on mongos should pass UUID for sharded output collecti...Esha Maharishi2017-09-121-1/+33
* SERVER-30971: Own "scope" BSONObj in mapReduceSpencer Jackson2017-09-071-2/+2
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+2
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-10/+4
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-4/+16
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-3/+0
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-8/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+2
* SERVER-27699 Capture actual error from getExecutorNatalia Jacobowitz2017-07-061-14/+4
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-2/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-24/+14
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-29461 Don't return duplicate fields from mapreduce.shardedfinishMathias Stearn2017-06-131-11/+0
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-18/+6
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-081-3/+4
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-28715 Create global UUID/collection catalogMaria van Keulen2017-04-281-0/+6
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-23/+4
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-2/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+11
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-10/+12
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* Revert "SERVER-19019 prohibit mapReduce on system collections"Kyle Suarez2017-03-231-6/+1
* SERVER-19019 prohibit mapReduce on system collectionsKyle Suarez2017-03-231-1/+6
* SERVER-27892 Don't call canAcceptWritesFor in mapReduce until after grabing l...Spencer T Brody2017-03-211-9/+10
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-24/+15
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-9/+3
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-29/+29
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-29/+29