summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+3
* SERVER-31845 Bypass query subsystem to improve config.transactions update per...Randolph Tan2017-11-291-26/+73
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+1
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-301-30/+59
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-301-61/+74
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-6/+17
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-23/+15
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-15/+23
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-2/+34
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-231-0/+5
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-37/+41
* SERVER-31233 Always advance the last written session record cache after a writeKaloian Manassiev2017-09-251-11/+12
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-201-1/+1
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* SERVER-30325 Add cache of committed statement idsKaloian Manassiev2017-09-151-47/+122
* SERVER-30895 Implement infrastructure for retrieving session states from the ...Randolph Tan2017-09-151-3/+13
* SERVER-29606 Introduce 'onPrimaryTransactionalWrite' failpointKaloian Manassiev2017-09-141-0/+30
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-129/+209
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-10/+10
* Revert "SERVER-30936 Ensure operation session info is initialized only once"Kaloian Manassiev2017-09-061-10/+10
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-10/+10
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-25/+59