summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-291-1/+2
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-1/+4
* SERVER-68803 Add whether SBE is in use to currentOp outputAlyssa Wagenmaker2022-11-141-0/+15
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+7
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-12/+42
* SERVER-70941 system TickSource via std::chrono::steady_clockBilly Donahue2022-10-311-1/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-2/+17
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-7/+20
* SERVER-70137 Feature flag admission priority in curOpJordi Olivares Provencio2022-10-171-2/+7
* Revert "SERVER-70137 Feature flag the currentOp change"auto-revert-processor2022-10-141-9/+2
* SERVER-70137 Feature flag the currentOp changeJordi Olivares Provencio2022-10-131-2/+9
* SERVER-70137 Add OpCtx priority for ticket acquisition in CurOpJordi Olivares Provencio2022-10-131-0/+4
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-2/+2
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-2/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-2/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-0/+3
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-6/+1
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-20/+8
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-4/+10
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+6
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-261-0/+8
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-3/+1
* SERVER-67252 Track time spent waiting for refresh on the shardsAllison Easton2022-07-051-0/+8
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-5/+1
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+6
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-0/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-20/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60839 Add TemporarilyUnavailable errorJosef Ahmad2022-02-151-1/+21
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-0/+14
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-1/+1
* SERVER-59714 Add batch number to task executor cursorTed Tuckman2021-10-121-0/+1
* SERVER-58848 Using UserAcquisitionStats in place of UserCacheAcquisitionStats...aldo-aguilar2021-08-201-12/+32
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-75/+0
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-167/+0
* SERVER-53859 Add queryHash to the mongos slow query logsMickey. J Winters2021-07-071-3/+6
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-4/+4
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-9/+4
* SERVER-50286 Indicate in logs whether an operation involves a viewIrina Yatsenko2021-05-121-0/+61
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-05-071-0/+5
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-301-0/+34
* Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $current...Katherine Wu2021-03-291-5/+0
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-03-121-0/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-3/+3
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-3/+3