summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-023-6/+547
* SERVER-58276 Add collscan plan if collection is clustered and collscan uses c...Ivan Fefer2022-11-022-12/+38
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-272-3/+3
* SERVER-67597 Handle new time-series bucketing parameters on downgradeFaustoleyva542022-10-264-87/+57
* SERVER-70747 Change coll name in BUS extended range testJoel Redman2022-10-211-3/+2
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2022-10-191-0/+226
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-181-1/+129
* SERVER-70252 Tag additional plan cache related tests as 'tenant_migration_inc...mathisbessamdb2022-10-171-0/+2
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-073-28/+336
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields f...Dan Larkin-York2022-09-271-0/+68
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-0/+185
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-172-2/+312
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-09-151-0/+6
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-4/+0
* SERVER-69168 Clean up time series test tagging and suite exclusionsDan Larkin-York2022-09-0777-247/+320
* SERVER-69417 update fcv tag for timeseries_internal_bucket_geo_within.jsMaddie Zechar2022-09-031-1/+1
* SERVER-62492 $geoWithin shouldn't accept multiple shapesMaddie Zechar2022-09-011-0/+5
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-301-1/+5
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-301-0/+43
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...auto-revert-processor2022-08-301-43/+0
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-291-0/+43
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...liubov.molchanova2022-08-261-40/+0
* SERVER-68921 Add requires_fcv_61 to timeseries_collmod.js for multiversion co...Dianna Hohensee2022-08-251-1/+1
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2022-08-251-0/+40
* SERVER-67902 Fix time-series feature flag checks in sharded environmentsDan Larkin-York2022-07-291-26/+7
* SERVER-68424 Add fvc_60 tag to timeseries_lookup.jsAlexander Ignatyev2022-07-291-1/+1
* SERVER-63947 Add column store jscore passthrough - plus fixesCharlie Swanson2022-07-273-0/+6
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-5/+5
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-46/+155
* SERVER-67648 Tag timeseries_delete/update_hint.js tests with requires_fcv_60Pavi Vetriselvan2022-07-182-0/+4
* SERVER-67923 Re-add multi-update tests to tenant migration passthrough exclus...Hugh Tong2022-07-084-0/+4
* SERVER-64791 Ban collMod targeting the underlying buckets collection of a tim...Dianna Hohensee2022-07-082-33/+9
* SERVER-67728 Use FeatureFlagUtil in timeseries jstestsHenri Nikku2022-07-0410-24/+29
* SERVER-66689 Build index on meta, time by default for time-series collectionsGregory Wlodarek2022-07-017-19/+61
* SERVER-67526 Tag timeseries_min_max.js and timeseries_collation.js with tenan...Gregory Wlodarek2022-06-242-0/+8
* SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+6
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-162-132/+14
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-152-2/+42
* SERVER-63590 Update additional tags for time-series jstestsGregory Wlodarek2022-06-153-0/+3
* SERVER-66683 Archive eligible buckets instead of closing themDan Larkin-York2022-06-142-3/+17
* SERVER-67257 Update tags for timeseries_bucket_limit_size.js and timeseries_l...Gregory Wlodarek2022-06-142-0/+2
* SERVER-63590 Remove requires_getmore and requires_fcv_* from time-series testsGregory Wlodarek2022-06-1444-75/+20
* SERVER-65703 Approximate control.min and control.max space usage for time-ser...Gregory Wlodarek2022-06-132-4/+69
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-131-1/+124
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-104-163/+220
* SERVER-66692 Allow creating TTL index over timeField with partialFilterExpres...Faustoleyva542022-06-101-0/+144
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-17/+16
* SERVER-67033 Prevent timeseries_bucket_spanning_epoch.js from running against...Dan Larkin-York2022-06-061-0/+2
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-031-0/+87
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-311-0/+133