summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/bucket_unpacker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70268 Unpacking to BSON objectRui Liu2022-12-131-1/+94
* Revert "SERVER-69952 Prevent timeseries from using _id when out of range"dziana.hurynovich2022-12-021-82/+27
* SERVER-69952 Prevent timeseries from using _id when out of rangeJoel Redman2022-12-011-27/+82
* SERVER-71270 In timeseries collections prevent match pushdown before project ...Ivan Fefer2022-11-161-26/+27
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-021-86/+258
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-72/+82
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-1/+2
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-89/+139
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-5/+5
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-131-20/+32
* SERVER-66692 Allow creating TTL index over timeField with partialFilterExpres...Faustoleyva542022-06-101-2/+2
* 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-0/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-3/+3
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-1/+0
* SERVER-63536 Remove murmur3 dependency in BSONColumnHenrik Edin2022-04-071-4/+14
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-1/+49
* 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