summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-311-7/+9
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-03-281-1/+7
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-15/+18
* SERVER-60006 Update comment and error thrown when WT cursor open failsIan Boros2021-09-281-19/+21
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-4/+7
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-7/+4
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-4/+7
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-071-1/+9
* SERVER-43113 Check if a cached cursor exists before constructing configuratio...Yuhong Zhang2020-06-251-8/+2
* SERVER-48144 stop acquiring waitUntilDurable's barrier mutex before taking lo...Dianna Hohensee2020-05-201-23/+27
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-8/+9
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-5/+1
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-4/+0
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-3/+3
* SERVER-46334 Eliminate the mutex held across JournalListener calls.Dianna Hohensee2020-02-251-13/+32
* SERVER-46297 make all primary durable timestamp updates go through the journa...Dianna Hohensee2020-02-221-0/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+8
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-14/+36
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-2/+6
* SERVER-43701 Fix race condition between endBackup and cleanShutdownXiangyu Yao2019-10-041-0/+4
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+13
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-161-2/+10
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+5
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-6/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-10/+10
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-9/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39911 Migrate wiredtier_session_cache set parameter to IDLSara Golemon2019-03-021-35/+4
* SERVER-39084 Fix race condition in PrepareConflictRetryXiangyu Yao2019-02-191-12/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39047 Initialize _lastCommitOrAbortCounter in constructorsDivjot Arora2019-02-131-2/+7
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-6/+46
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* 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-15/+42
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-181-1/+1
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-141-1/+1
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-141-1/+1
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-3/+8
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-07-241-2/+10
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-46/+0
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-0/+46
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-131-25/+44
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-1/+6
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-8/+2