summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-2/+1
* SERVER-74563 remove unused function repl::logInsertOps()Benety Goh2023-04-261-23/+0
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-2/+19
* SERVER-74563 rename repl::_logOpsInner to logOplogRecords() and add to oplog....Benety Goh2023-04-261-0/+24
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-0/+2
* SERVER-75787 repl::logInsertOps() accepts ShardingWriteRouter instead of wrap...Benety Goh2023-04-131-8/+8
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-18/+2
* SERVER-75829 repl::logInsertOps() accepts reference to fromMigrate array rath...Benety Goh2023-04-071-1/+1
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-311-0/+11
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-2/+18
* SERVER-74589 repl::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-281-0/+2
* Revert "SERVER-71490: Move steady state replication constraint relaxation opC...Samy Lanka2023-03-161-11/+0
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-021-0/+11
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-1/+1
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-1/+1
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-1/+1
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-091-1/+1
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+4
* SERVER-71367 Make getDocumentKey get the shardKeyPattern from collectionPtr i...Jordi Serra Torrens2022-11-221-1/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-8/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-0/+1
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-4/+6
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-9/+16
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-1/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-5/+0
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-0/+1
* SERVER-51453: NamespaceExists should be an acceptable error for applying impo...Lingzhi Deng2020-10-091-1/+2
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-4/+4
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-2/+2
* SERVER-41593 Remove the unused parameter incrementOpsAppliedStats from create...Mihai Andrei2019-08-291-1/+0
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-2/+1
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-4/+4
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-39/+28
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-2/+0
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-0/+2
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-2/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-1/+3
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+0
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-2/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+4
* SERVER-40809 unshim repl::getNextOpTimes()Benety Goh2019-04-251-15/+5
* SERVER-40809 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-241-13/+0
* Revert "SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTe...Benety Goh2019-04-241-0/+13
* SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-241-13/+0