summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-087-136/+148
* SERVER-39002 IndexBuildsManager::tearDownIndexBuild() accepts MultiIndexBuild...Benety Goh2019-10-084-9/+20
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-10-082-15/+40
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-0815-21/+61
* Import wiredtiger: 3818fb14bd816a5fa2b9e8d50b0c2f93a3bfb9ca from branch mongo...Luke Chen2019-10-0810-29/+65
* SERVER-43837 remove RSTL unlocking logic from MultiIndexBlock::cleanUpAfterBu...Benety Goh2019-10-081-17/+0
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-0727-108/+200
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-078-23/+232
* SERVER-43850 use os.name instead of os.family to check ubuntuJohn Chen2019-10-071-2/+2
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-42092 TextFormat assignment operator for coverityGabriel Russell2019-10-071-0/+4
* Revert 'SERVER-39774 Increase number of updates in rollback_wt_cache_full.js'Evgeni Dobranov2019-10-071-1/+2
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-078-45/+39
* SERVER-43197 Make existing test coverage for shard removal and cache invalida...Matthew Saltz2019-10-071-86/+138
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-075-0/+94
* SERVER-43862 reduce frequency of sys-perf tasksRobert Guo2019-10-071-7/+7
* SERVER-43842 Break up json_schema_parser_test.cpp to fix -fvar-tracking-assig...Nicholas Zolnierz2019-10-078-2168/+2371
* SERVER-43861 bump powercycle FCV to 4.2Robert Guo2019-10-071-2/+2
* SERVER-43828 We must hold the CheckpointLock around calls to WT compact() bec...Dianna Hohensee2019-10-072-0/+7
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-065-4/+77
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-055-46/+29
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-053-10/+8
* Revert "SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.js"Misha Tyulenev2019-10-042-0/+6
* SERVER-43841 Break up query_planner_test.cpp to fix -fvar-tracking-assignment...James Wahlin2019-10-046-5987/+6131
* SERVER-43808 reduce frequency of the flow control off variant in sysperfRobert Guo2019-10-041-1/+1
* SERVER-43579 Make AWS KMS support robust to KMS availabilityShreyas Kalyan2019-10-041-1/+7
* SERVER-43694 Change waitForState to awaitSecondaryNodes in initial_sync_write...Jason Chan2019-10-041-1/+1
* SERVER-43701 Fix race condition between endBackup and cleanShutdownXiangyu Yao2019-10-043-0/+14
* SERVER-43825 Add the BackgroundValidateCmd Genny workload to system_perf.ymlGregory Wlodarek2019-10-041-0/+11
* SERVER-42951 Test that CRUD operations outside transactions don't throw LockT...Judah Schvimer2019-10-0411-1/+233
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-041-2/+1
* SERVER-43777 Validate cmd with {background:true} should not yield checkpoint ...Dianna Hohensee2019-10-042-29/+2
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-046-8/+45
* SERVER-43322 Disallow oplog_sampling.js on inMemory storage enigneMaria van Keulen2019-10-041-1/+1
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-046-220/+100
* SERVER-43680 Add transaction tags to tests affected by null shard key value c...Blake Oler2019-10-042-2/+2
* SERVER-43711 ValidateAdaptor::validateIndexKeyCount should not compare in-mem...Dianna Hohensee2019-10-044-33/+29
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-10-046-102/+51
* SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.jsMisha Tyulenev2019-10-032-6/+0
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-0319-117/+513
* PERF-1918: Add crud_workloads_majority to system_perfLingzhi Deng2019-10-031-0/+13
* PERF-1918: Add parallel_insert to system_perfLingzhi Deng2019-10-031-0/+13
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-03137-567/+473
* SERVER-43481: Unblacklist indexed_insert_text.js and indexed_insert_text_mult...Lingzhi Deng2019-10-032-10/+0
* SERVER-43735: Remove bugprone-unused-raii in process_interface_standalone.cpp.Daniel Gottlieb2019-10-032-1/+3
* SERVER-43736: Remove bugprone-unused-raii in member_config_test.cpp.Daniel Gottlieb2019-10-031-48/+48
* SERVER-43738: Remove bugprone-unused-raii in shard_key_pattern_test.cpp.Daniel Gottlieb2019-10-031-12/+12
* SERVER-43733: Remove bugprone-unused-raii in fetcher_test.cpp.Daniel Gottlieb2019-10-031-8/+8
* SERVER-42007 Deprecate $currentDate update modifierJames Wahlin2019-10-031-0/+12
* SERVER-43612 abort oplog application if new createIndexes oplog entry conflic...Benety Goh2019-10-032-23/+34