summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-181-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
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-271-63/+13
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-241-5/+0
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-07-231-45/+12
* Revert "SERVER-58382 Add support for time-series metaField-only deletes with ...Kris Satya2021-07-231-12/+45
* SERVER-58382 Add support for time-series metaField-only deletes with hintKris Satya2021-07-231-45/+12
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-231-0/+5
* SERVER-58617 Allow updates on time-series collections with no metaFieldAlison Lu2021-07-211-10/+2
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-201-132/+89
* SERVER-58492 Add support for time-series metaField-only deletes with letKris Satya2021-07-191-3/+22
* SERVER-58390 Add support for time-series metaField-only deletes with collationKris Satya2021-07-191-1/+2