summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-7/+55
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-0/+3
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-131-0/+18
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-0/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-1/+1
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-1/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-1/+1
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+19
* SERVER-33501 Aborted transaction number cannot be reused.Siyuan Zhou2018-04-041-1/+1
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-14/+22
* SERVER-33879 config.transactions is not updated during startup replication re...Randolph Tan2018-04-041-0/+10
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-301-1/+6
* Revert "SERVER-34011 Concurrency between transaction and other threads that c...Esha Maharishi2018-03-291-6/+1
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-281-1/+6
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-6/+0
* SERVER-33432 Abort existing transaction when a new transaction is started on ...Siyuan Zhou2018-03-271-0/+12
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-0/+21
* SERVER-33217 Add abortTransaction command.Siyuan Zhou2018-03-221-3/+11
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-3/+17
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-7/+9
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-0/+8
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-10/+7
* SERVER-33531 Read concern should be stashed with transaction resourcesTess Avitabile2018-03-071-10/+25
* SERVER-33622 Make sure txnState is initialized in SessionMatthew Russotto2018-03-021-1/+1
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-1/+42
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-0/+1
* Fix lintWilliam Schultz2018-02-211-4/+2
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-2/+35
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+28
* SERVER-32880 create onMigrateBeginOnPrimary helperPavithra Vetriselvan2018-02-141-0/+7
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-301-0/+18
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-301-4/+13
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-2/+4
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-4/+2
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-2/+4
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-0/+6
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-231-1/+3
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-10/+10
* SERVER-30325 Add cache of committed statement idsKaloian Manassiev2017-09-151-2/+17
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-44/+83
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-1/+1
* Revert "SERVER-30936 Ensure operation session info is initialized only once"Kaloian Manassiev2017-09-061-1/+1
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-1/+1
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-2/+18
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-1/+13
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+6
* Revert "SERVER-28918 Make CRUD paths retryable"Jack Mulrow2017-07-241-6/+0
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+6
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-0/+97