summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries_index_schema_conversion_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-10/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65393 Fix tassert in createBucketsSpecFromTimeseriesSpecDavid Percy2022-04-081-5/+16
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-0/+20
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-13/+53
* SERVER-61175 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-11-051-0/+5
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+34
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-7/+2
* SERVER-59129 Downgrading FCV requires that any newly supported secondary inde...Gregory Wlodarek2021-08-161-4/+23
* SERVER-59244 Only use the 'originalSpec' field to generate the original user ...Gregory Wlodarek2021-08-121-6/+12
* SERVER-59137 Flip ascending and descending compound key min/max ordering on s...Gregory Wlodarek2021-08-061-10/+10
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-11/+37
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-301-4/+23
* SERVER-58879 listIndexes() on a time-series view does not reverse map the mea...Gregory Wlodarek2021-07-271-16/+102
* SERVER-58057 Support ascending and descending indexes on time-series measurem...Gregory Wlodarek2021-07-231-22/+53
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-4/+19
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-56015 Misleading error message on time-series index creationDianna Hohensee2021-04-231-3/+4
* SERVER-55233 Support wildcard index type on the metadata fields of a time-ser...Dianna Hohensee2021-04-021-1/+4
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-19/+1
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-251-3/+31
* SERVER-55123 Move time-series string constants into their own file to minimiz...Dianna Hohensee2021-03-221-21/+13
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-121-6/+20
* SERVER-54929 Helper functions to convert underlying buckets collection index ...Dianna Hohensee2021-03-051-0/+54
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-051-0/+127