summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.h
Commit message (Expand)AuthorAgeFilesLines
* 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