summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-222-26/+30
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-222-8/+15
* SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+3
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-213-10/+4
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-212-18/+3
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-11/+1
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-173-4/+140
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-164-0/+33
* SERVER-67315 Fix possible int32 overflow on call to DocumentSourceSort::creat...James Wahlin2022-06-161-2/+3
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-167-0/+458
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-152-89/+364
* SERVER-67177 Fix generation of _id field of $groupSvilen Mihaylov2022-06-152-3/+17
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-2/+2
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-102/+35
* SERVER-61935 Missing Implementation for 'Pipeline::serializeToBSONForDebug'Justin Zhang2022-06-131-5/+0
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-132-34/+69
* SERVER-66977 Revise enriched change stream updateDescription formatBernard Gorman2022-06-115-165/+343
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-102-15/+67
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-092-3/+3
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-2/+2
* SERVER-51546 Support expression $setEquals in SBEZixuan Zhuang2022-06-061-3/+1
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-4/+27
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-032-4/+4
* SERVER-66807 Enable featureFlagChangeStreamsFurtherEnrichedEventsArun Banala2022-05-311-1/+3
* SERVER-63861 Expose rich field information in the updateDescriptionArun Banala2022-05-315-22/+233
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-311-1/+28
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+4
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-301-24/+25
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-272-16/+45
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-40/+19
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-271-2/+3
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-05-261-1/+4
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-1/+15
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-30/+27
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-2414-96/+391
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-242-4/+5
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-237-77/+227
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-201-5/+5
* SERVER-66593 Allow lookup fields to be pushed down into collection scans for ...Svilen Mihaylov2022-05-191-8/+26
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-191-75/+37
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-3/+3
* SERVER-66028 Include tenantId when constructing namespaces for change streams...jannaerin2022-05-197-24/+343
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-187-308/+124
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-3/+4
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-172-28/+0
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-171-1/+1
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-172-0/+28
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-3/+3
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for indivi...Andrii Dobroshynski2022-05-151-0/+7
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-1316-45/+83