summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-0922-178/+182
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-0824-87/+1050
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-087-3/+466
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-082-16/+21
* SERVER-29111 remove assertion in causal_consistency_shell_support.jsJack Mulrow2017-05-081-4/+2
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-0817-35/+41
* SERVER-29009 Add missing dependency to fix shared buildsamantharitter2017-05-081-0/+1
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
* SERVER-29112 Jepsen evergreen test doesnt create report fileWilliam Schultz2017-05-081-1/+1
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-0810-131/+121
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-059-31/+259
* SERVER-29009 Fix broken compile and other lint-breaking usages of std::Kaloian Manassiev2017-05-052-1/+2
* SERVER-29009 Fix lint error due to usage of std::make_uniqueKaloian Manassiev2017-05-051-2/+2
* SERVER-29066 Implicitly create the database in findAndModifyKaloian Manassiev2017-05-053-32/+46
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-052-106/+72
* SERVER-29032 replace shardCollection's use of ClusterWriter for creating inde...Esha Maharishi2017-05-051-44/+42
* SERVER-29009 Implement and test an ASIO-based PeriodicRunnerSamantha Ritter2017-05-054-0/+380
* SERVER-29009 Add a PeriodicRunner interfaceSamantha Ritter2017-05-053-0/+126
* SERVER-29009 Add ability for AsyncTimers to be resetsamantharitter2017-05-055-35/+73
* SERVER-28190 Add new tests for user continuitysamantharitter2017-05-054-0/+63
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-0514-41/+202
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-0534-538/+77
* SERVER-28784 Update "run tests" function to run unreliable tests separatelyJonathan Abrahams2017-05-052-21/+71
* SERVER-28297 Implement a LogicalSessionRecord classSamantha Ritter2017-05-055-0/+352
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-057-8/+142
* fix error codesMathias Stearn2017-05-053-3/+3
* SERVER-29082 silence boost internal deprecation warningMathias Stearn2017-05-052-2/+4
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-053-17/+17
* SERVER-29022 Check type of $db in OpMsgRequestMathias Stearn2017-05-051-1/+1
* SERVER-28812: allow readConcern majority and afterClusterTime on standalone m...Misha Tyulenev2017-05-052-4/+23
* SERVER-29056 InitialSyncer::_startupComponent_inlock() resets unique_ptr to '...Benety Goh2017-05-051-0/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-0534-77/+538
* SERVER-28892 Test causal consistency in the shellJack Mulrow2017-05-042-0/+253
* SERVER-26973 Increase max number of attempts to find a sync source for initia...Spencer T Brody2017-05-041-1/+17
* SERVER-28186 Increase slaveDelay in repl10.js testSpencer T Brody2017-05-041-27/+30
* SERVER-28191 Wait for a healthy primary in replmonitor_bad_seed.js test befor...Spencer T Brody2017-05-041-0/+1
* SERVER-28326 Ensure primary doesn't change in initial_sync4.js testSpencer T Brody2017-05-041-79/+84
* SERVER-28487 call awaitNodesAgreeOnPrimary in upgradePrimary helper in multi_...Spencer T Brody2017-05-041-0/+9
* SERVER-28696 Ensure global lock is fully acquired in replication_coordinator_...Spencer T Brody2017-05-041-11/+11
* SERVER-28864 clear compressor list before reconnecting in shellJonathan Reams2017-05-041-2/+5
* SERVER-28864 Turn on intra-cluster compression by defaultJonathan Reams2017-05-046-117/+53
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-0410-39/+81
* SERVER-28562 Don't return unsigned timesRandolph Tan2017-05-042-2/+8
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-0422-273/+401
* SERVER-28907 Fix hidden argument warnings caused by opCtx renameMaria van Keulen2017-05-045-20/+21
* SERVER-28464: Add canary CPU tests to benchRun and mongoddalyd2017-05-046-4/+123
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-0416-1655/+2164
* SERVER-28214 integrate RollbackCommonPointResolver into RollbackImplBenety Goh2017-05-044-12/+264
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-042-7/+150