summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-52/+103
* SERVER-33870 make numYields of parent CurOps reflect child yieldssamontea2018-06-211-0/+2
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-9/+1
* SERVER-34692 Move txnNumber to subdocument in currentOpXiangyu Yao2018-05-161-3/+4
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34003 redact payload of unknown commands from logsBilly Donahue2018-05-041-2/+6
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-2/+6
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+2
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-0/+8
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-4/+41
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-41/+68
* SERVER-33154 Legacy queries with predicate {query: "foo"} are upconverted inc...David Bartley2018-03-151-4/+4
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-10/+18
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-6/+6
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-52/+25
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-2/+2
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-45/+18
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+3
* SERVER-28690 raise currentOp limit to 1000 bytesMathias Stearn2017-04-121-1/+1
* SERVER-27439 Large queries can omit comment in currentOpBernard Gorman2017-03-221-13/+54
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+4
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-15/+12
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-2/+2
* SERVER-26325: Show redacted slow operation report when redaction enabledSpencer Jackson2016-10-071-8/+9
* SERVER-25759 Quote appname in slow log outputMark Benvenuto2016-09-161-1/+2
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-24613 Add Client Metadata Documents' AppName to slow operation logsMark Benvenuto2016-08-041-1/+13