summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-4/+4
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-81/+1
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-171-0/+80
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-6/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37484: Only change table logging settings if they are not in the expec...Daniel Gottlieb2018-11-151-11/+27
* SERVER-37483: Ensure correct table logging configuration on startup.Daniel Gottlieb2018-11-151-0/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+5
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-181-1/+12
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-141-12/+1
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-141-1/+12
* SERVER-35627 Repair should recreate missing collection data files with the ex...Louis Williams2018-06-281-26/+24
* SERVER-35625 Remove 3.6-specific WiredTiger file handlingMaria van Keulen2018-06-181-37/+0
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-141-2/+45
* Revert "SERVER-35271: Suppress WT compatibility error messages on startup."Daniel Gottlieb2018-06-141-39/+2
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-141-2/+39
* SERVER-34748 Added error code check to wtRCToStatus; provides friendlier retu...Ben Judd2018-06-071-0/+3
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-0/+34
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-33348 Remove checkpoint timestamp collectionVesselina Ratcheva2018-04-181-3/+3
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-111-2/+7
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-30/+48
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+14
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-151-7/+2
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-151-2/+7
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-101-6/+2
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-071-2/+6
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+0
* SERVER-32259 Update wiredtiger_util.cppChibuikem Amaechi2018-01-231-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+1
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-2/+2
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-081-2/+2
* Revert "SERVER-30295: Connect FCV to WiredTiger compatibility version."Daniel Gottlieb2017-08-081-2/+2
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-081-2/+2
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-0/+54
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-161-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-09-221-0/+5
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-3/+3
* SERVER-25500 Close cursors rather than sessions when a drop fails.Michael Cahill2016-08-111-1/+1
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-1/+2
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-151-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+20
* SERVER-23960 Add error message for index downgrade from 3.4 to 3.2Vincent Do2016-05-271-1/+1
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-151-1/+7
* SERVER-23658 Lower default wiredTigerCacheSizeGB to 50% of available memoryDan Pasette2016-04-151-2/+2
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-151-0/+15
* SERVER-22599 uassert on cache full errorGeert Bosch2016-04-041-0/+2