summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50938 TenantMigrationAccessBlocker should extend enable_shared_from_th...Esha Maharishi2020-09-217-106/+178
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-217-24/+57
* SERVER-49955 Add support for trigonometric agg expressions in SBEMilena Ivanova2020-09-218-21/+1063
* SERVER-51052 no_disconnect_on_stepdown.js should enable a failpoint to skip P...Cheahuychou Mao2020-09-201-0/+5
* SERVER-50361 Support Object, Array, and BinData in value::hashValue.Martin Neupauer2020-09-194-2/+97
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-1921-174/+314
* SERVER-50831 initialize accumulator_js_reduce scalar field in constructorGeorge Wangensteen2020-09-181-1/+1
* SERVER-49398 Translate ElemMatchObjectMatchExpression to SBEDrew Paroski2020-09-181-314/+392
* SERVER-50679 WiredTigerKVEngine::flushAllFiles() should call syncSizeInfo() w...Gregory Wlodarek2020-09-181-1/+4
* SERVER-50924 Suppress TSAN for LockerImpl::getLockerInfo()Gregory Wlodarek2020-09-181-0/+7
* SERVER-50793 remove TODO commentBenety Goh2020-09-181-1/+0
* SERVER-50830 fix unchecked dynamic castGeorge Wangensteen2020-09-181-2/+2
* SERVER-48618 Remove TODO's for SERVER-48618Haley Connelly2020-09-181-7/+0
* SERVER-48419 Execution Architecture Guide: update Resumable Index Builds for ...Benety Goh2020-09-181-3/+5
* SERVER-48419 resume index builds after rollback (collection scan only)Benety Goh2020-09-182-14/+5
* SERVER-50818 Coverity analysis defect 114987: Wrapper object use after freeArun Banala2020-09-181-2/+1
* SERVER-48941 Make startup recovery recover a tenant migration donor's in-memo...Jason Zhang2020-09-186-3/+77
* SERVER-51022 Fix regex in cloner_utilsMatthew Russotto2020-09-171-2/+2
* SERVER-50247 Use document deltas to determine whether update affects indexes ...Arun Banala2020-09-1710-131/+538
* SERVER-50425 [stepup] TenantMigrationDonor's run() should skip down to the ap...Cheahuychou Mao2020-09-173-46/+76
* SERVER-50878 Coverity analysis defect 115286: Uninitialized scalar variableAlex Taskov2020-09-171-1/+1
* SERVER-50879 Coverity analysis defect 115245: Uninitialized scalar fieldAlex Taskov2020-09-171-1/+1
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-175-198/+268
* SERVER-50650 Merge V2LogBuilder and document diff calculation codeArun Banala2020-09-178-1025/+848
* SERVER-50939 Ensure that PrimaryOnlyService Instances unblock any dependent w...Cheahuychou Mao2020-09-179-7/+64
* SERVER-50814 TenantMigrationRecipient service state doc should have "state" f...Suganthi Mani2020-09-173-57/+72
* SERVER-50836 Initialize TextMatchStage::_inValueAccessor to nullptrDavid Storch2020-09-171-1/+1
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-177-27/+11
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-1749-365/+196
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-1722-4667/+6337
* SERVER-49785 aggragation pipeline for collection bulk loader for reshardingMisha Tyulenev2020-09-173-0/+204
* SERVER-49565 Create ReshardingRecipientServiceBlake Oler2020-09-177-5/+305
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-168-0/+126
* SERVER-50663 Fix for BSONObj copy in SBECoerceToStringTest and SBEToUpperToLo...Claire Childs2020-09-162-6/+6
* SERVER-49891: Create and test the resharding oplog fetching aggregation pipel...Daniel Gottlieb2020-09-165-43/+627
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-1612-12/+463
* SERVER-49898 fixed a test case that was using an invalid iteratorEric Maynard2020-09-161-2/+2
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-1622-405/+927
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-164-9/+70
* SERVER-50834 Initialize _bufferIt in SBE spool stagesAnton Korshunov2020-09-161-2/+2
* Revert "SERVER-49785 aggragation pipeline for collection bulk loader for resh...Max Hirschhorn2020-09-163-203/+1
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-1614-61/+139
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-164-25/+41
* SERVER-50941 TenantMigrationAccessBlocker::appendInfoForServerStatus should l...Esha Maharishi2020-09-161-0/+2
* SERVER-49785 aggragation pipeline for collection bulk loader for reshardingMisha Tyulenev2020-09-163-1/+203
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-154-41/+25
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-1523-17/+373
* SERVER-48804 Connection initiation in MigrationServiceInstanceMatthew Russotto2020-09-154-11/+407
* SERVER-50920 Fix resuming index builds from the bulk load phaseGregory Noma2020-09-152-29/+23