summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_group_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-8/+12
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-12/+8
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-8/+12
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-12/+8
* SERVER-43796 Fix unittests and compileJacob Evans2019-10-151-18/+29
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-14/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+18
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-6/+6
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-24/+27
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-031-1/+14
* Revert "SERVER-40526 Make agg Expressions walkable"Jacob Evans2019-05-021-14/+1
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-011-1/+14
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-310/+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-7/+6
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-6/+7
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-7/+6
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+38
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-4/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-22/+21
* 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-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-1/+1
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-3/+4
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-1/+1
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-13/+13
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+2
* SERVER-25980 Merge parallel vectors into one.ryankall2017-05-031-8/+8
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-10/+7
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-13/+13
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-9/+9
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+130
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-11/+13
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+1048