summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56083 [SBE] Expressions unsupported in SBE for agg operations prevent ...Eric Cox2021-04-301-0/+5
* SERVER-54220 Change heuristic for bailing out of SAMPLE_FROM_TIMESERIES_BUCKE...Eric Cox2021-04-121-2/+18
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-21/+88
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-11/+12
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-191-52/+126
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-171-126/+52
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-171-52/+126
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+12
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-11/+13
* SERVER-53975 Fix performance of group-by-count aggregationsIan Boros2021-01-261-1/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-3/+8
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-3/+0
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-2/+7
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-7/+7
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-25/+58
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-011-3/+4
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-28/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-12/+13
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-10/+0
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-18/+24
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-281-0/+5
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-1/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-12/+12
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-1/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-1/+3
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-03-241-0/+4
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-13/+16
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-191-30/+21
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-6/+0
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-031-5/+5
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-21/+1
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-0/+5
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-6/+0
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-19/+20
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+0
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-3/+6
* SERVER-44203 Complete TODO listed in SERVER-37453Anton Korshunov2019-11-061-2/+0
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-051-4/+0
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+3
* Revert "SERVER-44013 MR Agg: Report plan stats and summary for currentOp/prof...James Wahlin2019-10-311-3/+7
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-92/+47
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+3
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-4/+5