summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-48/+146
* SERVER-33580 Restrict multi-statement transactions to replica set primariesWilliam Schultz2018-04-141-0/+11
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-131-13/+0
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-0/+13
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-131-4/+50
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-131-0/+9
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-10/+11
* SERVER-33433 Rebuild in-memory Session state for committed transactions from ...Siyuan Zhou2018-04-121-0/+10
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-3/+8
* SERVER-33240 only allow transactions on FCV 4.0Pavi Vetriselvan2018-04-111-0/+15
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-8/+3
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-3/+8
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+28
* SERVER-33501 Aborted transaction number cannot be reused.Siyuan Zhou2018-04-041-19/+16
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-21/+81
* SERVER-33879 config.transactions is not updated during startup replication re...Randolph Tan2018-04-041-46/+39
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-301-33/+47
* SERVER-33211 Support multi-removes in transactions.Matthew Russotto2018-03-291-0/+3
* Revert "SERVER-34011 Concurrency between transaction and other threads that c...Esha Maharishi2018-03-291-47/+33
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-281-33/+47
* SERVER-32323 Update transaction table appropriately when a transaction commits.Matthew Russotto2018-03-281-11/+0
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-7/+0
* SERVER-33432 Abort existing transaction when a new transaction is started on ...Siyuan Zhou2018-03-271-14/+7
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-24/+67
* SERVER-33217 Add abortTransaction command.Siyuan Zhou2018-03-221-17/+24
* SERVER-33922 Remove nestingLevel from SessionCatalog, check for DBDirectClien...Spencer T Brody2018-03-201-0/+17
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-151-0/+4
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-31/+52
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-8/+34
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-7/+12
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-1/+17
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-21/+68
* SERVER-33531 Read concern should be stashed with transaction resourcesTess Avitabile2018-03-071-29/+47
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+2
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-1/+1
* SERVER-33216 Implement commitTransaction command.Siyuan Zhou2018-03-051-2/+3
* SERVER-33485 Lock the client when swapping an OperationContext's lock stateTess Avitabile2018-03-051-0/+18
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-0/+54
* SERVER-33215 Remove unused references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-281-54/+47
* Revert "SERVER-33215 Remove references to opCtx in onCommit callbacks."Jack Mulrow2018-02-271-47/+54
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-5/+8
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-12/+2
* SERVER-33215 Remove references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-261-54/+47
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-261-0/+2
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-6/+13
* Fix lintWilliam Schultz2018-02-211-1/+1
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-14/+51
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+68
* SERVER-32880 create onMigrateBeginOnPrimary helperPavithra Vetriselvan2018-02-141-0/+23
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-2/+1