summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-5/+6
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-291-56/+139
* SERVER-60087 Add stats under collStats for timeseries bucket compressionHenrik Edin2021-09-271-7/+27
* SERVER-60012 removed unused time-series includes from write_commands.cppBenety Goh2021-09-161-2/+0
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-14/+147
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-8/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-25/+40
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-08-051-11/+3
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-051-25/+17
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-15/+15
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-7/+7
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-301-9/+0
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-301-0/+5
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-72/+7