summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74684 Return logic to periodically flush the size storerDianna Hohensee2023-03-311-0/+4
* SERVER-73599 Only handle ENOENT error when not able to open a checkpoint cursorYuhong Zhang2023-03-161-1/+1
* SERVER-73599 Skip individually checkpointed indexes during background validationYuhong Zhang2023-03-101-1/+1
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-091-7/+2
* SERVER-74528 Remove tracking of individually checkpointed indexesYuhong Zhang2023-03-061-2/+0
* SERVER-65106 Periodically wake to check if prepared transaction has endedLouis Williams2023-02-241-1/+9
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-3/+4
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-2/+2
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-0/+4
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-2/+2
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-071-40/+2
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-2/+2
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-1/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-3/+3
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-231-7/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* 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