summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/bucket_unpacker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-0/+11
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-081-63/+120
* SERVER-62714 Include internal exprs in ts createComparisonPredicate() refactorKatherine Wu2022-01-271-8/+9
* SERVER-63000: createPredicatesOnBucketLevelField with $in should be treated l...Hana Pearlman2022-01-271-8/+25
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-32/+247
* SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy2022-01-211-0/+390
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-131-14/+95
* SERVER-62428 Avoid unnecessary copying while unpacking time-series bucketsDan Larkin-York2022-01-121-21/+21
* SERVER-61996 Reserve memory for MutableDocument in BucketUnpacker::getNext()Dan Larkin-York2021-12-221-1/+25
* SERVER-61954 Improve decoding performance for BSONColumnHenrik Edin2021-12-091-7/+14
* SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or com...Henrik Edin2021-10-281-4/+10
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-211-5/+23
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-107/+373
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-021-16/+0
* SERVER-58096 Add IncludeBucketIdAndRowIndex option toKris Satya2021-07-091-0/+16
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work toge...Hana Pearlman2021-04-201-0/+6
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-0/+240