summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Import wiredtiger: bcbb6c3c52b719f6c108edd6594c1e1561ef0fe1 from branch mongo...Luke Chen2021-02-227-82/+79
* Import wiredtiger: 86d3d12e8a3bf87346c09b6e8624df9c1bbcd808 from branch mongo...Luke Chen2021-02-222-1/+2
* Import wiredtiger: e932b903d726bc6202d981d8a759fad3262c8c71 from branch mongo...Luke Chen2021-02-222-2/+6
* Import wiredtiger: 27b1bc571347473391faa9178e702a2a0a8f526d from branch mongo...Luke Chen2021-02-222-1/+3
* SERVER-54575 support downloading arbitrary commits and artifacts from multive...Robert Guo2021-02-217-121/+132
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-2154-917/+501
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-205-0/+38
* SERVER-54601 Complete TODO listed in SERVER-53060Ruoxin Xu2021-02-203-52/+16
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* Revert "SERVER-53457: Handle multi-updates correctly in tenant migrations"Kaloian Manassiev2021-02-202-212/+10
* SERVER-52542 Improve dropIndexes code with visit_helperA. Jesse Jiryu Davis2021-02-201-22/+12
* SERVER-54667 Robustify positional operator test case in jstests/core/collatio...Mihai Andrei2021-02-201-2/+1
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-202-10/+212
* SERVER-54516 Introduce finer-grained locking in BucketCatalog and tighten cri...Dan Larkin-York2021-02-202-139/+472
* SERVER-54657 Improve the function names and comments in tenant_migration_conc...Cheahuychou Mao2021-02-192-45/+47
* SERVER-54653 Make ContinuousTenantMigration hook garbage collect each migrati...Cheahuychou Mao2021-02-192-63/+26
* SERVER-54248 WiredTigerRecordStore to use a byte array key formatGregory Wlodarek2021-02-192-39/+63
* SERVER-54248 Fix RecordId usage in the NoOverlapReadSource unit testGregory Wlodarek2021-02-191-1/+1
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-1914-66/+145
* SERVER-54120 Fix when configuring the log failpointMoustafa Maher2021-02-191-1/+3
* SERVER-54200 Add mongo and mongos to default build targetRyan Egesdahl2021-02-192-0/+2
* SERVER-54656 Validation can repair clustered collectionsGregory Wlodarek2021-02-192-1/+143
* SERVER-54656 Validation reports missing and extra index entries for clustered...Gregory Wlodarek2021-02-192-6/+117
* SERVER-54264 Exclude tenantMigrationAccessBlocker serverStatus section from FTDCJason Zhang2021-02-192-0/+70
* SERVER-54651 Blacklist remaining index related tests from the tenant_migratio...Cheahuychou Mao2021-02-191-0/+3
* SERVER-53934 Refuse to start shards and config servers with setParameter requ...Huayu Ouyang2021-02-193-0/+58
* SERVER-54059 Test that listIndexes, listCollections and mapReduce run lock-freeDianna Hohensee2021-02-191-2/+26
* SERVER-54282 Honor --disable-warnings-as-errors for unused resultsRyan Egesdahl2021-02-191-1/+1
* SERVER-53852 MongoDB hangs randomlySergey Galtsev2021-02-191-5/+12
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-1910-144/+259
* SERVER-49655 Mention compatibility rule for reply enumsA. Jesse Jiryu Davis2021-02-191-0/+2
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-194-1/+43
* SERVER-53990 fix unittestsLouis Williams2021-02-191-4/+4
* SERVER-54132: Review usages of config.collections 'dropped' fieldJordi Serra Torrens2021-02-1911-8/+46
* SERVER-54330 Ensure inserts succeed in updates_to_rangedeletions_collection_t...Pierlauro Sciarelli2021-02-191-5/+5
* Revert "SERVER-54575 support downloading arbitrary commits and artifacts from...Uladzimir Makouski2021-02-197-132/+121
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-193-11/+7
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-1947-105/+423
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-198-10/+21
* SERVER-53553 Make tenant migration recipient to start cloning tenant data onl...Matthew Russotto2021-02-186-20/+192
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-186-86/+580
* SERVER-54575 support downloading arbitrary commits and artifacts from multive...Robert Guo2021-02-187-121/+132
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-1833-212/+933
* SERVER-54324 allow dbref.js to run under SBEIan Boros2021-02-181-1/+0
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-187-40/+102
* SERVER-54314 Relax field order assertions in jstests/aggregation/sources/proj...Mihai Andrei2021-02-181-6/+13
* SERVER-53587 Create withCancelation function for doing cancelable waits on a ...Matthew Saltz2021-02-183-1/+142
* SERVER-53812: Fix awaitReplication in ReplSetTest with keyfile auth enabledXueruiFa2021-02-183-16/+86
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-1825-330/+273
* SERVER-52734 Support index scan with a filter in SBEAnton Korshunov2021-02-1822-117/+267