summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1518-129/+148
* 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-1531-242/+546
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-154-25/+41
* 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
* SERVER-50009 Ensure SessionKiller can be shutdownMark Benvenuto2020-09-153-1/+18
* SERVER-50698 Prevent PrimaryOnlyService unit tests from hanging on failureSpencer T Brody2020-09-151-0/+3
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-1515-58/+54
* 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-1423-141/+139
* SERVER-49539 Populate a bucket in $bucketAuto only when requiredArun Banala2020-09-143-145/+153
* SERVER-49898 Write and test aggregation pipeline for config.transactions clon...Eric Maynard2020-09-143-2/+136
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-1411-3624/+4976
* SERVER-50895 Fix leak of $unionWith cached pipeline for explain when executio...Nick Zolnierz2020-09-142-4/+3
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-143-4/+4
* SERVER-48594 Add concurrency workload using slow user acquisitionSara Golemon2020-09-146-0/+102
* SERVER-50896 skip sorter cleanup if file name is not availableBenety Goh2020-09-141-0/+4
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-09-141-4/+23
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-146-12/+56
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-1221-106/+189
* SERVER-50894 convert std::regex to pcrecpp::REBilly Donahue2020-09-122-10/+12
* SERVER-50750 refineCollectionShardKey should add nested keys as dotted fieldsJack Mulrow2020-09-111-94/+191
* SERVER-48328 remove index key generation error whitelistVishnu Kaushik2020-09-111-28/+3
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-114-15/+6
* SERVER-49650 Execution Architecture Guide: Resumable Index BuildsBenety Goh2020-09-111-0/+44
* SERVER-50862 Create server parameter to globally aggregate operation resource...Louis Williams2020-09-111-7/+10