summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-6/+8
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-0/+9
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-16/+183
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-8/+8
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+2
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-46/+39
* SERVER-23473 Add collation parameter to aggregateTess Avitabile2016-05-231-1/+31
* SERVER-23725 fix $graphLookup unit tests in pipeline_testDavid Storch2016-05-041-8/+30
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-041-0/+55
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-301-55/+0
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-291-0/+55
* SERVER-23922 Lookup correctly serializes an internalized match.Benjamin Murphy2016-04-291-2/+78
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-0/+199
* SERVER-23469 Match on unwind's indexPath is no longer optimized.Benjamin Murphy2016-04-041-0/+13
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+90
* SERVER-18678 geoNear with query option on sharded collection now uses query t...Benjamin Murphy2016-02-241-1/+28
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-2/+39
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-301-0/+153
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-111-8/+8
* SERVER-19095 Prep for $lookUp, add checks for auth and sharded collection(s)James Cohan2015-08-071-2/+53
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-0/+437