summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-4/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-28/+24
* SERVER-73594: Add oplog application benchmarks for prepared transactionsLingzhi Deng2023-04-091-0/+5
* SERVER-67180 Pause startup_recovery_for_restore_needs_rollback.js before expe...Samy Lanka2023-04-071-0/+5
* SERVER-57213 Remove StorageGlobalParams::checkpointDelaySecs and fix changing...Gregory Wlodarek2023-04-071-3/+4
* SERVER-74684 Return logic to periodically flush the size storerDianna Hohensee2023-03-311-0/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-2/+4
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-091-28/+2
* SERVER-74528 Remove tracking of individually checkpointed indexesYuhong Zhang2023-03-061-5/+1
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-1/+1
* SERVER-74075 Handle new WiredTiger extra diagnostic config parameterClarisse Cheah2023-02-241-0/+4
* SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu2023-02-231-1/+1
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+1
* SERVER-74033 Remove force option from ident dropsJordi Olivares Provencio2023-02-201-5/+10
* SERVER-73351 remove WiredTigerKVEngine::_keepDataHistoryBenety Goh2023-01-271-9/+1
* SERVER-73183 Skip storageEngine option sanitization for inMemory modeYu Jin Kang Park2023-01-231-1/+2
* SERVER-73019 Eliminate IndexDescriptor* in WiredTigerIndexGregory Wlodarek2023-01-201-8/+24
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+26
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-3/+4
* SERVER-71905: Shutdown should check the initial data timestamp to determine u...Daniel Gottlieb2022-12-201-1/+1
* SERVER-66098 Remove readOnly from the WTColumnStore constructor: column store...Dianna Hohensee2022-12-071-3/+1
* SERVER-71145 Allow observed `all_durable` to move backwardGregory Noma2022-11-081-41/+11
* SERVER-70838: Choose checkpoint_retention based on the sync delay.Daniel Gottlieb2022-10-271-1/+22
* SERVER-70601 Separate TicketHolder management from TicketHolder logicHaley Connelly2022-10-241-2/+3
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-181-1/+6
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-54/+75
* SERVER-70213 Check for specific error codes in checkpoint exception handlingYuhong Zhang2022-10-111-1/+2
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-2/+2
* SERVER-70213 Handle interruption errors from lock acquisitions when taking ch...Yuhong Zhang2022-10-061-1/+3
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-17/+26
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-2/+3
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-2/+2
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-0/+7
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-1/+1
* SERVER-69615 On shutdown retry size storer flush until successfulSulabh Mahajan2022-09-151-4/+9
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-071-98/+7
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-2/+2
* SERVER-69200 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-68907 Dump WiredTiger information on EBUSY before fatal assertionsGregory Wlodarek2022-09-061-0/+3
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-1/+5
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-251-1/+0
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-2/+6
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-5/+5
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-62/+16