summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0313-13/+240
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-031-19/+26
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-037-66/+77
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-02135-542/+587
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-025-10/+39
* SERVER-50691 Fix race in PrimaryOnlyServiceTest::LookupInstanceSpencer T Brody2020-09-021-5/+5
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-028-27/+654
* SERVER-50234 delete the unused function toBsonWithSafeDiscriminatorVishnu Kaushik2020-09-022-74/+0
* SERVER-50671 Make TenantMigrationAccessBlockerByPrefix::appendInfoForServerSt...Cheahuychou Mao2020-09-021-0/+2
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-021-4/+8
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-0227-3093/+514
* SERVER-50577 Return actual donor shard version in getShardAndCollectionVersionPierlauro Sciarelli2020-09-023-49/+64
* SERVER-50600 Correctness of BinData setup in BitTestMatchExpression tests dep...Mindaugas Malinauskas2020-09-021-4/+4
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-0219-244/+472
* SERVER-50483 Make donorStartMigration command check that the donor's host is ...Jason Zhang2020-09-021-6/+16
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-028-13/+35
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-025-1/+264
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-027-18/+265
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-024-0/+11
* SERVER-50686 Rename PrimaryOnlyService::Instance::onCompletion() to getComple...Spencer T Brody2020-09-023-10/+10
* SERVER-50385 Use MONGO_UNREACHABLE in SBE visit() methods for $text MatchExpr...David Storch2020-09-021-2/+8
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-0219-58/+32
* SERVER-45938 Create override for createUser to allow possible cluster membersSpencer Jackson2020-09-022-5/+22
* SERVER-50323 Remove const qualifier from return type in initialize_api_parame...Samy Lanka2020-09-011-1/+1
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-013-6/+14
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-015-8/+87
* SERVER-48555 Allow yielding during SBE runtime planningDavid Storch2020-09-016-7/+40
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-013-0/+157
* SERVER-48790 Add barebones CST->MatchExpression translationNick Zolnierz2020-09-0118-3850/+3488
* Revert "SERVER-32960 Make $mod always truncate divisor and remainder toward z...Nikita Lapkov2020-09-012-49/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-0131-204/+171
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-3133-356/+403
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-313-6/+8
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-313-6/+27
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-306-16/+47
* SERVER-50628 Fix race in PrimaryOnlyServiceTest::DoubleCreateInstanceSpencer T Brody2020-08-291-0/+5
* SERVER-50619 Shut down PrimaryOnlyService ScopedTaskExecutor before parent ex...Spencer T Brody2020-08-291-1/+10
* SERVER-50274 fix use-after-moveBenety Goh2020-08-291-4/+3
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of op...Dianna Hohensee2020-08-295-12/+32
* SERVER-50602 remove DBDirectClient and enableIndexBuildCommitQuorum reference...Benety Goh2020-08-291-35/+14
* SERVER-50602 remove unnecessary enableIndexBuildCommitQuorum referenceBenety Goh2020-08-291-7/+0
* SERVER-50104 Make the test hook run a background migration on the data used b...Cheahuychou Mao2020-08-282-5/+21
* SERVER-50096 Make the tenant migration donor not block a thread on an executo...Cheahuychou Mao2020-08-283-80/+136
* SERVER-50617 Make TenantMigrationAccessBlocker::abort not invariant that the ...Cheahuychou Mao2020-08-281-4/+0
* SERVER-49567 Create refresh mechanism to refresh a list of given shardsHaley Connelly2020-08-284-0/+186
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-2816-51/+67
* SERVER-50558 Update wireversion invariants in ShardingCatalogManager to be aw...Jason Chan2020-08-281-9/+13
* SERVER-49646 Architecture Guide Updates for Make Validate more resilientLouis Williams2020-08-281-10/+35
* SERVER-49512 Use SBE global environment to store the timezone database and us...Eric Cox2020-08-285-30/+46
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-285-3/+63