summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-15/+18
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-9/+25
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-0/+155
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-0/+2
* SERVER-36881 Push merge-pipeline $limit stage to shards.Justin Seyster2018-11-091-0/+111
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-0/+35
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-1/+1
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+210
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-18/+22
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-1/+2
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-261-1/+2
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+1
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-2/+2
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-2/+2
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-10/+10
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-16/+10
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-9/+9
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-11/+0
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-191-44/+44
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-14/+72
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-6/+0
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+2
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-10/+238
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-171-2/+2
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-2/+2
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-301-66/+269
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-5/+5
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-101-24/+8
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+3
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-3/+159
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-2/+7
* SERVER-30987: Enable and test $jsonSchema in the aggregation $match stageNick Zolnierz2017-09-261-8/+356
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-261-0/+20
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-4/+2
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-151-2/+2
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-1/+2
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-2/+2
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-16/+16
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+14
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+13
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-3/+55
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-4/+34
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-34/+4