summaryrefslogtreecommitdiff
path: root/src
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-2020-227/+661
* 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-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-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-2020-661/+227
* 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-204-111/+159
* SERVER-27921 New Range DeleterNathan Myers2017-04-2032-2023/+1555
* 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-1920-227/+661
* 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-194-12/+424
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-192-5/+127
* SERVER-28435 Implement KeysCollectionCacheReaderRandolph Tan2017-04-195-15/+354
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-192-11/+15
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-193-12/+37
* 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-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-1818-108/+476
* 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-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
* SERVER-28797 move waitForReadConcern into separate fileMisha Tyulenev2017-04-186-180/+303
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-1818-1268/+2767
* Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"Daniel Gottlieb2017-04-188-621/+2
* SERVER-28433 Implement KeysCollectionCacheReaderAndUpdaterRandolph Tan2017-04-178-2/+621
* SERVER-28819 fix typo in PlanExecutor invariantDavid Storch2017-04-171-1/+1
* SERVER-28826 Limit parsing in cluster geoNear should not perform unsafe conve...Tess Avitabile2017-04-171-3/+3
* SERVER-28577 Extend mongos update implementation to accept an arrayFilters pa...Tess Avitabile2017-04-173-0/+131
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-177-256/+262
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-173-12/+18
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-1711-1/+183
* Revert "SERVER-28739 make the js scripting engine correctly verify that acces...Esha Maharishi2017-04-173-15/+12