summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-21749 Ensure $lookup obeys maxTimeMS limitCharlie Swanson2015-12-111-0/+4
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-4/+4
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-64/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-49/+13
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-13/+49
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-49/+13
* SERVER-19567 make OP_QUERY currentOp entries look like find commandsDavid Storch2015-10-071-65/+91
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-15/+104
* SERVER-19567 Compatibility layer for display of find/getMore commands in curr...Qingyang Chen2015-08-071-1/+13
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-8/+4
* Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c...Kaloian Manassiev2015-06-261-4/+8
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOpAdam Midvidy2015-06-261-8/+4
* SERVER-19106 remove usages of extra in curopMerry Mou2015-06-251-5/+0
* SERVER-18554 log command protocol in OpDebug outputAdam Midvidy2015-06-241-0/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-476/+478
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18515 Finish changing type of OpDebug::ns to std::stringAndy Schwerin2015-06-051-2/+2
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-051-52/+0
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-7/+0
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-16/+16
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-041-0/+4
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-8/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-53/+24
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-5/+1
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-1/+5
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-24/+53
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-53/+24