summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-31/+3
* SERVER-75670 Avoid marking excluded fields in projection as 'generated' durin...Ben Shteinfeld2023-04-051-1/+13
* SERVER-75136 Add pipeline serializer that respects redactionTed Tuckman2023-03-291-1/+29
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-271-1/+15
* SERVER-74716 Require splitEvent stage for splitEvent tokenRomans Kasperovics2023-03-241-0/+15
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-0/+35
* SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes...Davis Haupt2023-03-081-2/+16
* SERVER-71828 Add $changeStreamSplitLargeEvent stageRomans Kasperovics2023-03-011-7/+11
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-2/+26
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-101-13/+21
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+6
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-2/+3
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-3/+2
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-2/+3
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-0/+18
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-3/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-7/+9
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-6/+32
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-0/+7
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-4/+5
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-191-2/+5
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-0/+3
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-11/+7
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-12/+0
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-0/+12
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+12
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-4/+15
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-0/+29
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-1/+1
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-53486: Allow rewrite to push projections on bucketed fields into $unpa...Hana Pearlman2021-02-101-18/+18
* SERVER-53487: Add utilized fields in an inclusion projection based on depende...Hana Pearlman2021-01-251-5/+16
* SERVER-48380 Expose total data size in bytes processed by $sort and $group in...Rishab Joshi2020-12-141-2/+2
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-101-20/+11
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+7
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-19/+6
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-121-4/+5
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+2
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-1/+1
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-9/+14
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+18
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-124/+86
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+17
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2019-12-201-1/+2
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-5/+0
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-2/+0
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-2/+26
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-4/+4