summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2019-01-111-1/+1
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-12-211-7/+15
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-36979 Aborting a transaction must abort WUOW before releasing locks.Matthew Russotto2018-10-191-1/+1
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-041-14/+18
* SERVER-35763 lastWriteDate field can get out of sync between repl set nodes d...Randolph Tan2018-10-041-9/+2
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-251-2/+6
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-051-1/+5
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-241-2/+4
* SERVER-36685 Reverse order of Session and Client locksMatthew Russotto2018-08-231-23/+14
* SERVER-36685 Make transaction statistics accessible without Session mutexMatthew Russotto2018-08-231-98/+97
* SERVER-36331 Kill running op when a transaction expiresSpencer T Brody2018-08-221-7/+31
* SERVER-35433 Log slow transactions when aborting under commitsjinichu2018-08-161-0/+6
* SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-161-0/+3
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-161-2/+9
* SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-161-1/+2
* SERVER-36414 Add readConcern to slow transaction loggingjinichu2018-08-161-7/+12
* SERVER-35433 Log slow transactions when they finishNathan Louie2018-08-161-15/+44
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-08-161-0/+48
* SERVER-35151 Track total number of active/inactive transactions in ServerTran...Nathan Louie2018-08-161-0/+17
* SERVER-35742 Update ServerTransactionsMetrics for failed commitsNathan Louie2018-08-161-0/+2
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-08-161-0/+3
* SERVER-35147 Track total number of committed and aborted transactions in Serv...Nathan Louie2018-08-161-0/+2
* SERVER-35146 Track total number of started transactionsNathan Louie2018-08-161-0/+2
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-08-071-4/+9
* SERVER-35168 Added ClientInfo to Session to track info about the last client ...jinichu2018-08-071-0/+15
* SERVER-35457 Add expiryTime to CurrentOp's transaction sub-documentjinichu2018-08-071-0/+4
* SERVER-35174 Added readConcern and readTimestamp to CurOp's transaction sub-d...jinichu2018-08-071-4/+10
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's tra...jinichu2018-08-071-2/+10
* SERVER-35302 Added startWallClockTime to CurrentOp's transaction sub-documentjinichu2018-08-071-3/+6
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-08-071-0/+18
* SERVER-35305 Added timeOpenMicros to CurrentOp's transaction sub-documentjinichu2018-08-071-0/+2
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-08-071-2/+27
* SERVER-35308 Added timeActiveMicros field to SingleTransactionStats to measur...jinichu2018-08-061-7/+30
* SERVER-35300 Added startTime field to TxnStats to store the start time of a t...jinichu2018-08-061-1/+16
* SERVER-35492 Renamed TxnStats class to SingleTransactionStatsjinichu2018-08-061-0/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-08-031-3/+3
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-07-101-57/+22
* SERVER-35604 acquire Global IX lock before preallocating a multi-document tra...Eric Milkie2018-06-151-35/+40
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-131-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-2/+2
* SERVER-35415 Increase default transaction lock acquisition timeout to 5 milli...Xiangyu Yao2018-06-081-5/+3
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-140/+45
* SERVER-33327 Don't update lastWriteDate field in Session::onMigrateCompletedO...Blake Oler2018-05-311-2/+20
* SERVER-35257 Forbid count command in transactionsJudah Schvimer2018-05-291-1/+5
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-181-0/+7
* SERVER-34778 Add support for dbHash command inside multi-stmt txn.Max Hirschhorn2018-05-171-1/+7
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-161-0/+1
* SERVER-34692 Move txnNumber to subdocument in currentOpXiangyu Yao2018-05-161-1/+2