summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_size_storer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-5/+7
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2021-11-161-2/+17
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-051-29/+30
* SERVER-59025 Increase storage log verbosity in `oplog_slow_sampling_logging.js`Gregory Noma2021-08-061-17/+14
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+21
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-4/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-34713 Change WT size storer to just buffer writes, not cacheGeert Bosch2018-06-091-149/+86
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-1/+2
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-4/+2
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-9/+3
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-8/+17
* SERVER-26646: Add structure that allows multiple WT extensions to be declared.Daniel Gottlieb2016-11-101-2/+2
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-071-2/+2
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-071-2/+2
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-157/+153
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-10/+10
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-151-2/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-10/+10
* SERVER-17271 WiredTiger SizeStorer now uses a single WT_CURSOR for its lifetimeMathias Stearn2015-02-121-38/+62
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16111 display creation details for collections and indexesEric Milkie2014-12-231-2/+2
* fix ambiguous variable namingEric Milkie2014-11-121-8/+8
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+212