summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-29/+29
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-2/+0
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-0/+2
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-2/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-134/+144
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-4/+6
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-6/+4
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-4/+6
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-271-1/+1
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-0/+1
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+1
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-12/+10
* SERVER-13554 Improve error message for mapReduce ns not foundTess Avitabile2016-12-201-2/+4
* SERVER-27362 Avoid extra logic while getting lock to destroy M/R cursor.Charlie Swanson2016-12-191-1/+11
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-96/+86
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-27337 mapReduce should not attempt to drop nonexistent temp collectionTess Avitabile2016-12-131-15/+17
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-8/+24
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-1/+1
* SERVER-20113 Do not allow interrupts during mapReduce temp collection cleanupTess Avitabile2016-11-291-1/+14
* SERVER-27097 Check that db is not null before derefencing in _collectionCountMarko Vojvodic2016-11-171-2/+4
* SERVER-24596 Replace DBDirectClient::count call with Collection::numRecords t...Marko Vojvodic2016-11-141-45/+48
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-3/+5
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-1/+1
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-2/+2
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+9
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+11
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-11/+11
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-4/+4
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-5/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-2/+1
* SERVER-24597 Fix check that prevents sending mapreduce output to config serversSpencer T Brody2016-06-221-3/+3
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-1/+2
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-031-0/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-7/+7
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+12
* SERVER-24196 ensure mapReduce safely frees its RangePreserverDavid Storch2016-05-231-0/+10