summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/transaction_oplog_application.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-141-0/+16
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-1/+1
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-2/+1
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-1/+8
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-1/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-5/+5
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-0/+6
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-0/+7
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-0/+10
* SERVER-39035 Specify durable_timestamp when committing prepared transaction.Suganthi Mani2019-02-261-2/+1
* 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-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-0/+53