summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/bucket_unpacker.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-021-7/+29
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-1/+11
* SERVER-66692 Allow creating TTL index over timeField with partialFilterExpres...Faustoleyva542022-06-101-1/+4
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-0/+17
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-291-17/+0
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-0/+17
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-0/+29
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-0/+2
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-081-38/+66
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-1/+46
* SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy2022-01-211-0/+29
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-131-7/+30
* SERVER-62428 Avoid unnecessary copying while unpacking time-series bucketsDan Larkin-York2022-01-121-3/+2
* SERVER-59897 Fix uninitialized scalar field in BucketUnpackerEric Cox2021-11-121-2/+2
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-201-1/+6
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-31/+29
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-021-5/+0
* SERVER-58096 Add IncludeBucketIdAndRowIndex option toKris Satya2021-07-091-0/+5
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-211-1/+5
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-0/+214