summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_server_status.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2020-06-011-1/+9
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-151-0/+6
* SERVER-16018 Filter out unrelevant wiredTiger fields in server statusGregory Wlodarek2019-05-221-1/+5
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-1/+2
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-1/+1
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-08-301-0/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-011-1/+1
* SERVER-20877 - fix linting errorsDavid Hows2015-11-191-3/+3
* SERVER-20877 - Allow getSession to specify if a WiredTiger txn is neededDavid Hows2015-11-191-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-33/+28
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+0
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+3
* SERVER-16865: created checked_cast and use in hot spotsEliot Horowitz2015-01-181-1/+2
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-4/+6
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-211-1/+2
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+81