summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-271-2/+3
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-05-261-1/+4
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-1/+15
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-30/+27
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-2414-96/+391
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-242-4/+5
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-237-77/+227
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-201-5/+5
* SERVER-66593 Allow lookup fields to be pushed down into collection scans for ...Svilen Mihaylov2022-05-191-8/+26
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-191-75/+37
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-3/+3
* SERVER-66028 Include tenantId when constructing namespaces for change streams...jannaerin2022-05-197-24/+343
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-187-308/+124
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-3/+4
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-172-28/+0
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-171-1/+1
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-172-0/+28
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-3/+3
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for indivi...Andrii Dobroshynski2022-05-151-0/+7
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-1316-45/+83
* SERVER-62957 add reshardCollection change streams eventMisha Tyulenev2022-05-113-0/+12
* SERVER-62958 Add refineCollectionShardKey change stream eventMisha Tyulenev2022-05-103-0/+16
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FC...samontea2022-05-102-3/+2
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-102-9/+24
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-099-23/+20
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+3
* SERVER-66307 Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-091-1/+2
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-0717-301/+68
* SERVER-64849: Return LogicalTime::kUninitialized instead of default-construct...Varun Ravichandran2022-05-061-0/+2
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-064-53/+84
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0639-40/+116
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-052-64/+168
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-043-5/+0
* SERVER-64227 Remove $sum/$avg merging logic to handle the old over-the-wire f...Yoonsoo Kim2022-05-042-96/+24
* SERVER-64770 Update error message for missing aggregateOperationResourceConsu...Louis Williams2022-05-041-1/+1
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-8/+0
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-043-0/+6
* SERVER-65473 stop underflow assert in global memory trackerRushan Chen2022-05-032-26/+29
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-027-7/+499
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-296-492/+6
* SERVER-63040: Batch TTL deletionsYu Jin Kang Park2022-04-291-24/+23
* 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