summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_current_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-311-41/+57
* Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto"auto-revert-processor2023-03-311-57/+41
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-301-41/+57
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+5
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-1/+2
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+3
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-5/+21
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-6/+22
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-6/+31
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-1/+3
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-14/+45
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-3/+3
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-3/+3
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-3/+3
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-2/+2
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-4/+0
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-0/+4
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-4/+0
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-281-0/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-1/+32
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-7/+20
* SERVER-29546 Add hostname to standard currentOp output, and include shard nam...Bernard Gorman2017-06-231-2/+4
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+178