summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-14/+0
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-1/+0
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-7/+5
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-42/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1