summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-61159 Check for duplicates before converting a non-unique inde...Yuhong Zhang2022-03-281-1/+1
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-111-1/+1
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-071-5/+22
* SERVER-56713: BACKPORT-8977 [RRFaM] Avoid creating images while in initial syncAndrew Shuvalov2021-05-281-13/+39
* SERVER-56375: [RRFaM] BACKPORT-8905 Have delete path write to config.transact...Andrew Shuvalov2021-05-241-2/+18
* SERVER-56374: BACKPORT-8902 Add ability to write retryable findAndModify upda...Andrew Shuvalov2021-05-211-1/+50
* SERVER-56373: BACKPORT-8899 from 8447dea added needsRetryImage support to log...Andrew Shuvalov2021-05-191-4/+12
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-231-1/+1
* SERVER-43097 Improve log messaging when index builds get foregrounded because...Gregory Noma2020-06-051-2/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-2/+1
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-241-1/+1
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-151-4/+0
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-17/+10
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-07-031-10/+14
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-1/+2
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-7/+0
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-9/+27
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+1
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-19/+5
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-6/+11
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-15/+5
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-20/+5
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-1/+6
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-4/+4
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-5/+4
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-6/+9
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-0/+1
* SERVER-40809 unshim repl::getNextOpTimes()Benety Goh2019-04-251-2/+1
* SERVER-40809 move LocalOplogInfo implementation out of oplog.cpp into its own...Benety Goh2019-04-241-143/+1
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-40809 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-241-9/+0
* Revert "SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTe...Benety Goh2019-04-241-0/+9
* SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-241-9/+0
* Revert "SERVER-40809 clean up LocalOplogInfo in oplog.cpp"Benety Goh2019-04-241-107/+45
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-5/+5
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+3
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-18/+14
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-4/+4
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+4
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-011-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-3/+18
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-2/+11
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-2/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-7/+11
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-1/+11