summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_list_sessions.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-1/+3
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-0/+10
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-10/+0
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-0/+10
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-10/+0
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-0/+10
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-2/+3
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-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-37200 Communicate optimized $listSessions correctly from mongos to mongodJacob Evans2018-11-191-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-5/+5
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-1/+1
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-1/+1
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-1/+1
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-231-0/+108