summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-15/+11
* SERVER-30318 Remove workaround for multiple instances of OperationContextSess...Randolph Tan2017-07-311-4/+2
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-2/+4
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+17
* Revert "SERVER-28918 Make CRUD paths retryable"Jack Mulrow2017-07-241-17/+0
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+17
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-0/+182