summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28501 validate_collections.js hook should tolerate KeyTooLong error re...Eddie Louie2017-04-191-3/+22
* SERVER-28211 add db field to local.system.rollback.docs schemaBenety Goh2017-04-196-10/+51
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-195-152/+154
* SERVER-28831 Log which compressor is being used for decompressingHannes Magnusson2017-04-191-0/+2
* SERVER-28565 invariant for _clusterTime proof in LogicalTimeMetadata::writeTo...Jack Mulrow2017-04-191-0/+3
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-1826-114/+815
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-1819-108/+523
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-188-1651/+2479
* SERVER-28848 Change ReplicationCoordinatorImpl unit tests so as not to rely o...Andy Schwerin2017-04-182-16/+11
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-181-3/+3
* SERVER-28813 drop collection before doing dummy write in syncFrom helperSpencer T Brody2017-04-182-5/+15
* SERVER-28307 Integrate IDL python tests into evergreenMark Benvenuto2017-04-184-7/+25
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-1818-128/+120
* SERVER-28433 Use mock DistLockManager in testRandolph Tan2017-04-181-0/+7
* Revert "Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater""Randolph Tan2017-04-188-2/+621
* SERVER-28579 require MODE_X collection lock in Collection::cappedTruncateAfter()David Storch2017-04-185-50/+96
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-1818-54/+165
* SERVER-28211 RollbackFixUpInfo handles create, drop and TTL changes to indexesBenety Goh2017-04-186-1/+754