summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-11/+3
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-171-0/+8
* SERVER-37483: Ensure correct table logging configuration on startup.Daniel Gottlieb2018-11-151-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35627 Repair should recreate missing collection data files with the ex...Louis Williams2018-06-281-0/+5
* SERVER-35625 Remove 3.6-specific WiredTiger file handlingMaria van Keulen2018-06-181-4/+0
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-141-10/+31
* Revert "SERVER-35271: Suppress WT compatibility error messages on startup."Daniel Gottlieb2018-06-141-29/+10
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-141-10/+29
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-0/+20
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-3/+0
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+3
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-0/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-151-5/+5
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-151-1/+1
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-151-0/+7
* SERVER-17335 Fix lint.Max Hirschhorn2015-07-131-1/+1
* SERVER-17335 Add validation for WT index and collection options.Max Hirschhorn2015-07-131-0/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-208/+214
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-2/+20
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-16111 display creation details for collections and indexesEric Milkie2014-12-231-1/+11
* SERVER-16367 Add versioning info to collectionsEric Milkie2014-12-231-0/+28
* SERVER-16353 cleaned up storage and ident size functions to query individual ...Benety Goh2014-12-051-1/+88
* add fassertNoTrace and clean up wiredtiger assert pathEliot Horowitz2014-11-261-22/+3
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-211-6/+7
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-2/+2
* SERVER-16080 improve startup handling on invalid wiredtiger config optionsBenety Goh2014-11-131-0/+4
* SERVER-15645: allow writes to oplog in IX by managing reads to block on oldes...Eliot Horowitz2014-11-101-4/+7
* SERVER-16023: abort mongod on WT_PANICEliot Horowitz2014-11-101-0/+2
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+139