summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-4/+15
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-7/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-1/+15
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-10/+7
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-291-7/+13
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-8/+47
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+8
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-2/+13
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-3/+4
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+60
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-2/+2
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-19/+35
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-2/+15
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-6/+99
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-2/+34
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-26/+45
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-3/+4
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-7/+22
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-0/+197