summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate fun...Mihai Andrei2023-05-131-3/+3
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-17/+15
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-1/+1
* SERVER-76625 Support basic modifier updates in TS_MODIFYAlyssa Wagenmaker2023-05-041-7/+11
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-48/+6
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-3/+32
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-10/+11
* SERVER-71064 Deprioritize inserts to config.sampledQueries and config.sampled...Israel Hsu2023-04-201-0/+6
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-5/+2
* SERVER-76168 Thread-through ScopedCollectionOrViewAcquisition on the update c...Jordi Serra Torrens2023-04-191-7/+10
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-051-5/+0
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-9/+22
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-031-9/+40
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-11/+17
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-1/+3
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-111-10/+0
* SERVER-73529 Refactor and expose performTimeseriesWrite to header fileGil Alon2023-02-031-1137/+1
* SERVER-73511 Reuse the code of making new bucket documents for writes to repa...Yuhong Zhang2023-02-031-46/+4
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-301-72/+15
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-1/+1
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-271-15/+23
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-1/+1
* SERVER-73015 De-encapsulate bucket_catalog::WriteBatch and bucket_catalog::Bu...Dan Larkin-York2023-01-261-35/+38
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-201-31/+37
* SERVER-70445 check existence of TimeseriesOptions before using the time serie...Rushan Chen2023-01-111-3/+2
* SERVER-72330 Avoid tasserting when we encounter a bucket document mismatchFaustoleyva542022-12-211-4/+5
* SERVER-69907 Decompress and apply first update to reopened time series bucket...Dan Larkin-York2022-12-131-37/+47
* SERVER-71457 Archive on time backwards, and restrict query-based reopeningDan Larkin-York2022-12-081-12/+18
* SERVER-69315 Remove feature flag for BSON Column CompressionHenrik Edin2022-12-071-5/+0
* SERVER-71720 Move WriteBatch shared_ptr instead of copyingDan Larkin-York2022-12-011-3/+3
* SERVER-69319 Remove `featureFlagTimeseriesUpdatesAndDeletes`Gregory Noma2022-11-281-8/+0
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-221-0/+18
* SERVER-71025 Fix synchronization between time series direct writes and bucket...Dan Larkin-York2022-11-091-0/+3
* SERVER-66691 Track statistics around fetching closed buckets in execution sta...Faustoleyva542022-11-071-12/+16
* SERVER-70311 Only use query-based reopening for time series collections that ...Faustoleyva542022-11-071-1/+14
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-3/+35
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-061-0/+10
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields f...Dan Larkin-York2022-09-271-8/+16
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-28/+107
* SERVER-69469 Retain minimal information when archiving a bucketDan Larkin-York2022-09-081-1/+2
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-071-15/+47
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-301-17/+4
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-181-27/+0
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+28
* SERVER-67475 Enable use of securityToken for the basic CRUD operationsjannaerin2022-07-271-0/+12