summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Import wiredtiger: 15a5f48c534e7f61e9eb81c9509f5d2d31c72d63 from branch mongo...Chenhao Qu2021-06-162-15/+21
* Import wiredtiger: 5db6a488f50a3c91688ca35cfebbf377dd657a7e from branch mongo...Chenhao Qu2021-06-162-11/+10
* Import wiredtiger: e5aac1485ef35038e1e1d4e5a0f366ac1b6d4728 from branch mongo...Chenhao Qu2021-06-162-3/+6
* SERVER-56508 Update Compressor LevelsMonica Ng2021-06-161-1/+1
* SERVER-57709 Make MigrationDestinationManager's inserter thread interruptible...Cheahuychou Mao2021-06-161-1/+4
* SERVER-57385 Collection::isIndexMultikey() and Collection::setIndexIsMultikey...Benety Goh2021-06-154-66/+100
* SERVER-13938 Enabling adding expireAfterSeconds to convert to a TTL indexYuhong Zhang2021-06-156-29/+148
* SERVER-57668 Cache post-transformed chunk bounds for resharding cloning.Max Hirschhorn2021-06-151-16/+16
* SERVER-57580 combine task_path_suffix and use_multiversion intoRobert Guo2021-06-1524-136/+96
* SERVER-57456 Remove jstests that explicitly validate getLastError functionalityIrina Yatsenko2021-06-1532-574/+11
* SERVER-57498 Fix incorrect dictionary access when looking for LLVM_SYMBOLIZERAndrew Morrow2021-06-151-2/+2
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-06-153-6/+157
* SERVER-55446 added rosetta and arm64 macos builders to evergreenDaniel Moody2021-06-1510-154/+239
* SERVER-57706 add tags to all task definitions in evergreen.ymlRobert Guo2021-06-151-0/+85
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-1528-301/+156
* SERVER-50319 Implement truncation of large values for logging in SBEAdityavardhan Agrawal2021-06-153-18/+266
* SERVER-57602 Don't acquire FCV lock on reconfig triggered by signalDrainCompl...Jason Chan2021-06-152-2/+9
* SERVER-56446 Do not reauthenticate in ReplSetTest.restart() if 'waitForConnec...Vesselina Ratcheva2021-06-151-1/+4
* SERVER-57385 add IndexMetaData::insertIndex()Benety Goh2021-06-153-1/+12
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-1516-758/+376
* SERVER-56626 RecordId GDB pretty printerLouis Williams2021-06-151-0/+32
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::nameStringData()Benety Goh2021-06-155-22/+20
* SERVER-57479 Remove resharding_test_util.jsHaley Connelly2021-06-156-224/+7
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() accepts Collecti...Benety Goh2021-06-155-10/+28
* Revert "SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use ...Yoonsoo Kim2021-06-1512-396/+318
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-1541-441/+393
* SERVER-57704 clean up array4.js to avoid fast count and to use unique collect...Benety Goh2021-06-151-17/+30
* SERVER-45407 Remove InitialSyncerOption's localOplogNS and remoteOplogNSCarolyn Duan2021-06-153-43/+38
* SERVER-57143 fix uninitialized scalar fieldRidhwaan Anayetullah2021-06-151-1/+1
* SERVER-57658 tenant_migration_donor_initial_sync_recovery.js should not alway...Jason Chan2021-06-151-1/+10
* SERVER-56606 Only indicate cancelation to resharding metrics on participant s...Luis Osta2021-06-153-3/+53
* SERVER-57675 random_DDL_CRUD_operations.js may attempt to rename to a same de...Jordi Serra Torrens2021-06-151-2/+5
* SERVER-55447 added xcode 12 builder to evergreenDaniel Moody2021-06-152-0/+27
* SERVER-57287 Pull the shards' summed 'timeseries' field values to the top-lev...Dianna Hohensee2021-06-152-0/+154
* SERVER-32309 Allow lookup_subpipeline.js to run with sharded suitesAlya Berciu2021-06-156-77/+190
* SERVER-57335 Add support for dates to densify document generatorTed Tuckman2021-06-153-38/+176
* SERVER-56840 IDLify _configsvrCommitChunkMerge commandSimon Graetzer2021-06-1515-799/+593
* SERVER-57703 Move sharding_ddl_util.cpp into sharding_catalog_manager targetPierlauro Sciarelli2021-06-156-27/+30
* SERVER-57523 Do not persist epochs and timestamps on config.chunksSergi Mateo Bellido2021-06-157-85/+79
* SERVER-57641 Legacy renameCollection may proceed renaming a sharded collectionJordi Serra Torrens2021-06-151-4/+8
* Import wiredtiger: b56f56eb86f0663ad7113ee4a855fea726cacdf2 from branch mongo...Luke Chen2021-06-152-1/+16
* SERVER-57656 Use ReshardingTestFixture for reshard_collection_joins_existing_...Haley Connelly2021-06-151-69/+49
* SERVER-57578 CreateIndexesCmd::runCreateIndexesOnNewCollection() checks colle...Benety Goh2021-06-141-1/+1
* Revert "SERVER-56840 IDLify _configsvrCommitChunkMerge command"Max Hirschhorn2021-06-1415-638/+808
* SERVER-57578 NonShardServerProcessInterface::createIndexesOnEmptyCollection()...Benety Goh2021-06-141-1/+1
* SERVER-57186 Do not attempt catchup takeover when last applied optime is in c...Vesselina Ratcheva2021-06-142-3/+53
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL c...Moustafa Maher2021-06-145-104/+9
* SERVER-57285 Concurrency suites sometimes cannot satisfy the default majority...Moustafa Maher2021-06-144-26/+72
* SERVER-57672: Tenant collection cloner should handle dropped and re-created c...Lingzhi Deng2021-06-142-2/+45
* SERVER-57403 Serialize 'let' variables by wrapping with $literalKatherine Wu2021-06-143-3/+41