summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62715: Architecture Guide updates for minValid/appliedThrough writesLingzhi Deng2022-02-021-8/+23
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-5/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-019-139/+126
* SERVER-62666 Use explicit read concern in EncryptedDBClientBase and ImplicitE...Mark Benvenuto2022-01-281-0/+2
* SERVER-62581 Handle direct inserts to shards introducing orphan documentsSergi Mateo Bellido2022-01-281-0/+20
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-284-28/+32
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-281-0/+9
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-2817-2/+50
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-01-272-1/+87
* SERVER-62394: Follow-up work for SERVER-61131Christopher Caplinger2022-01-273-30/+32
* SERVER-61583 Add restart test for retryable internal transactions for findAnd...Cheahuychou Mao2022-01-272-7/+5
* SERVER-62021 Add method to atomically replace replica set configDidier Nadeau2022-01-265-14/+45
* SERVER-62682 Add _rebuildCV.notify_all() after all mutations to _stateLuis Osta2022-01-263-26/+86
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-2/+2
* SERVER-56756 fassert in stepup/down when RSTL timeout is above thresholdAdi Zaimi2022-01-242-8/+40
* SERVER-62882: Move Recipient Service opctx creation outside of lockChristopher Caplinger2022-01-241-6/+5
* SERVER-62863 Add no-op test case to fix failure with nossl variantDidier Nadeau2022-01-241-2/+9
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-2/+2
* SERVER-62883: Unlock Recipient Service mutex before deleting stateChristopher Caplinger2022-01-211-0/+2
* SERVER-61772 Implement tenant access blocker for shard splitDidier Nadeau2022-01-212-1/+8
* SERVER-61132: Keep backup cursor alive until file copy finishesChristopher Caplinger2022-01-214-45/+118
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-209-1/+42
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-192-8/+2
* SERVER-62079 removes rsm scanningDavis Haupt2022-01-192-82/+0
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-6/+2
* SERVER-62293 Fix race between recipientForgetMigration cmd and TenantMigratio...Suganthi Mani2022-01-193-25/+98
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-199-42/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-183-2/+9
* SERVER-62620 move tenant_migration_donor_service_test to its own binaryDavis Haupt2022-01-181-1/+94
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-183-7/+14
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-187-9/+14
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-189-1/+42
* SERVER-58410: Remove no stable recovery timestamp invariant after initial syncLingzhi Deng2022-01-181-5/+1
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-6/+9
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-163-8/+2
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-1525-289/+79
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-143-2/+8
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-1/+2
* SERVER-62018 ReplSetConfig supports an optional splitConfig subdocumentmathisbessamdb2022-01-144-3/+175
* SERVER-61277 Concurrent writes on capped clustered collectionsJosef Ahmad2022-01-143-4/+8
* SERVER-62340 Move executor to TenantAccessBlockerRegistry to prevent destruct...Didier Nadeau2022-01-1412-156/+59
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-135-0/+113
* SERVER-62422 Consolidate WriteConcernOptions parsing logicMatt Broadstone2022-01-131-2/+1
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-132-3/+1
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-136-8/+9
* SERVER-62167: Initialize _donorFilenameBackupCursorId to 0Christopher Caplinger2022-01-121-1/+1
* SERVER-62387 Rename variable to avoid hiding original function parameterJordi Olivares Provencio2022-01-121-2/+2
* SERVER-56146 Fix commitQuorum error messageJordi Olivares Provencio2022-01-122-3/+2
* SERVER-62379 Fix deadlock between ReplicationCoordinator and BackgroundSync o...Moustafa Maher Khalil2022-01-111-1/+5
* SERVER-61425 Add validation of replica set name update following shard splitDidier Nadeau2022-01-112-1/+26