summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-9/+0
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-081-0/+9
* SERVER-50643: fix coverity parse warning in DocumentSourceMockcaiyingshen2020-10-151-1/+1
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-0/+4
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-21/+21
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-1/+15
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-35/+1
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-7/+12
* 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-21/+23
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+3
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-17/+22
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-3/+3
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+6
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-2/+7
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-4/+0
* SERVER-18846: Converts DocumentSourceTests into unit testsJames Cohan2015-07-201-0/+94