summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-1/+1
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-5/+8
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-271-0/+89
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-1/+1
* SERVER-73914 Implement renames for kArrayMatching match expressionsYoonsoo Kim2023-02-241-33/+239
* SERVER-73535 Add support for $jsonSchema scalar fields in splitMatchExpressio...Yoonsoo Kim2023-02-101-15/+15
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-26/+45
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69069 Added 'doOptimizeAt' method for $_internalAllCollectionStatsJordi Serra Torrens2022-09-151-2/+69
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-08-181-0/+44
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-261-27/+5
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-251-5/+27
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-5/+5
* SERVER-61702 Implement stage rewrite optimizations for $graphLookupHenri Nikku2022-07-051-0/+91
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-5/+5
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-1/+1
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-4/+5
* SERVER-52254 Enable feature flag for Improved change stream event visibility ...Arun Banala2022-04-121-4/+0
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-1/+7
* SERVER-64410 Add ability to defer merge sort in pipelineTed Tuckman2022-03-261-0/+134
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-2/+2
* SERVER-63391 Add a $match to filter out newly added events when 'showExpanded...Arun Banala2022-02-091-8/+29
* SERVER-27598 Added logic to allow limit to duplicate and swap before unwind. ...Matt Boros2021-10-271-0/+207
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-2/+2
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-1/+1
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-1/+1
* SERVER-58314 Rename the DSCSLookupPreImage and DSCSLookupPostImage classesDrew Paroski2021-07-091-12/+10
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-1/+1
* SERVER-54822: sort should be pushed automatically before unwind if sort is ha...Militsa Sotirova2021-06-141-0/+189
* SERVER-57151 Add pipeline optimization tests for $match with $exprAlya Berciu2021-05-281-0/+308
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-201-10/+14
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-4/+9
* SERVER-55438 Create DocumentSourceChangeStreamUnwindTransactions stageRishab Joshi2021-04-161-4/+4
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-2/+36
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+6
* SERVER-54823 $sort should be pushed before $lookup when is possibleYuhong Zhang2021-03-231-4/+101
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-32/+35
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-16/+12
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-6/+6
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-101-0/+18
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-09-251-0/+16
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-2/+2
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-071-1/+49
* SERVER-33966 Removed Redundant SortRibhav Jain2020-07-101-0/+232
* Revert "SERVER-33966 Removed Redundant Sort"Ribhav Jain2020-07-101-232/+0
* SERVER-33966 Removed Redundant SortBen Caimano2020-07-101-0/+232
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-0/+1
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-121-10/+21
* SERVER-47381 Remove leftover TODO from unionWith explainTed Tuckman2020-04-131-1/+0