summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_internal_unpack_bucket.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-13/+3
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+9
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-101-0/+2
* SERVER-70268 Unpacking to BSON objectRui Liu2022-12-131-1/+4
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-131-0/+7
* Revert "SERVER-70267 Enable streaming group if group id field are monotonic o...Ivan Fefer2022-12-121-7/+0
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-091-0/+7
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-021-4/+23
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-0/+5
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-0/+23
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-291-99/+0
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-0/+99
* SERVER-65005 Use group instead of lookup for lastpoint rewriteAlya Berciu2022-04-071-10/+9
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-0/+2
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-0/+25
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-9/+13
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-0/+1
* SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy2022-01-211-19/+6
* SERVER-60672 Simpler pushdown when timeseries collection has no mixed-schema ...samontea2021-12-141-1/+7
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-201-1/+1
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-1/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-171-3/+7
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-1/+1
* SERVER-55575 Optimize $group on meta $min/$max on measurements for time-serie...Svilen Mihaylov2021-04-271-0/+8
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-211-0/+1
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work toge...Hana Pearlman2021-04-201-0/+6
* SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...Hana Pearlman2021-04-201-0/+8
* SERVER-55106 Map predicates on max time to _id for time-seriesJacob Evans2021-04-131-1/+3
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-192/+5
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-6/+6
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+22
* SERVER-55123 Move time-series string constants into their own file to minimiz...Dianna Hohensee2021-03-221-9/+0
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-191-1/+120
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-171-120/+1
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-171-1/+120
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-151-0/+11
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-121-2/+2
* SERVER-53758 Map predicates on min time to a portion of _idKatherine Wu2021-03-031-5/+13
* SERVER-54864: Peform dependancy analysis and include/exclude internalization ...Hana Pearlman2021-03-031-6/+19
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-0/+13
* SERVER-53486: Allow rewrite to push projections on bucketed fields into $unpa...Hana Pearlman2021-02-101-5/+33
* SERVER-53467 Investigate performance of $_internalUnpackBucket over BSONEric Cox2021-02-091-10/+11
* SERVER-53487: Add utilized fields in an inclusion projection based on depende...Hana Pearlman2021-01-251-0/+3
* SERVER-53696 _internalUnpackBucket should handle missing metaField gracefullyEric Cox2021-01-211-4/+10
* SERVER-53465 Implement internalUnpackBucket in DocumentSourceEric Cox2021-01-091-0/+160