summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-9/+3
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-5/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-0/+9
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-16/+42
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-26/+44
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-161-2/+9
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-23/+15
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-021-0/+3
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-6/+5
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-10/+10
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-4/+3
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-12/+12
* SERVER-16018 Filter out unrelevant wiredTiger fields in server statusGregory Wlodarek2019-05-221-0/+13
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-5/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* 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