summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73852 Enable bounded-sort optimization on FCV 5.0David Percy2023-02-102-13/+6
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-01-312-0/+24
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2023-01-311-2/+13
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-01-312-0/+12
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-301-1/+4
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-271-2/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-198-6/+6
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-1937-147/+106
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-094-6/+26
* SERVER-66570: Ensure that pushed down projections computed from the metadata ...Hana Pearlman2023-01-052-8/+51
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-211-41/+42
* SERVER-71247 Make final methods in StubMongoProcessInterface non-final.Matthew Russotto2022-12-091-2/+2
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-242-7/+9
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-11-233-3/+4
* SERVER-70274 Improve performance of change stream pre-images purging job by l...Denis Grebennicov2022-11-043-303/+90
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-273-9/+9
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-173-70/+150
* SERVER-63811 Add check so documents stage runs when db does not existgalon12022-10-147-18/+72
* SERVER-67891 SERVER-69465 SERVER-68249 SERVER-69069 Sharded data distribution...Silvia Surroca2022-10-1312-28/+663
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-10-062-1/+50
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-0411-49/+192
* SERVER-67715 escape $changeStream regexKyle Suarez2022-09-301-2/+7
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-09-3011-192/+49
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-09-2911-49/+192
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-211-1/+23
* SERVER-69793 Disable memory underflow check in the query systemNikita Lapkov2022-09-212-16/+12
* SERVER-69005 $internalBoundedSort should not accept empty sort patternr6.0.2-rc1r6.0.2Matt Boros2022-09-201-0/+4
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-141-10/+59
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-312-1/+2
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-08-301-0/+4
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-294-2/+84
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-171-2/+6
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-176-47/+31
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-121-2/+5
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-07-295-10/+36
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-252-0/+31
* SERVER-66808 Remove undocumented fields from the change stream errorcsum1122022-07-253-8/+21
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-224-2/+51
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-07-211-1/+4
* SERVER-68062 permit DocumentSourceGeoNearCursor to have secondary collectionsKyle Suarez2022-07-151-3/+0
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-13/+28
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-2213-11/+611
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-2213-611/+11
* SERVER-65864 Parse $densify step as a NumberLong when using a date unitDavis Haupt2022-06-212-6/+10
* SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+3
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-177-0/+458
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-173-4/+140
* SERVER-67315 Fix possible int32 overflow on call to DocumentSourceSort::creat...James Wahlin2022-06-161-2/+3
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...r6.0.0-rc10Matt Boros2022-06-132-15/+67
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-092-3/+3