summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24063 Add collation to logs, profile and currentOp.David Hatch2016-07-201-0/+15
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-3/+1
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-1/+3
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-3/+1
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+17
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-121/+0
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-7/+9
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-43/+46
* SERVER-23272 Remove idhack metricJames Wahlin2016-04-271-3/+0
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-1/+7
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-7/+0
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+25
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-25/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+25
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+10
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-1/+2
* SERVER-17862 Log keyUpdates & writeConflicts only when meaningfulJames Wahlin2016-03-181-2/+9
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+4
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+19