summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75137 Remove unimplemented tasserts from serialization functions with ...Davis Haupt2023-03-231-3/+0
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-6/+4
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-1/+12
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-081-0/+2
* 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/+2
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-10/+12
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-0/+8
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+6
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-37/+22
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-6/+14
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-4/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+7
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+6
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+8
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-8/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+8
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-2/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+3
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+97