summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-173-10/+20
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-165-5/+10
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-1611-49/+192
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-166-49/+254
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-152-19/+14
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-158-8/+0
* SERVER-61998 Oplog MatchExpression rewrite for FullDocumentBeforeChangeNaomie Gao2022-08-122-0/+143
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-1/+8
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-111-2/+4
* SERVER-67584 Remove featureFlagLocfmadelineze2022-08-101-2/+1
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-106-51/+32
* SERVER-68474 added dwp files for split dwarf buildsDaniel Moody2022-08-102-1/+1
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-091-1/+4
* SERVER-67803 Parse $encryptedBetween MatchExpressionReilly McBride2022-08-051-0/+1
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-2/+2
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-2/+2
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-035-24/+47
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-2/+2
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-0312-181/+182
* SERVER-67624 Fix ABT Translation for MatchExpressions comparing with Min/MaxKeyBen Shteinfeld2022-08-021-6/+21
* SERVER-68014 treat 'UTC' timezone the same as the default timezoneAlberto Massari2022-08-022-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-015-7/+7
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-014-35/+35
* SERVER-68358 Turn off multitenancySupport flag in unit tests after usejannaerin2022-07-291-5/+5
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-298-13/+23
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-2912-188/+202
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-293-4/+2
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-2812-202/+188
* SERVER-62749 Translate $in match expressions to use eqMember op typeEmily Wang2022-07-282-41/+61
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-285-47/+24
* SERVER-67284 Allow $fill 'partitionByFields' to partition by a dotted pathTed Tuckman2022-07-281-3/+3
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-2811-192/+49
* SERVER-66521 allow partial optimization of expressionsAlberto Massari2022-07-284-119/+352
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-2711-49/+192
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2725-84/+85
* SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements mapSvilen Mihaylov2022-07-271-6/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-273-7/+8
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-2626-44/+36
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-263-8/+7
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-266-563/+12
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-263-7/+8
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-262-31/+5
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-251-1/+2
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-252-5/+31
* SERVER-67615 Stop using ErrorCategory::Interruption in the change stream pre-...Mindaugas Malinauskas2022-07-251-83/+89
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-224-2/+51
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-153-3/+4
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-153-66/+0
* SERVER-68062 permit DocumentSourceGeoNearCursor to have secondary collectionsKyle Suarez2022-07-151-3/+0