summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-232-6/+5
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-238-24/+12
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-13/+8
* SERVER-68812 Prevent extra Stats copies in InitialSyncer::_appendInitialSyncP...Vesselina Ratcheva2022-08-221-2/+2
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-221-2/+4
* Revert "SERVER-67372 Make tenant migration recipient delete its state documen...Sophia Tan2022-08-223-71/+10
* SERVER-67372 Make tenant migration recipient delete its state document in its...Fernando Lisboa2022-08-193-10/+71
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-191-1/+2
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-191-1/+1
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-192-21/+1
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-6/+6
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-183-4/+11
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-183-7/+87
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-33/+20
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1730-50/+50
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-173-58/+62
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2022-08-1610-7/+167
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-163-8/+6
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-162-7/+9
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-1511-190/+194
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-153-17/+11
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-159-54/+49
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-141-4/+5
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-115-12/+491
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-112-18/+17
* SERVER-65236 Make tenant migration donor delete its state doc in its run methodEsha Maharishi2022-08-106-71/+79
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-103-15/+15
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-4/+0
* SERVER-68496 Remove expensive dead code in bgsync related to minvalidMatthew Russotto2022-08-081-20/+0
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-7/+22
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-075-147/+153
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-056-19/+24
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-0427-445/+302
* Revert "SERVER-51650 Ensure failure to rebuild PrimaryOnlyService on step up ...mathisbessamdb2022-08-023-89/+25
* SERVER-68473 Improve existing comment to better explain the condition when re...mathisbessamdb2022-08-021-0/+8
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-021-1/+3
* SERVER-67119 Add sharding catalog global index API to create/remove a global ...Marcos José Grillo Ramirez2022-08-021-1/+20
* SERVER-68451 Allow initial sync retry to reset the catalog without untimestam...Yuhong Zhang2022-08-011-0/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-0118-30/+30
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-60/+60
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-2/+2
* SERVER-68358 Turn off multitenancySupport flag in unit tests after usejannaerin2022-07-291-0/+1
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-1/+3
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-299-11/+2
* SERVER-67362 Rename TenantMigrationDonor's _completionPromise to _forgetMigra...Esha Maharishi2022-07-282-11/+12
* SERVER-67360 Rename POS instance's completion future to runCompleteFutureEsha Maharishi2022-07-282-9/+7
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2735-165/+169
* SERVER-64916 added feature flag for PM-2821 (allow path from downgrading to u...Luxi Liu2022-07-271-0/+6