summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/do_txn.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-10/+2
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-091-1/+1
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-5/+6
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-1/+1
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-9/+0
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-6/+2
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-231-1/+1
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-23/+16
* SERVER-33216 Fix doTxn with write concern and auth.Siyuan Zhou2018-03-061-0/+5
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-62/+12
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-161-6/+0
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-011-4/+16
* SERVER-32318 Fine grained locking in doTxnSiyuan Zhou2018-01-291-23/+39
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-190/+60
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+498