summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dependencies_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-5/+5
| | | | | | | | | | This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage.
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-2/+3
|
* SERVER-26461 Don't exclude fields when entire document is needed.Charlie Swanson2016-10-141-0/+27
|
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+135