summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-32/+9
* SERVER-69675 Simplify window_function_exec_linear_fill interpolateBilly Donahue2022-09-151-21/+26
* SERVER-68544 Assert on overflow of $add[Date, Decimal128] in ClassicKevin Cherkauer2022-09-151-4/+12
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-152-12/+10
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-09-152-1/+50
* SERVER-69069 Added 'doOptimizeAt' method for $_internalAllCollectionStatsJordi Serra Torrens2022-09-153-3/+148
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-153-3/+3
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-152-2/+4
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+1
* SERVER-68692 add support for limit and skip queries in ABT translationMilitsa Sotirova2022-09-141-2/+11
* SERVER-68870 Use IDL to enforce constraints on contention factor for FLE oper...Shreyas Kalyan2022-09-142-1/+3
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-145-370/+10
* SERVER-62071 Add useDisk call to preserve intermediate pipeline valuesgalon12022-09-131-0/+4
* SERVER-67363 Ensure aggregation with $indexStats stage only increments top co...Ivan Fefer2022-09-131-1/+1
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-132-4/+8
* SERVER-69005 $internalBoundedSort should not accept empty sort patternMatt Boros2022-09-121-0/+4
* SERVER-68249 Add required privileges on the $_internalAllCollectionStats aggr...Pol Pinol Castuera2022-09-125-17/+37
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-4/+6
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-094-123/+246
* SERVER-69465 Accept same specs for $_internalAllCollectionStats as $collStatsPol Pinol Castuera2022-09-095-17/+72
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-089-26/+445
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-69215 Improve AccumulatorTopBottomN() constructorIvan Fefer2022-09-081-5/+5
* SERVER-56946 Use timeseries::getMaxSpanSecondsFromGranularity instead of hard...Ivan Fefer2022-09-081-1/+2
* SERVER-67853 fix type bracketing for null in GTE and LTE ABT translationMilitsa Sotirova2022-09-061-2/+7
* SERVER-68897: Avoid copy in for loopColin Stolley2022-09-061-1/+1
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-061-8/+57
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-011-3/+3
* SERVER-69287 [CQF] Support $expr in findSvilen Mihaylov2022-09-011-2/+4
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-015-13/+28
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-303-6/+6
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-302-52/+73
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...auto-revert-processor2022-08-302-73/+52
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-292-52/+73
* SERVER-67638 [CQF] Error when projection has >10k fieldsSvilen Mihaylov2022-08-292-37/+40
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-271-22/+27
* SERVER-68787 Note why for loop is making a copy in commentKevin Cherkauer2022-08-261-1/+2
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-264-0/+82
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-262-1/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2622-36/+23
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...liubov.molchanova2022-08-262-73/+52
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-265-17/+24
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-259-274/+645
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-253-6/+0
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-252-52/+73
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-1/+1
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-2/+1
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-2/+3
* SERVER-67587 Remove featureFlagSearchShardedFacetsMaddie Zechar2022-08-233-35/+4
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-2/+1