summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/timeseries_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-3/+3
* SERVER-73143 Add replacement and pipeline style update support to TS_MODIFYAlyssa Wagenmaker2023-05-101-5/+0
* SERVER-76625 Support basic modifier updates in TS_MODIFYAlyssa Wagenmaker2023-05-041-9/+88
* SERVER-76773 Improve write error handling in TS_MODIFY stageYuhong Zhang2023-05-031-46/+38
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-16/+63
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-34/+49
* SERVER-73286 Extend timeseries::performAtomicWrites() to support user updatesYuhong Zhang2023-04-241-19/+18
* Revert "SERVER-73286 Extend timeseries::performAtomicWrites() to support user...Yuhong Zhang2023-04-211-18/+19
* SERVER-73286 Extend timeseries::performAtomicWrites() to support user updatesYuhong Zhang2023-04-201-19/+18
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75547 Filter out closed buckets in bucket-level predicate for timeseri...Alyssa Wagenmaker2023-04-061-5/+3
* SERVER-75184 Add tests and support for retryable time-series deletesAlyssa Wagenmaker2023-04-031-4/+4
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-031-4/+18
* SERVER-75152 Skip deleting or updating time-series buckets with 'control.clos...Alyssa Wagenmaker2023-03-311-1/+5
* SERVER-73319 Handle measurements without a meta field for time-series deletesYuhong Zhang2023-03-291-17/+25
* SERVER-73082 Add support for singleton time-series deletesFaustoleyva542023-03-281-1/+10
* SERVER-74955 Refactor TS_MODIFY to unpack and write a bucket in one doWork() ...Alyssa Wagenmaker2023-03-231-158/+108
* SERVER-73093 Add retry capabilities to TS_WRITEAlyssa Wagenmaker2023-03-171-47/+149
* SERVER-73079 Skip unowned bucket or track write to orphaned bucketYoonsoo Kim2023-03-141-3/+63
* SERVER-74436 Allow TS_WRITE to optionally have a spool childAlyssa Wagenmaker2023-03-141-2/+45
* SERVER-74591 Refactor TS_WRITE stage to have unpacking logic and rename it to...Yuhong Zhang2023-03-051-0/+148