summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-061-4/+27
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-311-1/+28
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-311-0/+1
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-40/+19
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-231-5/+5
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-3/+3
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-172-28/+0
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-171-3/+3
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-172-0/+28
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for indivi...Kyle Suarez2022-05-161-0/+7
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-1616-45/+83
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-1117-301/+68
* SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-101-2/+3
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-102-9/+24
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FC...samontea2022-05-091-2/+1
* Revert "SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mon...Arun Banala2022-05-091-3/+2
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-05-091-1/+1
* SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-091-2/+3
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-064-53/+84
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-062-64/+168
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-051-6/+0
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-043-0/+6
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-05-045-0/+155
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-037-14/+511
* SERVER-65808 support $search as subpipeline of $lookup with localField+foreig...ruslan.abdulkhalikov2022-04-291-13/+8
* SERVER-66009 Avoid use of mongo process interface if search is in an update p...Ted Tuckman2022-04-281-0/+3
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not a...Irina Yatsenko2022-04-281-1/+3
* SERVER-66017 Always include operationDescription in v2 resume token for renam...Arun Banala2022-04-281-9/+6
* SERVER-65497 Do not assume input document is unmodified in DSChangeStreamHand...Bernard Gorman2022-04-231-3/+32
* SERVER-65695 Delete checks for atomic query knobs when getting secondary name...Mihai Andrei2022-04-221-3/+1
* SERVER-65887 Fix clang formattingTommaso Tocci2022-04-221-2/+2
* SERVER-65022 always report 'wallTime' in change stream event outputMickey. J Winters2022-04-212-0/+63
* SERVER-65344 findAndModify pre/post image noop oplog entry forged by the stag...Cheahuychou Mao2022-04-202-8/+28
* SERVER-65707 Remove FCV-gating for $lookup pushdownYoonsoo Kim2022-04-182-6/+2
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-1517-83/+392