summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_current_op.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+3
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+4
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+4
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-2/+3
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+2
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-5/+5
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-3/+8
* 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