summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2020-02-131-9/+12
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-101-0/+1
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-07-141-0/+7
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-021-1/+1
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-211-3/+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-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-9/+0
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-0/+9
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-8/+6
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-3/+2
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-051-0/+14
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+1
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-241-0/+14
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-11-301-3/+5
* SERVER-22606 add warning for using wiredtiger with ext4Sam Rossi2016-09-091-0/+22
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-8/+10
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-10/+8
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-8/+10
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-151-15/+2
* Revert "SERVER-23391 Lower WiredTiger cache size floor"Geert Bosch2016-04-091-8/+5
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-081-5/+8
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-1/+6
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-2/+2
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-191-1/+18
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-2/+6
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-19845 Remove appendUID, add initialize WiredTiger cust hooksAndreas Nilsson2015-08-261-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+61
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-151-0/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-1/+1
* SERVER-16811 Register wiredTiger factory once.Ramon Fernandez2015-01-151-6/+0
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-091-2/+28
* SERVER-16677 added warning message to WiredTiger initialization on detecting ...Benety Goh2015-01-091-0/+4
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-1/+2
* SERVER-16019 parameter name wiredTigerEngineRuntimeConfigMatt Kangas2014-12-151-1/+1
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-3/+4
* SERVER-16233 storage engine factories support index options validationBenety Goh2014-12-031-0/+7
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-0/+2
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-1/+4
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-0/+9
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-211-2/+15
* SERVER-16019: Add support to setParameter for WT_CONNECTION::reconfigureMark Benvenuto2014-11-181-0/+2
* Finish changing --wiredTigerDatabaseConfig to --wiredTigerEngineConfigDan Pasette2014-11-081-1/+1
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+68