summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-3/+2
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-10/+3
* SERVER-63268 Remove the code in ApplyOps::extractOperationsTo() for storing a...Cheahuychou Mao2022-02-101-21/+19
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-4/+9
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-9/+4
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-4/+9
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-9/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-2/+4
* SERVER-62581 Handle direct inserts to shards introducing orphan documentsSergi Mateo Bellido2022-01-281-0/+20
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-2/+2
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-1/+0
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-0/+3
* SERVER-62173 Wait for no index builds to be in progress on BackgroundOperatio...Gregory Noma2022-01-041-8/+45
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-0/+4
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-0/+82
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-19/+21
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-111-61/+17
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-5/+4
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-2/+1
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-2/+2
* SERVER-60931 oplog application delegates UUID lookup to processCollModCommand()Benety Goh2021-10-271-11/+4
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-261-2/+5
* SERVER-60606 Abort index builds conflicting with emptycapped during initial syncYuhong Zhang2021-10-121-0/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-51075: Remove FCV checks for :2 oplog entriesEthan Zhang2021-08-261-12/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+5
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-4/+1
* SERVER-58744 applyOps on capped collections can violate the multi-timestamp c...Gregory Wlodarek2021-07-221-9/+13
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+4
* SERVER-58280 initial sync aborts index builds before applying collModBenety Goh2021-07-121-0/+1
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-2/+2
* SERVER-57176 Set 'validateFeaturesAsPrimary=false' while in replication recoveryVesselina Ratcheva2021-06-171-4/+1
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-9/+19
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-1/+1
* SERVER-57170 Fix FCV check for applying $v:2 oplog entriesArun Banala2021-05-251-1/+4
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+3
* SERVER-57015: Ensure findAndModify image collection writes are not replicated.Daniel Gottlieb2021-05-191-0/+2
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-56713: Avoid creating retryable find and modify images during initial ...Daniel Gottlieb2021-05-121-26/+37
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-4/+4
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Daniel Gottlieb2021-05-111-34/+58
* SERVER-56644 Create oplog views for resharding and tenant migration on startupCheahuychou Mao2021-05-101-5/+0
* SERVER-56374: Add ability to write retryable findAndModify updates to `config...Daniel Gottlieb2021-05-071-0/+88
* SERVER-56344 Test that secondaries with capped collections upgrading from FCV...Gregory Wlodarek2021-05-041-8/+28
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-1/+11
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-03-311-26/+21
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-5/+7