summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48727 Document Internal FailpointsBen Caimano2020-09-171-0/+11
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-178-220/+341
* 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-1769-415/+211
* 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-178-5/+307
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-1610-17/+163
* 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-1610-377/+787
* Import wiredtiger: 484916b2c8d3f6975aebefea8d17b97c3184f706 from branch mongo...Luke Chen2020-09-1629-542/+827
* 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-1510-787/+377
* 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
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-156-48/+87
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-155-16/+6
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-1523-139/+158
* SERVER-50929 Change help text for hello command in Mongodhuayu-ouyang2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-1540-386/+690
* SERVER-50876 Initialize ReplSetMetadata::_isPrimaryA. Jesse Jiryu Davis2020-09-151-1/+1
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-1510-377/+787
* SERVER-50912 Fix the comparison logic in ComparableChunkVersionKaloian Manassiev2020-09-152-41/+83
* SERVER-50733 Support $ifNull expression in SBENikita Lapkov2020-09-151-1/+15
* SERVER-50382 Add support for $expr match expression in SBEAnton Korshunov2020-09-158-46/+110
* Import wiredtiger: 56492ae3bc3b021c8ead883d4f841db7cf6b3ded from branch mongo...Luke Chen2020-09-153-23/+35
* SERVER-50009 Ensure SessionKiller can be shutdownMark Benvenuto2020-09-153-1/+18
* SERVER-50931 Add an InternalOnly error categoryBilly Donahue2020-09-151-19/+12
* SERVER-50698 Prevent PrimaryOnlyService unit tests from hanging on failureSpencer T Brody2020-09-151-0/+3
* SERVER-50923 Add a way to disable all registered failpointsSpencer T Brody2020-09-153-0/+64
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-1540-360/+308
* SERVER-49462 Wait for secondaries to be ready in ReplSetTest.checkOplogsVesselina Ratcheva2020-09-141-0/+2
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-1411-3624/+4976
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-1411-4976/+3624
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-1426-84/+159
* SERVER-49539 Populate a bucket in $bucketAuto only when requiredArun Banala2020-09-143-145/+153