summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72584 ensure that oplog entries for partial transactions have both log...Benety Goh2023-01-061-0/+5
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-7/+22
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+4
* SERVER-72400 Shard merge recipient doesn't need explicit reload views for sys...Suganthi Mani2022-12-271-10/+0
* SERVER-72399 Remove stale tenantMigrationInfo code from create oplog entry.Suganthi Mani2022-12-271-5/+0
* SERVER-72214 Recover merge tenant access blocker on restart/rollbackDidier Nadeau2022-12-231-36/+51
* SERVER-71263 Create RTAB at the start of merge using the tenantIdsDidier Nadeau2022-12-227-72/+215
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-212-4/+12
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+3
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-3/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+3
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-161-6/+2
* SERVER-71262 Add tenantIds field to shard merge state documents and tenant mi...Didier Nadeau2022-12-163-3/+41
* SERVER-71653 Create a skeleton for the new SplitPrepareSessionManager class.Wenbin Zhu2022-12-153-0/+153
* SERVER-68985 Tenant migration donor should set _forgetMigrationDurablePromise...Esha Maharishi2022-12-141-5/+5
* SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan2022-12-141-4/+9
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-147-0/+44
* SERVER-71186 Tenant migration access blocker registry to use TenantId object ...mathisbessamdb2022-12-132-2/+24
* SERVER-72076 Check multitenancySupport server parameter before setting tid fi...jannaerin2022-12-131-3/+5
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-133-0/+6
* SERVER-71754 Define a new remote command to notify the completion of an addSh...Enrico Golfieri2022-12-122-1/+11
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-092-0/+19
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-091-11/+32
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-083-3/+3
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-086-14/+15
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-083-3/+3
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-083-23/+41
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead o...mathisbessamdb2022-12-072-19/+0
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-072-0/+19
* SERVER-71683 Tenant collection cloner reads the next batch from socket buffer...Suganthi Mani2022-12-073-161/+17
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-068-44/+65
* SERVER-71184 Shard Split State Document to use array<tenant_id>mathisbessamdb2022-12-052-4/+5
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-025-11/+17
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-024-16/+70
* SERVER-70573 Create feature flag for applying prepared txns in parallel.Wenbin Zhu2022-12-021-0/+4
* SERVER-71488 TransactionOperations::getApplyOpsInfo() returns prepared transa...Benety Goh2022-11-282-2/+2
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-254-5/+9
* SERVER-69229: Drop donated files collection when marking as garbageChristopher Caplinger2022-11-232-12/+24
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+14
* SERVER-71367 Make getDocumentKey get the shardKeyPattern from collectionPtr i...Jordi Serra Torrens2022-11-222-3/+5
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-196-26/+129
* SERVER-71179 Update the ShardSplitCommands to use the TenantId classmathisbessamdb2022-11-181-0/+22
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-182-7/+7
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-165-67/+155
* Revert "SERVER-66749: Improve tenant migration currentOp output"Sviatlana Zuiko2022-11-164-9/+7
* SERVER-66749: Improve tenant migration currentOp outputChristopher Caplinger2022-11-164-7/+9
* SERVER-70841 Fix stripping of 'hash' field in oplog entry in apply_ops.cppVesselina Ratcheva2022-11-151-4/+6
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-156-6/+35
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-158-122/+378
* SERVER-67862 Make ShardingStateRecovery::endMetadataOp() persist the configTi...Antonio Fuschetto2022-11-111-1/+1