summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Tess Avitabile2017-11-071-1/+0
| | | | scan bounds
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ↵Randolph Tan2017-10-041-10/+8
| | | | entries
* SERVER-30318 Remove workaround for multiple instances of ↵Randolph Tan2017-07-311-4/+1
| | | | OperationContextSession per OperationContext
* 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