summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: bb92ab603f22ca84c24af3be7bc9194f44ff3e64 from branch mongo...Chenhao Qu2020-09-093-2/+85
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-0911-18/+34
* SERVER-48785 Create TenantMigrationRecipientService and TenantMigrationRecipi...Suganthi Mani2020-09-0911-8/+694
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-096-53/+428
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-0911-61/+203
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-09-091-1/+4
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-097-2/+96
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-081-2/+2
* SERVER-50589 Change PersistentTaskStore::Update to assert that at least one d...Blake Oler2020-09-083-41/+60
* SERVER-50771 The BSONValidate fast path should support a depth of 32Geert Bosch2020-09-081-2/+2
* SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when doing...Jason Zhang2020-09-084-11/+33
* SERVER-6777 Eliminate all direct use of cout/stdout and cerr/stderrAdam Cooper2020-09-083-9/+11
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-082-7/+14
* SERVER-49393 Redact status in KeysCollectionManager refresh failure log messageJason Zhang2020-09-081-1/+1
* SERVER-50789 Use the ReadThroughCache's mutex when accessing `_minTimeInStore`Kaloian Manassiev2020-09-081-1/+5
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-087-13/+44
* SERVER-49649 Architecture Guide Updates for FCVJason Chan2020-09-081-0/+110
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-0813-2253/+2898
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-0811-8218/+7767
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-0820-48/+49
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-076-1/+152
* Import wiredtiger: 4880ad2a4a0ddb42b3ea9fabf054760872780606 from branch mongo...Luke Chen2020-09-075-13/+63
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-061-1/+2
* SERVER-50275 fix use-after-moveBenety Goh2020-09-051-4/+3
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-052-5/+7
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-048-13/+870
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-11/+11
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-042-20/+0
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-043-39/+43
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-0430-184/+946
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-0428-325/+433
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-0410-19/+19
* SERVER-49393 KeysCollectionManager should not silently ignore refresh failuresJason Zhang2020-09-041-0/+4
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-043-21/+37
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-031-184/+196
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-035-320/+546
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-038-48/+77
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-038-16/+49
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-033-0/+40
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-036-6/+6
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-0315-3407/+4909
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-0315-287/+329
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-036-39/+48
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-032-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-0375-186/+203
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-038-88/+41
* Import wiredtiger: 42e4868b7b40ec5a49eec6a0e6cc1bf7eff2cad0 from branch mongo...Luke Chen2020-09-0314-161/+110