summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28931 Restore omitted line in MetadataManager::refreshActiveMetadataNathan Myers2017-04-231-0/+2
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-2/+5
* SERVER-25765 Commands should wait for write concern even if they throw an exc...Spencer T Brody2017-04-201-3/+1
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-201-5/+1
* SERVER-27921 New Range DeleterNathan Myers2017-04-2021-1602/+1455
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-172-2/+4
* Revert "SERVER-28739 make the js scripting engine correctly verify that acces...Esha Maharishi2017-04-172-4/+2
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-172-2/+4
* SERVER-28721 update ShardCollectionType schema with additional fields and ref...Dianna Hohensee2017-04-153-367/+268
* SERVER-28799 prevent possible dereference of unset boost::optional<MigrationS...Dianna Hohensee2017-04-151-3/+5
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-143-32/+16
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-141-1/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-137-46/+41
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-1222-26/+0
* SERVER-27772 Force noop write on primary when readConcern:afterClusterTime > ...Misha Tyulenev2017-04-071-1/+0
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-062-3/+3
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-062-11/+34
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-062-4/+4
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-022-17/+17
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+2
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-242-2/+2
* SERVER-22954 Do not call into the MMAPV1 storage engine on the recipient shardKaloian Manassiev2017-03-242-29/+23
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-222-39/+13
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-223-0/+243
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-1917-1894/+371
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-0/+5
* SERVER-25062 Fix MetadataManagerTest.NotificationBlocksUntilDeletion.Andy Schwerin2017-03-151-3/+3
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-2/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-155-22/+4
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-134-90/+306
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-49/+50
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-125-50/+49
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-49/+50
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-102-5/+5
* SERVER-27632 replace 'shardVersion' field in splitChunk with an 'epoch' fieldDianna Hohensee2017-03-101-16/+27
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-104-9/+3
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-107-9/+24
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-097-189/+931
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-097-24/+9
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-087-9/+24
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+8
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0771-928/+944
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-065-13/+14
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-065-14/+13
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-062-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-065-13/+14
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-021-2/+2
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-016-26/+80