summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-5/+8
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-8/+5
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-5/+8
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of op...Dianna Hohensee2020-08-291-1/+2
* SERVER-43113 Check if a cached cursor exists before constructing configuratio...Yuhong Zhang2020-06-251-6/+8
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-1/+3
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-1/+2
* SERVER-46334 Eliminate the mutex held across JournalListener calls.Dianna Hohensee2020-02-251-2/+8
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+39
* SERVER-43701 Fix race condition between endBackup and cleanShutdownXiangyu Yao2019-10-041-0/+6
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-2/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+6
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+2
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-9/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39911 Migrate wiredtier_session_cache set parameter to IDLSara Golemon2019-03-021-1/+1
* SERVER-39084 Fix race condition in PrepareConflictRetryXiangyu Yao2019-02-191-2/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* 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