summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-1/+2
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-2/+4
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-151-2/+10
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+24
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-131-0/+9
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-071-0/+2
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-071-1/+15
* SERVER-64975 Time series insertion takes a lock on the bucket collection with...Antonio Fuschetto2022-03-281-1/+23
* SERVER-63719 Add support for FLE 2 update in MongoDMark Benvenuto2022-03-281-0/+4
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-1/+28
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-0/+4
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-0/+9
* SERVER-64078 Only truncate error messages if they are bigger than 1MKaloian Manassiev2022-03-031-3/+17
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* SERVER-61010 Require a `Status` for `BucketCatalog::abort`Gregory Noma2022-02-281-56/+52
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-115/+62
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+1
* Revert "SERVER-63331 Remove unnecessary conversion between BSON and WriteErro...Kaloian Manassiev2022-02-261-62/+115
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-251-115/+62
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-10/+16
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+3
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-61196 Simplify BucketCatalog concurrency modelDan Larkin-York2022-01-211-12/+12
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-1/+1
* SERVER-60959 Remove assumptions about error type when aborting a time-series ...Dan Larkin-York2021-12-151-9/+0
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-011-18/+28
* SERVER-61155 Add collStat for number of subobj compression restarts for times...Henrik Edin2021-11-191-5/+9
* SERVER-61309 Fix time-series bucket lock reacquisition logicDan Larkin-York2021-11-091-13/+13
* SERVER-59662 Test killing time-series insertsGregory Noma2021-10-271-7/+16