summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+1
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-1/+1
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-0/+4
* Revert "SERVER-40312 Create a generic tree for pipeline metatdata"Jacob Evans2019-04-051-4/+0
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-041-0/+4
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-0/+5
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+22
* SERVER-33323 Refactor cluster_aggregate logicCharlie Swanson2018-08-201-17/+2
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-12/+6
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+5
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+10
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-14/+0
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-12/+26
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-26/+12
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-12/+26
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-8/+16
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-49/+52
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-141-0/+5
* SERVER-31763 $changeStream on sharded collections must always split on mongoS...Bernard Gorman2017-11-091-1/+6
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-9/+28
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+8
* SERVER-30987: Enable and test $jsonSchema in the aggregation $match stageNick Zolnierz2017-09-261-0/+9
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+3
* SERVER-30166 Support pipelines running on mongos onlySara Golemon2017-09-151-0/+6
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-0/+6
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-011-3/+3
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-8/+8
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-0/+5
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-0/+32
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-171-4/+56
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-3/+4
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-20/+77
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+4
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-7/+0
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-7/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-0/+4
* SERVER-25736 deleted Pipeline::Optimizations::LocalMaria van Keulen2016-09-081-5/+3
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-5/+4
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-9/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-9/+6
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-6/+4
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-1/+15
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-52/+34
* SERVER-24622 Every DocumentSource should implement detach/reattachToOpCtxCharlie Swanson2016-06-171-5/+0