summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-5/+1
* SERVER-75136 Add pipeline serializer that respects redactionTed Tuckman2023-03-291-4/+7
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-2/+15
* SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes...Davis Haupt2023-03-081-0/+5
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-0/+12
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+6
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-0/+10
* SERVER-61935 Missing Implementation for 'Pipeline::serializeToBSONForDebug'Justin Zhang2022-06-131-5/+0
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-1/+6
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-5/+8
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-0/+19
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+27
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-191-0/+1
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-0/+5
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-1/+1
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-301-7/+7
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-8/+0
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-0/+8
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+9
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-10/+10
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-0/+6
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-1/+3
* SERVER-53486: Allow rewrite to push projections on bucketed fields into $unpa...Hana Pearlman2021-02-101-3/+9
* SERVER-53487: Add utilized fields in an inclusion projection based on depende...Hana Pearlman2021-01-251-2/+15
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-8/+8
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-271-1/+3
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-2/+5
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+2
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-62/+10
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+20
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-0/+7
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-3/+3
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-21/+0
* 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