summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-032-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-0375-186/+203
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-038-88/+41
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-033-0/+98
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0314-13/+244
* 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-02159-724/+790
* 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-0229-3095/+516
* 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-0223-69/+182
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-027-3/+267
* 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-27507 Implement visibility for mutablebsonAndrew Morrow2020-09-024-10/+14
* SERVER-27507 Add basic visibility support and a testAndrew Morrow2020-09-0210-1/+522
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-0221-60/+34
* SERVER-50273 Add DecorableCopyable to support copyable types where decoration...Henrik Edin2020-09-024-68/+370
* 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-47391 convert strcpy to strncpyc-childs2020-09-011-1/+1
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-0112-70/+156
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-016-8/+88
* SERVER-48555 Allow yielding during SBE runtime planningDavid Storch2020-09-016-7/+40
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-016-2/+160
* 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-0172-946/+737
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-3135-361/+433
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-3111-114/+324
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-314-7/+30
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-3011-59/+154
* 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-283-6/+22