summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"auto-revert-processor2021-09-231-2/+6
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-222-9/+10
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-221-6/+2
* SERVER-58979 Add limit to number of documents generated by $densifyTed Tuckman2021-09-223-43/+121
* SERVER-60136 Extend DocumentSourceGroup sbeGroupCompatible flag to use sbeCom...Yoonsoo Kim2021-09-221-1/+1
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-227-4/+84
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-6/+62
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-1/+1
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"Drew Paroski2021-09-211-2/+6
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-211-6/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-214-11/+16
* SERVER-59465 Fix coverity issues in DocumentSourceDensifyTed Tuckman2021-09-212-19/+20
* SERVER-57344 Enable partitioning in $densifyTed Tuckman2021-09-203-111/+414
* SERVER-59898 Initialize value for $graphLookup outputIndexKatherine Wu2021-09-201-1/+1
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-203-208/+257
* SERVER-59895 init _sbeCompatibleSteve La2021-09-191-1/+2
* SERVER-60025 BSON ownership in DocumentSourceQueue fixRuslan Abdulkhalikov2021-09-161-1/+1
* SERVER-59457 [Part1] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-161-0/+5
* SERVER-59840 Do not perform pipeline optimization with temporary collatorJustin Seyster2021-09-152-19/+11
* SERVER-59308 Ensure empty $lookup subpipeline optimizes correctly with subseq...Katherine Wu2021-09-152-4/+4
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-152-7/+7
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-159-167/+315
* SERVER-58516 Add group stage builderYoonsoo Kim2021-09-141-0/+3
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-143-119/+3
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-149-322/+187
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-139-187/+322
* SERVER-59501: Do not parallelize $lookup when foreign is unshardedHana Pearlman2021-09-131-3/+7
* SERVER-59423 Add $expr rewrite for "documentKey" fieldDrew Paroski2021-09-132-2/+150
* SERVER-59420 Allow querying time-series collection as part of API V1 when API...Rui Liu2021-09-131-2/+2
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-1119-42/+213
* SERVER-59756 ShardServerProcessInterface's rename must synchronize with DDL o...Pierlauro Sciarelli2021-09-101-1/+1
* SERVER-55544 Add "to" field to fields eligible for $match optimization in cha...Rishab Joshi2021-09-102-1/+590
* SERVER-59855 merge timeseries_idl into timeseries_optionsBenety Goh2021-09-101-1/+1
* SERVER-59676 Make sure DocumentSourceFindAndModifyImageLookup always …Randolph Tan2021-09-093-5/+21
* SERVER-55541 Add "ns" to fields eligible for $match optimization in change st...Rishab Joshi2021-09-094-19/+1199
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-088-4/+35
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-083-38/+55
* SERVER-58514 Add support for change stream $match pushdown for the "fullDocum...Drew Paroski2021-09-082-1/+114
* SERVER-58604 Allow $geoNear 'near' argument to be a let variableMilena Ivanova2021-09-063-31/+51
* SERVER-58072 Changed unnecessary uses of isEnabledAndIgnoreFCV() to isEnabled...Jennifer Peshansky2021-09-032-3/+6
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-035-12/+67
* SERVER-59763 remove subtle typo that happens to compileBilly Donahue2021-09-031-1/+0
* SERVER-59743 Set SEARCH_META in $unionWith subpipelineTed Tuckman2021-09-021-0/+8
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-022-236/+0
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-0114-50/+46
* SERVER-57568 Implement query routing behaviour for sharded time series collec...Arun Banala2021-08-302-202/+147
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-304-7/+47
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-292-17/+13
* SERVER-59426 Do not mix collations during change stream rewritesJustin Seyster2021-08-282-0/+13
* SERVER-58807 Allow collectionless $lookup with $documentsRuslan Abdulkhalikov2021-08-272-11/+52