summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55139 Fix documentation for MONGO_UNREACHABLELuis Osta2021-05-241-4/+5
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-2417-118/+75
* SERVER-57131: Fix trivial race in topology_listener_testAndrew Shuvalov2021-05-241-2/+1
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-2417-325/+87
* 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-57105 Rename getTimeZoneDatabase in date_time_support.cpp to amenable ...Mark Benvenuto2021-05-211-3/+3
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-218-27/+11
* Revert "SERVER-55800 Reduce the number of futures in executeCommand"Amirsaman Memaripour2021-05-211-57/+70
* SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei2021-05-211-0/+6
* SERVER-56484 Remove 'advances' stats from SBE explain (same stats provided by...Irina Yatsenko2021-05-211-1/+0
* SERVER-56523: potential deadlock - avoid locking the ReplicaSetMonitorManager...Andrew Shuvalov2021-05-214-13/+102
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-2111-40/+226
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-217-215/+596
* Revert "SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multi...Benety Goh2021-05-212-15/+8
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-2122-51/+275
* Revert "SERVER-56779 Include forgotten file change on the master branch"Kaloian Manassiev2021-05-211-5/+10
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-211-1/+7
* SERVER-57081 Enable collection creation through applyOpsKaloian Manassiev2021-05-211-0/+4
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-216-11/+439
* 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-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang2021-05-213-91/+180
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2021-05-203-15/+80
* SERVER-56261 remove invariant that RetryableWriteError and TransientTransacti...Haley Connelly2021-05-202-4/+25
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-2048-114/+530
* SERVER-56739 Rewrite resharding metrics duration component to allow for resum...Blake Oler2021-05-2010-91/+190
* SERVER-56976 'setIndexCommitQuorum' command has no effect while the index bui...Gregory Wlodarek2021-05-201-7/+15
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-2091-1425/+1789
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-203-10/+3
* SERVER-56779 Include forgotten file change on the master branchKaloian Manassiev2021-05-201-10/+5
* SERVER-57019 Substitute nss parameter of drop database coordinator logsTommaso Tocci2021-05-201-3/+3
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-05-203-21/+48
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-207-9/+139
* SERVER-56836 SERVER-56837 Add self-assignment checks in MinMaxStore.Henrik Edin2021-05-201-2/+6
* SERVER-56786: defining a separate function to invoke mergeChunks in shardPaolo Polato2021-05-201-42/+54
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-2025-247/+284
* SERVER-55781 Add shard version check to create indexes pathMarcos Jose Grillo Ramirez2021-05-201-0/+2
* SERVER-56997 Do not use distLocks for createDatabaseTommaso Tocci2021-05-201-5/+5
* Import wiredtiger: 29fc5e8cfe0666fc26efc00813fbac586f603dc8 from branch mongo...Luke Chen2021-05-204-4/+62
* Import wiredtiger: 3971a04feede04cbe930babd6038dfae7b5d3a1c from branch mongo...Luke Chen2021-05-202-1/+2
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-2015-14/+358
* SERVER-53439 Enable the feature flag for changing the default write concern t...Samy Lanka2021-05-201-1/+2
* SERVER-54202 Remove startup warning encouraging eMRC=false for PSA architecture.Wenbin Zhu2021-05-191-17/+0
* SERVER-55800 Reduce the number of futures in executeCommandAmirsaman Memaripour2021-05-191-70/+57
* SERVER-57069 Make tenant migration donor also check instance token when check...Jack Mulrow2021-05-191-1/+8
* SERVER-57066 Fix typo in tenant migration donor blocking state timeout logJack Mulrow2021-05-191-1/+1