summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/bucket_catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76918 Change bucket_catalog::clear to take in DatabaseName object inst...Sophia Tan2023-05-173-6/+48
* 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-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-182-3/+3
* SERVER-71985 Automatically retry time-series insert on DuplicateKey errorYuhong Zhang2023-04-061-12/+25
* 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-74439 Ensure bucket closure respects current stateDan Larkin-York2023-03-034-32/+103
* 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-221-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-114-13/+19
* 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
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-8/+11
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-1/+0
* SERVER-73511 Reuse the code of making new bucket documents for writes to repa...Yuhong Zhang2023-02-033-7/+10
* SERVER-73363 De-encapsulate bucket_catalog::BucketStateManagerDan Larkin-York2023-01-3012-529/+531
* SERVER-73440 Update time-series arch guide to reflect updated usage of closed...Fausto J Leyva2023-01-301-3/+3
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-278-90/+136
* SERVER-73015 De-encapsulate bucket_catalog::WriteBatch and bucket_catalog::Bu...Dan Larkin-York2023-01-2610-833/+623
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-2030-0/+9857