summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_internal_unpack_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71270 In timeseries collections prevent match pushdown before project ...Ivan Fefer2022-11-161-21/+18
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-021-24/+145
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-0/+7
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-09-151-1/+1
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1
* SERVER-56946 Use timeseries::getMaxSpanSecondsFromGranularity instead of hard...Ivan Fefer2022-09-081-1/+2
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-301-52/+57
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...auto-revert-processor2022-08-301-57/+52
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-291-52/+57
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...liubov.molchanova2022-08-261-57/+52
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-251-52/+57
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-11/+11
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-1/+22
* SERVER-67586 remove featureFlagLastPointQueryruslan.abdulkhalikov2022-07-091-3/+1
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-2/+2
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-171-22/+0
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-171-0/+22
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-1/+0
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-291-93/+0
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-0/+93
* SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomNAlya Berciu2022-04-131-4/+139
* SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint r...Alya Berciu2022-04-121-6/+11
* SERVER-65005 Use group instead of lookup for lastpoint rewriteAlya Berciu2022-04-071-123/+63
* SERVER-61658 Expand lastpoint sort on time onlyRuslan Abdulkhalikov2022-03-221-1/+16
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-0/+27
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-211-38/+67
* Revert "SERVER-64235 Implement timeseries lastpoint rewrite for ascending time"Alya Berciu2022-03-161-67/+38
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-151-38/+67
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-10/+211
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-29/+16
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-081-12/+12
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-8/+17
* SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy2022-01-211-366/+7
* SERVER-61592 Correctness fix for time-series query with millisecond granularityJames Wahlin2022-01-191-4/+9
* SERVER-62714 Time-series 'createPredicatesOnBucketLevelField' should include ...Katherine Wu2022-01-191-7/+8
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-131-28/+29
* SERVER-58134 Map agg comparison predicates on time-series colls to bucket-lev...Katherine Wu2022-01-101-4/+27
* SERVER-60672 Simpler pushdown when timeseries collection has no mixed-schema ...samontea2021-12-141-12/+51
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-191-36/+47
* SERVER-60044 Pushdown _internalBucketGeoWithin predicate for $geoIntersects q...Matt Boros2021-11-091-1/+2
* SERVER-61042 Preserve limit when swapping $sort and $_internalUnpackBucketKatherine Wu2021-11-081-4/+9
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-051-5/+13
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-021-13/+73
* SERVER-59420 Allow querying time-series collection as part of API V1 when API...Rui Liu2021-09-131-2/+2
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-021-9/+0
* SERVER-57568 Implement query routing behaviour for sharded time series collec...Arun Banala2021-08-301-113/+120
* SERVER-57764 Push down $geoWithin past $_internalUnpackBucket using $_interna...Alice Doherty2021-08-191-0/+8
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-12/+1
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-0/+37