summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stage_constraints.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-1/+9
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+4
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-4/+4
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-5/+5
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-7/+13
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-41/+48
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+17
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-2/+2
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+24
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-3/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-0/+289