summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_internal_unpack_bucket_test
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-3/+3
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-2/+2
* SERVER-75134 Enable redaction in $limit, $internalComputeGeoNearDistance, $sa...Ted Tuckman2023-03-311-0/+22
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-271-2/+2
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-111-0/+19
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-36/+34
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-131-0/+51
* Revert "SERVER-70267 Enable streaming group if group id field are monotonic o...Ivan Fefer2022-12-121-51/+0
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-091-0/+51
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-023-122/+182
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-09-151-0/+49
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-301-0/+16
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...auto-revert-processor2022-08-301-16/+0
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-291-0/+16
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...liubov.molchanova2022-08-261-16/+0
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-251-0/+16
* SERVER-67586 remove featureFlagLastPointQueryruslan.abdulkhalikov2022-07-091-6/+0
* SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomNAlya Berciu2022-04-131-33/+203
* SERVER-65445 Ensure _id in $group matches meta field in $sort for lastpoint r...Alya Berciu2022-04-121-3/+3
* SERVER-65005 Use group instead of lookup for lastpoint rewriteAlya Berciu2022-04-071-221/+176
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-211-1/+114
* Revert "SERVER-64235 Implement timeseries lastpoint rewrite for ascending time"Alya Berciu2022-03-161-114/+1
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-151-1/+114
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-0/+179
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-204/+24
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-081-6/+26
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-213-72/+297
* SERVER-61592 Correctness fix for time-series query with millisecond granularityJames Wahlin2022-01-191-1/+9
* SERVER-58134 Map agg comparison predicates on time-series colls to bucket-lev...Katherine Wu2022-01-102-6/+192
* SERVER-60044 Pushdown _internalBucketGeoWithin predicate for $geoIntersects q...Matt Boros2021-11-091-0/+58
* SERVER-61042 Preserve limit when swapping $sort and $_internalUnpackBucketKatherine Wu2021-11-081-4/+28
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-051-7/+17
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-023-40/+95
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-35/+52
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-032-7/+7
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-021-227/+0
* SERVER-57568 Implement query routing behaviour for sharded time series collec...Arun Banala2021-08-301-89/+27
* SERVER-57764 Push down $geoWithin past $_internalUnpackBucket using $_interna...Alice Doherty2021-08-192-0/+76
* SERVER-58096 Add IncludeBucketIdAndRowIndex option toKris Satya2021-07-091-0/+227
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-175-313/+395
* SERVER-55575 Optimize $group on meta $min/$max on measurements for time-serie...Svilen Mihaylov2021-04-271-0/+51
* SERVER-53491: Finalize optimization tests for $_internalUnpackBucketHana Pearlman2021-04-211-22/+64
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-215-57/+126
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work toge...Hana Pearlman2021-04-201-0/+698
* SERVER-55668: Allow rewrite to push exclusion meta projections past $unpackBu...Hana Pearlman2021-04-201-0/+128
* SERVER-55106 Map predicates on max time to _id for time-seriesJacob Evans2021-04-139-318/+553
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-275/+0
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-12/+61