summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63579: Prevent initial sync from fasserting when shutting down replica...XueruiFa2022-02-111-1/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-112-3/+1
* SERVER-63268 Remove the code in ApplyOps::extractOperationsTo() for storing a...Cheahuychou Mao2022-02-103-44/+19
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-02-101-6/+2
* SERVER-63393 Minimize locking in shard split observer and tenant migration bl...Didier Nadeau2022-02-091-2/+3
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-56974 Enable feature flag for PM-2311Jordi Olivares Provencio2022-02-091-1/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-094-8/+175
* Revert "SERVER-56974 Enable feature flag for PM-2311"auto-revert-processor2022-02-091-0/+1
* SERVER-56974 Enable feature flag for PM-2311Jordi Olivares Provencio2022-02-081-1/+0
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-082-0/+4116
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-084-175/+8
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-0/+8
* SERVER-63354 make multitenancy library dependency private in oplog_entryBenety Goh2022-02-081-1/+1
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-074-8/+175
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-073-11/+10
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-9/+2
* SERVER-63237 Use error code name for transient backup cursor failureMatthew Russotto2022-02-041-5/+4
* SERVER-62482 Build recipient connection string from tag/set nameMatt Broadstone2022-02-044-186/+114
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-046-0/+78
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-0310-15/+36
* SERVER-61133 Copy donor files to temp directory.Suganthi Mani2022-02-039-79/+950
* SERVER-62745: Clear appliedThrough after startupRecoveryForRestoreLingzhi Deng2022-02-021-0/+5
* SERVER-62365 Support a timeout for the shard split operationDidier Nadeau2022-02-021-0/+10
* 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