summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+1
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-1/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-1/+1
* SERVER-62605 Update function nameGregory Wlodarek2022-03-241-1/+1
* SERVER-62605 Open WiredTiger using 'backup_restore_target' to allow partial r...Gregory Wlodarek2022-03-241-0/+15
* SERVER-64026 Update WT operations that require exclusive access to a dhandleJordi Olivares Provencio2022-03-161-3/+4
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-27/+29
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-1/+3
* SERVER-61744 Integrate WiredTiger's verbose messaging system with LOGV2Etienne Petrel2022-01-121-0/+6
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-171-0/+4
* SERVER-60986 add support for context expression to wtRCToStatus()Benety Goh2021-10-281-1/+9
* SERVER-53599 Log collection name on invariantBynn Lee2021-02-261-1/+16
* SERVER-51147 Generate the WT_SESSION::create() import stringGregory Wlodarek2020-10-121-0/+9
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+6
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+16
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-5/+2
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-5/+9
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-3/+9
* SERVER-41999 Remove wt_keeptxnopen()Evgeni Dobranov2019-09-051-4/+0
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-021-0/+1
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-46/+0
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-4/+4
* SERVER-16018 Filter out unrelevant wiredTiger fields in server statusGregory Wlodarek2019-05-221-1/+7
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* 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