summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries_update_delete_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-10/+10
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-0/+61
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-3/+4
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a shard...Yoonsoo Kim2023-04-221-1/+1
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-4/+10
* SERVER-75547 Filter out closed buckets in bucket-level predicate for timeseri...Alyssa Wagenmaker2023-04-061-0/+7
* SERVER-75458 Add support for deleteOne() with a shard key on a sharded time-s...Faustoleyva542023-04-021-0/+9
* SERVER-60545 Remove unused function headers from timeseries_update_delete_util.hGregory Noma2021-10-071-22/+0
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-11/+0
* SERVER-60011 add overload for queryOnlyDependsOnMetaField() without pipeline ...Benety Goh2021-09-201-1/+9
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-011-1/+0
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-211-1/+6
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-08-171-7/+6
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-08-051-3/+4
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-051-12/+12
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-301-16/+12
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-5/+7
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-07-231-0/+11
* Revert "SERVER-58382 Add support for time-series metaField-only deletes with ...Kris Satya2021-07-231-11/+0
* SERVER-58382 Add support for time-series metaField-only deletes with hintKris Satya2021-07-231-0/+11
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-201-0/+69