summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-3/+23
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-1/+33
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-07-241-0/+2
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-26/+0
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-0/+26
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-131-0/+5
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-0/+9
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-0/+25
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-151-9/+0
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-151-0/+9
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-101-9/+0
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-071-0/+9
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-261-1/+1
* SERVER-31912 use a private WT_SESSION in waitUntilDurable instead of one from...Eric Milkie2017-11-131-0/+3
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-311-2/+6
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-2/+6
* SERVER-29212: Stage changes for taking stable checkpoints.Daniel Gottlieb2017-08-021-1/+1
* SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-161-1/+0
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-161-2/+9
* SERVER-25500 Close cursors rather than sessions when a drop fails.Michael Cahill2016-08-111-8/+28
* SERVER-21526 use RAII type for WTSessionCache::getSessionKyle Suarez2016-02-101-13/+39
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+8
* SERVER-21078: Avoid unsafe sessionCache usage in waitUntilDurableGeert Bosch2015-11-201-2/+4
* Revert "SERVER-21078 - Fix race conditions by using the session cache more wi...Geert Bosch2015-11-201-6/+0
* SERVER-21078 - Fix race conditions by using the session cache more within the...David Hows2015-11-191-0/+6
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-0/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-1/+10
* SERVER-20091: use mutex to protect WT session cacheMartin Bligh2015-08-251-1/+1
* SERVER-19189: Rename CursorId -> TableIdMartin Bligh2015-07-091-3/+3
* SERVER-16395: Remove shared_mutex and use atomics for protectionGeert Bosch2015-07-091-5/+28
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-071-9/+3
* SERVER-19189: Use vector instead of list for WT session cacheMartin Bligh2015-07-021-1/+1
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-301-2/+2
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-1/+10
* SERVER-17386 WiredTiger session cache improvementsMichael Cahill2015-06-291-34/+31
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-81/+86
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+1
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-0/+2
* use insert for update in WiredTigerRecordStoreEliot Horowitz2015-01-091-1/+3
* SERVER-16428 Partition the WT session cacheKaloian Manassiev2014-12-171-9/+41
* Revert "SERVER-16119: faster WT shutdown race avoidance"Kaloian Manassiev2014-12-021-1/+5
* SERVER-16119: faster WT shutdown race avoidanceEliot Horowitz2014-11-271-5/+1
* SERVER-16119 Do not cleanup cached sessions under the session lockKaloian Manassiev2014-11-141-4/+14
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-0/+3
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+108