summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_current_op.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-311-3/+8
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+1
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-4/+0
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-3/+8
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-2/+3
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-4/+9
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-0/+10
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-9/+29
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+2
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-5/+5
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-4/+7
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-1/+8
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-8/+1
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-1/+8
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-0/+30
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-3/+8
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+73