| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-68550 Change applyOps command path to use DatabaseName | Didier Nadeau | 2022-10-18 | 1 | -1/+1 |
* | SERVER-58756 Move ApplyOpsCommandInfo into a separate library | Cheahuychou Mao | 2021-10-29 | 1 | -50/+1 |
* | SERVER-43000 Remove typedefs for vectors of OplogEntry | A. Jesse Jiryu Davis | 2019-11-21 | 1 | -2/+2 |
* | SERVER-41437 unify transaction oplog traversal | Judah Schvimer | 2019-08-09 | 1 | -7/+3 |
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -1/+1 |
* | SERVER-41163 apply operations separately during initial sync commit transacti... | Pavi Vetriselvan | 2019-06-19 | 1 | -1/+6 |
* | SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon... | Jason Chan | 2019-05-13 | 1 | -7/+4 |
* | SERVER-36492 Reconstruct prepared transactions at the end of initial sync | Samy Lanka | 2019-05-06 | 1 | -1/+3 |
* | SERVER-40673 Support applyOps with partialTxn on secondary for transactions. | Matthew Russotto | 2019-04-25 | 1 | -0/+9 |
* | SERVER-39790 Reconstruct prepared transactions from new oplog format on startup | Matthew Russotto | 2019-04-08 | 1 | -2/+2 |
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
* | SERVER-35879 Reconstitute prepared transactions at end of startup recovery | Samy Lanka | 2018-12-14 | 1 | -0/+5 |
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
* | SERVER-35877 Push down session checkout into secondary application of transac... | Siyuan Zhou | 2018-10-15 | 1 | -1/+3 |
* | SERVER-35307 Support prepared transactions on secondaries and immediately abo... | Siyuan Zhou | 2018-09-13 | 1 | -0/+3 |
* | SERVER-32913 add ApplyOpsCommandInfo | Benety Goh | 2018-02-08 | 1 | -0/+29 |
* | SERVER-32913 add ApplyOps::extractOperations | Benety Goh | 2018-02-06 | 1 | -1/+11 |
* | SERVER-32913 move applyOps() into repl namespace | Benety Goh | 2018-02-02 | 1 | -0/+2 |
* | SERVER-31384 applyOps should correctly propagate oplog application mode | William Schultz | 2017-11-14 | 1 | -2/+16 |
* | SERVER-29224 Move apply_ops from catalog to repl | Andrew Morrow | 2017-05-15 | 1 | -0/+45 |