summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_limit_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75134 Enable redaction in $limit, $internalComputeGeoNearDistance, $sa...Ted Tuckman2023-03-311-0/+11
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+18
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-4/+5
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-9/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-0/+17
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+22
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+103