summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-297-8/+8
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-292-4/+1
* SERVER-65808 support $search as subpipeline of $lookup with localField+foreig...ruslan.abdulkhalikov2022-04-281-13/+8
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-286-6/+492
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-285-0/+152
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-288-6/+6
* SERVER-66017 Always include operationDescription in v2 resume token for renam...Arun Banala2022-04-282-26/+30
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-289-309/+393
* 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-261-1/+3
* SERVER-65928 Fix behavior of $in with null and missingSvilen Mihaylov2022-04-251-6/+9
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-252-2/+129
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-258-16/+27
* SERVER-64992 Remove documentKey caching for change streamsArun Banala2022-04-235-262/+16
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-225-17/+25
* SERVER-64972 Generate change stream events for batched deletesJosef Ahmad2022-04-227-39/+94
* SERVER-65497 Do not assume input document is unmodified in DSChangeStreamHand...Bernard Gorman2022-04-221-3/+32
* SERVER-65881 Support sort-limit optimization with bounded sort stageDan Larkin-York2022-04-221-7/+12
* SERVER-61991: implement ABT translation for $in match expressionHana Pearlman2022-04-212-1/+205
* SERVER-65864 Parse $densify step as a NumberLong when using a date unitDavis Haupt2022-04-212-6/+10
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-215-10/+36
* SERVER-65695 Delete checks for atomic query knobs when getting secondary name...Mihai Andrei2022-04-201-3/+1
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+1
* SERVER-65344 findAndModify pre/post image noop oplog entry forged by the stag...Cheahuychou Mao2022-04-202-8/+28
* SERVER-65022 always report 'wallTime' in change stream event outputMickey. J Winters2022-04-192-4/+61
* SERVER-65748 Implement $ne for new optimizerSvilen Mihaylov2022-04-182-3/+37
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-181-0/+10
* SERVER-65707 Remove FCV-gating for $lookup pushdownYoonsoo Kim2022-04-182-6/+2
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-182-2/+3
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-1517-83/+392
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-132-6/+15
* SERVER-65419 Fix generation of ABT hashes for types with unordered mapsSvilen Mihaylov2022-04-131-2/+2
* SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomNAlya Berciu2022-04-134-38/+383
* SERVER-64722 Adjust expected top count in profile_lookup.js depending on stat...Mihai Andrei2022-04-131-1/+2
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-124-5/+20
* SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint r...Alya Berciu2022-04-122-9/+14
* SERVER-52254 Enable feature flag for Improved change stream event visibility ...Arun Banala2022-04-122-32/+0
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-123-10/+10
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-1120-29/+80
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-112-6/+2
* SERVER-65333 Reduce severity of ChangeStreamExpiredPreImagesRemover job log m...Mindaugas Malinauskas2022-04-111-4/+7
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-0915-183/+340
* SERVER-65341 Enable the SBE lookup feature by defaultYoonsoo Kim2022-04-082-2/+6
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-082-2/+6
* SERVER-63341: Server-side rewrite and query analysis support for aggregate $e...Hana Pearlman2022-04-081-0/+4
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-089-104/+505
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-072-3/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+1
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-0/+10
* SERVER-65005 Use group instead of lookup for lastpoint rewriteAlya Berciu2022-04-073-354/+248