summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 912ceefab6bf5e7287952e713ef5c8b6af648fa2 from branch mongo...r5.0.0-rc0Luke Chen2021-05-252-3/+5
* Import wiredtiger: f0d322252d4becd1b4d183c0a2d62bb904b5b3a6 from branch mongo...Luke Chen2021-05-2517-95/+470
* Import wiredtiger: 2b482755b5a91d2c9bc7276069f3693d2d8d8bfb from branch mongo...Luke Chen2021-05-253-5/+7
* Import wiredtiger: fd460b724d5b1679c3b950ed4aed81e85f98d336 from branch mongo...Luke Chen2021-05-252-1/+12
* Import wiredtiger: cdeef9d4078d7bedaac368fe02953b4341b65228 from branch mongo...Luke Chen2021-05-259-31/+117
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-2520-94/+472
* Revert "SERVER-56877 add js tests and rename multikey paths member name"Benety Goh2021-05-255-295/+15
* SERVER-57160 temporarily disable agg and query fuzzersKyle Suarez2021-05-251-16/+48
* SERVER-57071 Ensure that TenantMigrationDonorAccessBlocker's promises are ful...Cheahuychou Mao2021-05-245-3/+257
* SERVER-57148 Pass variables states to input evaluation in removable range exe...Nick Zolnierz2021-05-242-1/+28
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-2428-190/+145
* SERVER-56484 Remove 'advances' stats from SBE explain (same stats provided by...Irina Yatsenko2021-05-242-2/+1
* SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei2021-05-243-2/+15
* SERVER-57141 Ensure that ReplSetTests in tenant migration tests have the inte...Cheahuychou Mao2021-05-248-21/+19
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-248-27/+11
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-2422-51/+275
* SERVER-56836 SERVER-56837 Add self-assignment checks in MinMaxStore.Henrik Edin2021-05-241-2/+6
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-2434-405/+677
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-2492-1426/+1789
* Import wiredtiger: 4f12812afc32494be41c1a1c911c9f986a5bc5e9 from branch mongo...Chenhao Qu2021-05-246-24/+21
* Import wiredtiger: c28aff6a18daedef185f88d908d29d33e3a2adf0 from branch mongo...Chenhao Qu2021-05-242-2/+2
* Import wiredtiger: 9acb906193234331be4978d07bb3ffe710ece6ed from branch mongo...Chenhao Qu2021-05-245-24/+80
* Import wiredtiger: ff7881f9211c93b80162d6f1e61833195329771d from branch mongo...Chenhao Qu2021-05-243-1/+13
* SERVER-56524 Update consumers of expansions.yml to use the copy inRichard Samuels2021-05-212-22/+9
* SERVER-56739 Rewrite resharding metrics duration component to allow for resum...Blake Oler2021-05-2110-91/+190
* SERVER-56951 Do not call github API in setup multiversionMikhail Shchatko2021-05-212-5/+1
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-2115-68/+272
* SERVER-56528 fix debug symbol downloaderRobert Guo2021-05-212-21/+27
* SERVER-56976 'setIndexCommitQuorum' command has no effect while the index bui...Gregory Wlodarek2021-05-212-7/+143
* SERVER-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang2021-05-214-93/+182
* SERVER-56957 Extend drop_database_sharded.js FSM to perform FCV changes on to...Jordi Serra Torrens2021-05-212-1/+73
* SERVER-57054 Remove index_stats.js from tenant_migration_jscore_passthroughAlya Berciu2021-05-211-0/+1
* Revert "SERVER-56951 Fix github oath token in setup multiversion"Mikhail Shchatko2021-05-212-4/+4
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-05-214-25/+64
* Revert "SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multi...Benety Goh2021-05-215-24/+18
* SERVER-57014 Include all index keys in relevant slots for index filterNikita Lapkov2021-05-212-2/+25
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-216-11/+439
* Revert "SERVER-56779 Include forgotten file change on the v5.0 branch"Kaloian Manassiev2021-05-211-5/+10
* Import wiredtiger: 856ebf380516351f394256d4640d34d9ef7916ff from branch mongo...Luke Chen2021-05-212-3/+36
* Import wiredtiger: cb8077e2b6d4c1d60ef71305e36f28c4866693b6 from branch mongo...Luke Chen2021-05-2121-149/+174
* Import wiredtiger: 02da3990fb1d9da925ff5ba5e0ba7042b48f5c46 from branch mongo...Luke Chen2021-05-212-3/+7
* SERVER-56779 Include forgotten file change on the v5.0 branchKaloian Manassiev2021-05-211-10/+5
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-2159-208/+792
* SERVER-47855 Change default value for minSnapshotHistoryWindowInSecondsMonica Ng2021-05-201-1/+1
* SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multikey path...Benety Goh2021-05-205-18/+24
* SERVER-56924: Make resharding_abort_command.js test case wait for reshardingF...Jamie Anderson2021-05-201-0/+4
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-05-202-15/+16
* SERVER-56877 add js test for validating multikey compound index after restartingBenety Goh2021-05-201-0/+78
* SERVER-56877 add js test for validating multikey index after restarting a re-...Benety Goh2021-05-201-0/+128
* SERVER-56877 add js test for validating multikey index after restartingBenety Goh2021-05-201-0/+71