summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_transactions_metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-0/+17
* SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from serverStatus.tran...Lingzhi Deng2019-04-091-12/+2
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-40/+0
* SERVER-39989 Remove oldestActiveOplogEntryOpTime from serverStatus.transactionsVesselina Ratcheva2019-04-021-6/+0
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-106/+13
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-6/+7
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-5/+6
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+7
* SERVER-35713 Add oldestOpenReadTimestamp to serverStatus outputJason Chan2018-11-301-2/+12
* SERVER-38108 ServerTransactionMetrics should synchronizePavi Vetriselvan2018-11-291-3/+13
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-061-0/+13
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-1/+40
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-20/+100
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-0/+30
* SERVER-35293 Add counts of active and inactive transactions to serverStatusNathan Louie2018-07-061-0/+2
* SERVER-35294 Add total number of open transactions to serverStatusNathan Louie2018-07-051-0/+1
* SERVER-35295 Add total number of committed and aborted transactions to server...Nathan Louie2018-07-021-0/+2
* added to classNathan Louie2018-06-251-0/+24
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-06-251-1/+1
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-06-181-0/+12
* SERVER-35147 Track total number of committed and aborted transactions inNathan Louie2018-06-151-0/+16
* SERVER-35146 Track total number of started transactionsNathan Louie2018-06-141-0/+8
* SERVER-35129 Create a ServerTransactionsMetrics class and store it as a decor...Nathan Louie2018-06-081-0/+83