summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-54120 Move away from getLog to check if a command is done in our testsMoustafa Maher2021-02-051-0/+12
* SERVER-53849 Move away from getLog in timestamped_reads_wait_for_prepare_oplo...Moustafa Maher2021-01-281-0/+19
* SERVER-53115 check client before dereferencingBilly Donahue2020-12-041-4/+6
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-0/+7
* SERVER-53137 The CurOp constructor should initialize its variables prior to b...Gregory Wlodarek2020-12-011-8/+16
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-0/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-4/+4
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-16/+9
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-11/+20
* SERVER-51031 Report operation resource consumption metrics in the profiler an...Louis Williams2020-10-021-0/+16
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-9/+9
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-7/+0
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-56/+383
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-4/+17
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-0/+7
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-121-2/+2
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-7/+53
* SERVER-41763 Remove comment when truncating queriesMindaugas Malinauskas2020-06-231-3/+5
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-7/+10
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-031-1/+1
* SERVER-48495 fix up the errName filed of the slow query logGabriel Russell2020-06-021-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-2/+2
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-4/+2
* SERVER-47854 Validation reports MB of I/O per second in the currentOp command...Gregory Wlodarek2020-05-011-0/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+13
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+0
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-12/+19
* SERVER-46875 Fix log component of slow query logHenrik Edin2020-03-191-1/+1
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-0/+4
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-4/+15
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-0/+3
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-4/+5