summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-0/+2
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-161-3/+6
* SERVER-43696 Ensure _prepareConflictStartTime, _prepareConflictDuration and c...Haley Connelly2019-09-301-2/+2
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-15/+20
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+2
* SERVER-42595 Refactor failpoint in curop to fix jstestBen Caimano2019-09-171-21/+0
* SERVER-37756 add logging for the amount of time spent blocked on a prepare co...Haley Connelly2019-09-161-0/+10
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42447 Add backtrace field to waitingforLatchShaileja Jain2019-08-051-4/+9
* SERVER-42363 Add test for backtrace on $currentOpRahul Sundararaman2019-07-311-4/+29
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+8
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-0/+8
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-091-3/+3
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41351 Improve error message when failing to collect storage statsLuke Pearson2019-06-121-4/+4
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-2/+0
* SERVER-40416 Add logging to fts document sourceTed Tuckman2019-05-231-0/+16
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-4/+1
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-121-20/+39
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+3
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-2/+36
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-1/+4
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-4/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39934 Fix locking for slow ops storage statsSulabh Mahajan2019-03-211-6/+22
* SERVER-39361 Synchronise collecting storage engine stats with shutdownSulabh Mahajan2019-02-261-1/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-301-13/+1
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-14/+13
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-0/+9
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-211-17/+33
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-1/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+5
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-5/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-101-0/+2
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-0/+8
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-021-4/+8
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+8
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-1/+1
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-141-0/+28
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-2/+7
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-181-1/+1
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+3
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-0/+10
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-3/+1
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-07-251-0/+18
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-07-091-0/+10
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-07-051-5/+0