summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52715, SERVER-52716: Handle resuming after failover in TenantAllDataba...Lingzhi Deng2020-12-0911-19/+521
* SERVER-52653 Transition resharding coordinator to kDone without bumping shard...Blake Oler2020-12-092-16/+14
* SERVER-52897 Handle collection drop in TenantCollectionCloner up to query stageVesselina Ratcheva2020-12-093-0/+190
* SERVER-51247 Remove blocking call from AsyncWorkScheduler::_targetHostAsync()Amirsaman Memaripour2020-12-091-5/+8
* SERVER-52769 Create shard key index if doesn't exist as part of creating the ...Blake Oler2020-12-093-11/+56
* SERVER-49108 Convert buildInfo command to async implementationAmirsaman Memaripour2020-12-093-0/+198
* SERVER-53245 OplogFetcherMock must avoid calling join() from multiple threadsMatthew Russotto2020-12-092-1/+11
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-0915-77/+208
* SERVER-40811 make initializers throwyBilly Donahue2020-12-0854-151/+59
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-082-8/+7
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-8/+10
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-089-0/+317
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-0813-13/+220
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-2/+2
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-088-135/+261
* SERVER-50130 Ensure maxTimeMS can expire if used with the failCommand blockCo...Amirsaman Memaripour2020-12-081-14/+23
* SERVER-53253 Make donorStartMigration and recipientSyncData validate input co...Cheahuychou Mao2020-12-081-4/+18
* SERVER-49027 Extend $group explain execution stats to report memory consumpti...Ruoxin Xu2020-12-072-29/+79
* SERVER-52742 Ensure both donorFields and recipientFields exists on the origin...Haley Connelly2020-12-074-44/+96
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-075-26/+34
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-071-5/+22
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-073-57/+97
* SERVER-52912 Support $slice projection operator in SBENikita Lapkov2020-12-078-91/+710
* SERVER-52967 Support object type metadata for time-series collectionsGregory Noma2020-12-074-9/+8
* SERVER-51132 Ensure that resharding participants have removed all disk metada...Alex Taskov2020-12-075-1/+36
* SERVER-52950 Avoid calculating oplog stones when recoverFromOplogAsStandalone...Gregory Wlodarek2020-12-052-1/+8
* SERVER-53011 tear down execution resources in ReshardingOplogApplierTestLaMont Nelson2020-12-051-0/+10
* SERVER-52801 Implement local drop for the original collection on resharding d...Blake Oler2020-12-056-51/+115
* SERVER-53243: TenantMigrationRecipientServiceTest-OplogApplierFails should pa...Lingzhi Deng2020-12-041-1/+1
* Revert "SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sy...XueruiFa2020-12-041-7/+2
* SERVER-53225 Ensure all documents copied before checking progress in TestRema...Jason Chan2020-12-041-2/+3
* SERVER-12573 Extend $ifNull to accept more than two argumentsHana Pearlman2020-12-043-21/+58
* SERVER-53088 Create the _shardsvrRefineCollectionShardKey commandJaume Moragues2020-12-042-1/+110
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-049-57/+131
* SERVER-51088 Add ReshardingTest fixture for resharding fuzzer to use.Max Hirschhorn2020-12-046-7/+56
* SERVER-53199 Auto retry on TTE in ShardingCatalogManager::withTxn().Max Hirschhorn2020-12-044-12/+245
* SERVER-53115 check client before dereferencingBilly Donahue2020-12-041-4/+6
* SERVER-52671 provide copy/move assignment ops to match copy/move constructorsBilly Donahue2020-12-041-0/+2
* SERVER-50670 add auth to connection initiation in TenantMigrationRecipientSer...Pavi Vetriselvan2020-12-032-0/+9
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2020-12-031-18/+39
* SERVER-53082 Add some more test coverage for CancelationTokens in PrimaryOnly...Jason Zhang2020-12-031-9/+74
* SERVER-53134 Update architecture guide to reflect that index builds can be re...Gregory Noma2020-12-031-1/+1
* SERVER-51049 Cannot assume recovery timestamp can be found in oplogMatthew Russotto2020-12-032-11/+47
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-034-13/+47
* SERVER-51499 Track service executor statistics more thoroughlyBen Caimano2020-12-031-5/+18
* SERVER-49109 Move to the dedicated executor after blocking commandsBen Caimano2020-12-032-0/+45
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-031-1/+1
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-033-6/+8
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-035-6/+6
* SERVER-49652 Sharding and Service Arch changes for the hello commandPavi Vetriselvan2020-12-031-2/+25