summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_parameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74075 Handle new WiredTiger extra diagnostic config parameterClarisse Cheah2023-02-241-0/+26
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-10/+14
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64170 Refactor static variables into decorationsJordi Olivares Provencio2022-03-161-1/+0
* SERVER-63822 Change TicketHolder implementation to use a FIFO queueing systemJordi Olivares Provencio2022-03-041-0/+1
* SERVER-59813 Simplify ServerParameter construction and add formal readonly pa...Sara Golemon2021-12-301-9/+0
* SERVER-59723 Export via getParameter command line settings required f…Matthew Russotto2021-09-081-0/+20
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-4/+9
* SERVER-46291 remove server option and parameter for setting wiredtiger histor...Benety Goh2020-05-071-61/+0
* SERVER-46291 update internal references to cache overflow/history file server...Benety Goh2020-05-051-10/+10
* SERVER-46291 wiredTigerMaxCacheOverflowFileSizeGB server parameter updates hi...Benety Goh2020-05-051-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47207 move parser from logger to db/commandBilly Donahue2020-04-131-1/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+61
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-5/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38950 Convert WiredTiger ServerParameters to IDLSara Golemon2019-01-231-27/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-19483: Have getParameter on wiredTigerEngineRuntimeConfig return the l...Daniel Gottlieb2017-10-021-1/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24808 Use const ref for MsgAssertionExceptionAndreas Nilsson2016-06-271-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-16/+18
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16019 parameter name wiredTigerEngineRuntimeConfigMatt Kangas2014-12-151-6/+6
* SERVER-16019: Add support to setParameter for WT_CONNECTION::reconfigureMark Benvenuto2014-11-181-3/+3
* SERVER-16019: Add support to setParameter for WT_CONNECTION::reconfigureMark Benvenuto2014-11-181-0/+86