summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27598 Added logic to allow limit to duplicate and swap before unwind. ...Matt Boros2021-10-274-16/+270
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-272-149/+268
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-254-6/+38
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-221-2/+6
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-227-34/+0
* SERVER-59159 Update $min/max window functions to ignore null values to match ...Mihai Andrei2021-10-212-16/+40
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-0/+154
* SERVER-60878 Remove redundant TODO about $firstN/$lastN window functionsMihai Andrei2021-10-211-2/+1
* SERVER-60755 Distinguish between null, missing, and undefined in $graphLookupTed Tuckman2021-10-211-0/+27
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-204-25/+769
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-201-5/+9
* Revert "SERVER-60583 Disable $multiply in SBE"Jennifer Peshansky2021-10-201-6/+2
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-8/+8
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-192-7/+1
* SERVER-60113 Pull commands shared between mongos and mongoqd into separate libjannaerin2021-10-191-1/+0
* SERVER-32842 Timestamp support for $convertBobby Morck2021-10-182-0/+24
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-162-0/+8
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-1528-597/+147
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-147-10/+11
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-142-0/+23
* SERVER-60450 Add error check for $dateSubtract when negating amountMilena Ivanova2021-10-141-0/+4
* SERVER-60638 Block $group from being pushed down when `needsMerge` is requestedYoonsoo Kim2021-10-131-1/+6
* SERVER-59969 Allow queries to spill to the storage engine without having to a...Louis Williams2021-10-121-16/+15
* SERVER-60596 replace optional::get() with optional::value()Davis Haupt2021-10-121-5/+5
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-122-0/+57
* SERVER-59326 Add all document sources to parser mapTed Tuckman2021-10-112-12/+42
* SERVER-58138 Rename enum values to opt in/out of stable APICharlie Swanson2021-10-094-4/+4
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-1/+14
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-084-77/+35
* SERVER-60583 Disable $multiply in SBEJennifer Peshansky2021-10-081-2/+6
* SERVER-58163 Follow-up cleanup for SERVER-58076Charlie Swanson2021-10-081-3/+0
* SERVER-60447 remove TODO and elaborate on runtime considerationsDavis Haupt2021-10-081-3/+3
* SERVER-60536 add uasserts for type mismatches in collection for $densifyDavis Haupt2021-10-081-1/+8
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-083-7/+7
* SERVER-57884 Implement $firstN/$lastN as window functionsMihai Andrei2021-10-076-72/+415
* SERVER-60519 Fix single document collection densify bugTed Tuckman2021-10-071-0/+1
* SERVER-60218 add initialize helper function for document_source_groupMickey. J Winters2021-10-052-3/+14
* SERVER-52310 Enable featureFlagSearchMeta by defaultRuslan Abdulkhalikov2021-10-051-4/+0
* SERVER-52290 Remove featureFlagDensifyTed Tuckman2021-10-052-34/+13
* SERVER-60457 Update code comments regarding change stream oplog rewrite requi...Bernard Gorman2021-10-052-5/+12
* SERVER-58769 Add test demonstrating $densify type behaviorTed Tuckman2021-10-041-0/+6
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-048-40/+167
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-0412-53/+126
* SERVER-55545 Add support for change stream $match pushdown for the "updateDes...Drew Paroski2021-10-022-0/+350
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+2
* SERVER-60359 Temporarily disable $split in SBEJennifer Peshansky2021-09-301-2/+6
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-308-13/+200
* SERVER-59422 Add $expr rewrite for "to" field.Rishab Joshi2021-09-302-1/+203
* SERVER-60261 Update some comments on `$coerceToBool`-related issuesYoonsoo Kim2021-09-291-10/+7
* SERVER-60282 Only pushdown $group stages when not mergingEric Cox2021-09-291-19/+8