summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Jacob Evans2019-08-091-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-1/+0
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-8/+22
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-6/+29
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-5/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39676 Replace DBDirectClient in TransactionHistoryIteratorJustin Seyster2019-04-031-16/+56
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-091-1/+4
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-1/+0
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-10/+8
* SERVER-30318 Remove workaround for multiple instances of OperationContextSess...Randolph Tan2017-07-311-4/+1
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+2
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-2/+2
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-0/+79