summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76918 Change bucket_catalog::clear to take in DatabaseName object inst...Sophia Tan2023-05-174-7/+49
* SERVER-77151 Add a helper to merge in a collection's bucket catalog execution...Yuhong Zhang2023-05-162-0/+37
* SERVER-77151 Make the number of stripes configurable for the bucket catalogYuhong Zhang2023-05-165-30/+86
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ...Yoonsoo Kim2023-05-131-5/+5
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-10/+10
* SERVER-73143 Add replacement and pipeline style update support to TS_MODIFYAlyssa Wagenmaker2023-05-101-6/+10
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-062-4/+3
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-052-3/+4
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-5/+5
* SERVER-76625 Support basic modifier updates in TS_MODIFYAlyssa Wagenmaker2023-05-042-7/+6
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-5/+5
* SERVER-76773 Improve write error handling in TS_MODIFY stageYuhong Zhang2023-05-033-53/+79
* SERVER-74822 Remove buffering with deque in BSONColumnHenrik Edin2023-05-031-1/+1
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-5/+5
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-0/+61
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-012-2/+4
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-1/+2
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-273-22/+38
* SERVER-76459 Write post images of time-series updates to new bucketsYuhong Zhang2023-04-272-0/+27
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-242-2/+6
* SERVER-73286 Extend timeseries::performAtomicWrites() to support user updatesYuhong Zhang2023-04-243-3/+218
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a shard...Yoonsoo Kim2023-04-222-42/+78
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-0/+1
* SERVER-75918 Handle missing time-series options fields when generating its bu...Yuhong Zhang2023-04-211-4/+11
* Revert "SERVER-73286 Extend timeseries::performAtomicWrites() to support user...Yuhong Zhang2023-04-213-216/+3
* SERVER-73286 Extend timeseries::performAtomicWrites() to support user updatesYuhong Zhang2023-04-203-3/+216
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-192-0/+7
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-193-12/+42
* SERVER-76129 Break out TimeSeriesOpObserver from OpObserverImplMatt Kneiser2023-04-183-0/+232
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-182-3/+3
* SERVER-74964 Pass namespace to LastOpFixer for each operationKaitlin Mahar2023-04-071-2/+2
* SERVER-71985 Automatically retry time-series insert on DuplicateKey errorYuhong Zhang2023-04-062-12/+34
* SERVER-75547 Filter out closed buckets in bucket-level predicate for timeseri...Alyssa Wagenmaker2023-04-062-0/+28
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-052-10/+4
* SERVER-75184 Add tests and support for retryable time-series deletesAlyssa Wagenmaker2023-04-033-10/+18
* SERVER-75458 Add support for deleteOne() with a shard key on a sharded time-s...Faustoleyva542023-04-022-0/+58
* SERVER-75094 Prevent setting 'kPendingDirectWrite' flag on prepared bucketsFaustoleyva542023-03-222-6/+5
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-1416-2851/+3103
* SERVER-74438 Update BucketMetadata to use time-series metadata valueFaustoleyva542023-03-065-10/+64
* SERVER-74610 Support fromMigrate option in timeseries::performAtomicWrites()Faustoleyva542023-03-043-11/+16
* SERVER-74439 Ensure bucket closure respects current stateDan Larkin-York2023-03-034-32/+103
* SERVER-74507 Gracefully handle empty time-series options in collModFaustoleyva542023-03-031-0/+8
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-6/+6
* SERVER-71177 Allow existing time-series bucket collections with old validator...Henrik Edin2023-02-224-4/+7
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-152-3/+3
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-14/+22
* SERVER-72838 Prevent concurrent direct writes from unsetting kPendingDirectWr...Faustoleyva542023-02-105-12/+73
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate b...Yuhong Zhang2023-02-101-9/+9