summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-8/+0
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+7
* SERVER-60474 Change error message for $search without search enabledTed Tuckman2022-11-041-1/+33
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-031-18/+17
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-291-17/+18
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-281-18/+17
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-1/+1
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-1/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-5/+0
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-151-1/+3
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-0/+9
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-3/+3
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-301-0/+33
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-37/+2
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-3/+18
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-251-0/+4
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-151-1/+1
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-0/+12
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-12/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-0/+12
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-1/+1
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-0/+8
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+5
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-181-4/+20
* SERVER-44806 Move DocumentSource::getNext() implementation to the headerEric Cox2019-12-091-16/+0
* 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-2/+19
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-129/+3
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2019-06-201-1/+26
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-8/+3
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-48/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-15/+38
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-27/+120
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+10
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-1/+2
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-1/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+1
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-2/+1
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-1/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-1/+1
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-2/+7
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-11/+0
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+1