summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69500: Remove outdated minvalid timestamping invariant.Daniel Gottlieb2022-09-167-22/+9
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-152-2/+3
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-09-151-43/+53
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-155-9/+14
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-155-13/+3
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-1510-3/+72
* SERVER-69299 Shard Merge to enforce backupCursorCheckpointTimestampmathisbessamdb2022-09-141-1/+12
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-144-79/+10
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-146-37/+20
* SERVER-69055: Update stale comments regarding minValidLingzhi Deng2022-09-121-5/+0
* SERVER-68348 Asynchronously register tasks on the range deleter service on st...Pierlauro Sciarelli2022-09-121-0/+3
* Revert "SERVER-69552 Handle range deleter service `onStepDown` race conditions"Max Hirschhorn2022-09-101-3/+0
* Revert "SERVER-62720 Implement checkIfConflictsWithOtherInstances for Reshard...Abdul Qadeer2022-09-101-3/+1
* SERVER-62393 Apply CRUD ops using correct tenant namespace during oplog appli...Hugh Tong2022-09-095-27/+204
* SERVER-68450 Update transaction links in architecture guidesShin Yee Tan2022-09-091-2/+2
* SERVER-69552 Handle range deleter service `onStepDown` race conditionsPierlauro Sciarelli2022-09-091-0/+3
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-088-0/+23
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-19/+19
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-071-0/+11
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-071-1/+3
* SERVER-68240 Fix iterator race condition in WaitForMajorityServiceBlake Oler2022-09-071-3/+8
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-075-6/+9
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-062-3/+3
* SERVER-66907: Handle opCtx interruption and join threads outside mutexChristopher Caplinger2022-09-062-58/+97
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-068-0/+52
* SERVER-64750 Implement a quick-find shortcut to skip running isSelf when we h...Vesselina Ratcheva2022-09-027-25/+291
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, TenantMigratio...Adityavardhan Agrawal2022-08-313-0/+43
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-316-193/+273
* SERVER-44137: ReplicationCoordinatorExternalStateImpl: clean up constantsKonstantin Trushin2022-08-301-18/+14
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-302-3/+3
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-309-0/+26
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-2910-78/+50
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+10
* SERVER-69146 Mark 'loadBalanced' and 'serviceId' fields with 'stability:stable'Vesselina Ratcheva2022-08-291-2/+2
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-293-21/+16
* SERVER-66150: Share writer pool and client connection for file importChristopher Caplinger2022-08-265-76/+180
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2621-23/+19
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-2516-30/+5
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-252-3/+3
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-2510-35/+80
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-256-9/+30
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-4/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-242-0/+2
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-247-19/+36
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-232-3/+3
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-233-4/+11
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-3/+3
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-238-9/+33
* 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