summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-081-2/+0
* SERVER-67503 Return documents with arrays satisfying $elemMatch predicatesBen Shteinfeld2022-07-072-2/+30
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-1/+2
* SERVER-67709 rename visit_helperBilly Donahue2022-07-0611-153/+154
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-0637-154/+157
* SERVER-67389 remove references to featureFlagChangeStreamsVisibilityKyle Suarez2022-07-051-18/+0
* SERVER-66808 Remove undocumented fields from the change stream errorcsum1122022-07-053-8/+21
* SERVER-61702 Implement stage rewrite optimizations for $graphLookupHenri Nikku2022-07-057-61/+265
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-013-141/+28
* SERVER-67583 Remove featureFlagSortArrayJennifer Peshansky2022-06-301-6/+1
* SERVER-63503 $fill.partitionBy accepts string or objectZahra Poonevala2022-06-302-2/+10
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-309-36/+97
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-303-49/+17
* SERVER-66803 Use tenantId from targetNs to construct sourceNs in NonShardSvrP...Fernando Lisboa2022-06-2913-26/+61
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-287-90/+108
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-66802 Make ReplicaSetNodeProcessInterface::createCollection take in Da...Fernando Lisboa2022-06-2710-18/+22
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-273-120/+43
* SERVER-67502 move write_ops library from mongo/db to mongo/db/ops/Benety Goh2022-06-241-1/+4
* SERVER-66956 Remove redundant tests in MULTI_PLAN and CACHED_PLANDaniel Segel2022-06-231-19/+17
* SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual di...Henri Nikku2022-06-233-90/+94
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-12/+26
* SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-221-16/+20
* 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