summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-0/+5
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-5/+0
* SERVER-30282 Update transaction progress to sessions tableRandolph Tan2017-07-281-9/+9
* SERVER-29662 Make rollback of dropIndexes/createIndexes UUID compatibleAllison Chang2017-07-261-0/+8
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+2
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-1/+0
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-11/+12
* SERVER-29274 logOp() returns optime of generated oplog entryBenety Goh2017-05-241-8/+11
* SERVER-28594 Log each individual non-atomic op in applyOpsMaria van Keulen2017-05-171-0/+9
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-0/+3