summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-7/+2
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+1
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-011-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-6/+11
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-11/+6
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-6/+11
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-0/+2
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-2/+6
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-9/+0
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-5/+15
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-1/+0
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+3
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-1/+3
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-1/+2
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+13
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-4/+0
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-4/+0
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+8
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+2
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-4/+25
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-7/+29
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-1/+6
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-6/+1
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-1/+6
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-6/+1
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-1/+6
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-14/+11
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+3
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-3/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+3
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-3/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-0/+3
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-3/+2
* SERVER-30639 change getNextOpTimes interface to return a valueEric Milkie2017-09-131-3/+4
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-2/+38
* SERVER-30895 Make repl::logOp accept an OperationSessionInfo, instead of extr...Randolph Tan2017-09-121-6/+10
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-1/+15
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-5/+0