summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-013-22/+3
* SERVER-59720 Correctly handle $rename in time-series metaField-only updatesGregory Noma2021-09-012-25/+62
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-314-30/+122
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-7/+9
* SERVER-59104 Remove usages of `mutablebson::Element::findNthChild` in time-se...Gregory Noma2021-08-301-12/+7
* SERVER-59154 Add more comprehensive time-series update test casesAlison Lu2021-08-301-0/+4
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-08-273-0/+130
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-212-1/+14
* SERVER-59024 Unit test update functions in timeseries_update_delete_util.hAlison Lu2021-08-202-1/+165
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+1
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-08-172-18/+39
* SERVER-59129 Downgrading FCV requires that any newly supported secondary inde...Gregory Wlodarek2021-08-162-4/+29
* SERVER-59218 Only replace top-level metaField with "meta" for time-series upd...Kris Satya2021-08-122-9/+54
* SERVER-59244 Only use the 'originalSpec' field to generate the original user ...Gregory Wlodarek2021-08-122-6/+40
* SERVER-59092 Add support for jsonSchema operator for time-series deletesKris Satya2021-08-122-14/+120
* SERVER-59137 Flip ascending and descending compound key min/max ordering on s...Gregory Wlodarek2021-08-062-19/+19
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-08-053-133/+51
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-052-26/+17
* SERVER-58811 Add unit tests for query functions in timeseries_update_delete_u...Kris Satya2021-08-042-1/+205
* SERVER-58779 Add explicit reverse mapping tests for time-series measurement i...Gregory Wlodarek2021-08-041-0/+49
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-044-38/+43
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-08-045-28/+98
* SERVER-58067 fix XCode12 compile warningBenety Goh2021-08-021-1/+1
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-304-4/+316
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-302-86/+59
* SERVER-58464 Permit interruption errors when aborting a time-series batch tha...Gregory Noma2021-07-281-1/+5
* SERVER-58879 listIndexes() on a time-series view does not reverse map the mea...Gregory Wlodarek2021-07-271-16/+102
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-272-15/+30
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-271-3/+1
* SERVER-58057 Support ascending and descending indexes on time-series measurem...Gregory Wlodarek2021-07-232-22/+54
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-07-232-0/+47
* Revert "SERVER-58382 Add support for time-series metaField-only deletes with ...Kris Satya2021-07-232-47/+0
* SERVER-58382 Add support for time-series metaField-only deletes with hintKris Satya2021-07-232-0/+47
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-211-0/+2
* SERVER-58617 Allow updates on time-series collections with no metaFieldAlison Lu2021-07-211-11/+9
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-203-0/+345
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-142-0/+86
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-294-4/+35
* SERVER-56717 Add ComparisonRulesSet as a parameterAlison Lu2021-06-251-1/+1
* SERVER-56717 Update naming and comment, simplify comparisonsAlison Lu2021-06-251-14/+12
* SERVER-57842 Use OperationId instead of LogicalSessionId in the BucketCatalogGregory Noma2021-06-243-29/+33
* SERVER-57603 Modify minUpdates and maxUpdates to consider calls to min and maxKris Satya2021-06-213-102/+55
* SERVER-56268 Remove timeseriesBucketsCollectionClusterById server parameterLouis Williams2021-06-161-6/+0
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-06-152-6/+124
* SERVER-57046 Fix concurrency issue with bucket state managementDan Larkin-York2021-06-072-16/+23
* SERVER-57375 Do not clear prepared batch state from bucket when aborting a di...Dan Larkin-York2021-06-032-2/+20
* SERVER-55118 Architecture Guide updates for PM-2207Dan Larkin-York2021-06-011-2/+22
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-015-29/+60
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-263-3/+24
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-243-2/+11