summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_current_op.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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 ↵Nick Zolnierz2018-03-291-1/+3
| | | | for a replica set only
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS ↵Bernard Gorman2018-03-151-14/+45
| | | | operations
* 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
| | | | This reverts commit babab967892f81f3107903cb41672503de791998.
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-0/+4
| | | | This reverts commit 2431e1356823d898ef8af16997d6f63b65b385a5.
* 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
| | | | Add the checks to few missing places.
* 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 ↵Bernard Gorman2017-06-231-2/+4
| | | | name when run on a cluster
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+178