summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-226-11/+8
* SERVER-42810 Changed `throw()` to `noexcept`Celina Tala2022-09-211-1/+1
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-201-1/+3
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-2014-23/+24
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-14/+11
* SERVER-63257 Convert NamespaceNotFound error on config.system.indexBuilds to ...Matthew Saltz2022-09-192-0/+6
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-192-3/+3
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-3/+1
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-198-0/+57
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-1/+1
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-1610-72/+3
* 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