summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add parameter and validatorWT-10598-server-param-changesClarisse Cheah2023-02-151-0/+4
* 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
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-051-14/+2
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-0/+25
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-7/+11
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-0/+11
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-2/+5
* SERVER-65102 Add WT column storeIan Boros2022-04-301-2/+2
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+9
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-43/+15
* SERVER-65189 Run `DurableCatalogTest` with `wiredTiger`Gregory Noma2022-04-211-0/+19
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-3/+2
* SERVER-65001 Remove support for the old WiredTiger timestamp query APIGregory Wlodarek2022-04-201-23/+11
* SERVER-65001 Update timestamp query API calls for WiredTiger changeGregory Wlodarek2022-04-151-8/+18
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-111-7/+2