summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-114-2/+9
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-102-12/+9
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ...Moustafa Maher Khalil2022-01-103-6/+20
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-01-062-38/+79
* SERVER-61131: Store backup cursor results and set state to 'learned filenames'Christopher Caplinger2022-01-054-54/+94
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-053-23/+27
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-052-3/+3
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-049-405/+30
* SERVER-62173 Wait for no index builds to be in progress on BackgroundOperatio...Gregory Noma2022-01-041-8/+45
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2022-01-041-0/+16
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-01-041-0/+2
* SERVER-61385 Fix initialization of cursor in RollbackSourceImpl::findOneByUUID()David Storch2021-12-231-0/+1
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-221-0/+9
* SERVER-62185: Make backup cursor Fetcher a unique_ptr memberChristopher Caplinger2021-12-222-28/+40
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-2111-78/+70
* SERVER-60053 Add more info logs to replication startupFrederic Vitzikam2021-12-201-0/+1
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-183-17/+66
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-184-24/+32
* Revert "SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge"jannaerin2021-12-171-16/+0
* SERVER-61000: Fix uninitialized field in ReplicationRecoveryTestLingzhi Deng2021-12-171-2/+2
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-173-56/+73
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-175-13/+224
* SERVER-61869 Fix race in migration testA. Jesse Jiryu Davis2021-12-171-87/+0
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2021-12-171-0/+16
* SERVER-30846 Run dbCheck in the background of some FSM testsJosef Ahmad2021-12-163-15/+42
* SERVER-61852 Make dbCheck try acquire the collection lock with backoffJosef Ahmad2021-12-161-0/+38