summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28264 Unblacklist linearizable read concern sharding test3.5William Schultz2017-04-241-2/+0
* SERVER-28939 Temporarily increase log verbosity for gle/create_index_gle.jsRandolph Tan2017-04-241-0/+2
* SERVER-28937: Make mongotools available in sys-perfdalyd2017-04-241-12/+25
* SERVER-28931 Restore omitted line in MetadataManager::refreshActiveMetadataNathan Myers2017-04-231-0/+2
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-04-211-4/+14
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-2112-175/+29
* SERVER-28493 Wait for secondary's dry run election to finish before healing n...Judah Schvimer2017-04-211-0/+1
* SERVER-28909 double_rollback.js should assert that database commands succeedWilliam Schultz2017-04-211-4/+4
* SERVER-28904 UpdateNode should have a virtual destructorTess Avitabile2017-04-211-0/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-2124-172/+372
* SERVER-28888 Ensure scanner stability across rebuildsAndrew Morrow2017-04-211-16/+7
* SERVER-28908 Change ReplSetConfig return type from 'const int' to 'int'Judah Schvimer2017-04-212-4/+4
* SERVER-28211 optimize processCreateCollectionBenety Goh2017-04-212-3/+139
* SERVER-28827 Refactor IDL code generatorMark Benvenuto2017-04-213-257/+296
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-2121-578/+520
* SERVER-28348 Add cycle detect message for detecting single-process deadlocks ...Jonathan Abrahams2017-04-211-0/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-2121-99/+375
* SERVER-28211 optimize single document operationsBenety Goh2017-04-212-11/+183
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-207-584/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-2026-334/+830
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-04-2110-134/+248
* SERVER-28868 Set noCursorTimeout option on cursor in checkOplogs().Max Hirschhorn2017-04-201-2/+4
* SERVER-28691 Disable MSVC warning C4373ADAM David Alan Martin2017-04-201-1/+7
* SERVER-25765 Commands should wait for write concern even if they throw an exc...Spencer T Brody2017-04-202-20/+25
* SERVER-28832 Slice `catalog/collection_info_cache`ADAM David Alan Martin2017-04-205-298/+557
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-2011-31/+13
* SERVER-28853 Properly test that host timeouts are delayed in connection_pool_...samantharitter2017-04-201-2/+15
* SERVER-28348 Detect single-process deadlocks involving LockManager locks and/...Jonathan Abrahams2017-04-201-7/+50
* SERVER-28878 Mark mozjs shim as a private dependency edgeAndrew Morrow2017-04-201-1/+3
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-2069-187/+1077
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-2024-820/+330
* Revert "SERVER-26848 Remove dead code of primary catch-up."Robert Guo2017-04-207-0/+584
* SERVER-28515 Add import support to IDLMark Benvenuto2017-04-2014-147/+934
* SERVER-27921 New Range DeleterNathan Myers2017-04-2035-2030/+1561
* SERVER-28815 multi_rs.js steps down primary without {force: true}Benety Goh2017-04-191-1/+1
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-197-584/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-1924-330/+820
* SERVER-28211 add StorageInterface::deleteByFilterBenety Goh2017-04-196-3/+310
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-1914-120/+239
* SERVER-28211 add StorageInterface::deleteById()Benety Goh2017-04-195-18/+94
* SERVER-28211 add StorageInterface::findById()Benety Goh2017-04-195-2/+97
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-1911-139/+942
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-195-8/+130
* SERVER-28584: Remove initialsync_{WT|MMAPv1}_dr tasks from sys-perfdalyd2017-04-191-46/+0
* SERVER-28671: Increase run frequency of 3-node repl in Sys-perfdalyd2017-04-191-3/+3
* SERVER-28452 clearer error messages and "use strict" in operation_time_api.jsJack Mulrow2017-04-191-10/+13
* SERVER-28435 Implement KeysCollectionCacheReaderRandolph Tan2017-04-195-15/+354
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-194-11/+146
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-193-12/+37
* SERVER-28451 API integration test for logicalTimeJack Mulrow2017-04-192-1/+100