summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-1165/+0
* SERVER-54921 Fix index out-of-bounds error for bulk ordered time-series insertsLouis Williams2021-03-041-6/+10
* SERVER-53866 Inherit write commands with IDL generated classsesRishab Joshi2021-03-021-343/+305
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-10/+0
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+2
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-0/+1
* SERVER-54268 Append nInserted for {ordered: true} time-series insertsGregory Noma2021-02-091-0/+1
* SERVER-54269 Time-series bucket catalog should reject inserts with missing/in...Dan Larkin-York2021-02-081-12/+20
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-081-1/+1
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-071-175/+226
* SERVER-54268 Respect {ordered: true} for time-series insertsGregory Noma2021-02-051-37/+90
* SERVER-53999 Allow a time-series bucket's id to move backward before being co...Gregory Noma2021-02-051-10/+10
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-041-28/+6
* SERVER-53964 Handle time-series bucket removalGregory Noma2021-01-301-117/+198
* SERVER-54017 forward statement ids for time-series inserts only for retryable...Benety Goh2021-01-291-8/+22
* SERVER-54017 add helper for checking if a write operation is retryableBenety Goh2021-01-291-4/+16
* SERVER-54021 Optimize shouldBypassDocumentValidationForCommand for IDL typesBen Caimano2021-01-281-8/+23
* SERVER-48862 Donor should not be able to start/commit a index build for a ten...Matthew Russotto2021-01-271-1/+2
* SERVER-53819 support retryable writes (batch size 1) for time-series collectionsBenety Goh2021-01-231-0/+53
* SERVER-53654 Add serverStatus section for global time-series bucket infoGregory Noma2021-01-201-0/+3
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-53317 Update time-series bucket min/max efficientlyGregory Noma2021-01-061-7/+11
* SERVER-53391 Use insert for newly-created time-series bucketsGregory Noma2020-12-191-45/+54
* SERVER-53395 time-series insert uses delta updates instead of classic updateBenety Goh2020-12-181-8/+49
* SERVER-53395 time-series bucket update creates write_ops::Update, bypassing O...Benety Goh2020-12-181-34/+29
* SERVER-53395 split upsert logic for time-series into insert and update code p...Benety Goh2020-12-181-21/+71
* SERVER-53352 time-series inserts use classic update instead of aggregation pi...Benety Goh2020-12-161-22/+20
* SERVER-53316 streamline time-series insertsBenety Goh2020-12-141-16/+6
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-1/+1
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-071-52/+11
* SERVER-52967 Support object type metadata for time-series collectionsGregory Noma2020-12-071-4/+3
* SERVER-52966 exclude metadata field from data field in bucket collectionBenety Goh2020-12-031-2/+12
* SERVER-52966 exclude metadata field when updating control.min and control.max...Benety Goh2020-12-031-2/+11
* SERVER-52966 add control.meta to time-series bucket collection documentBenety Goh2020-12-031-1/+8
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-4/+4
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-170/+234
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-251-3/+3
* SERVER-52529 time-series upserts should bypass document validationBenety Goh2020-11-211-2/+3
* SERVER-52526 limit time-range of measurements in each bucket in a time-series...Benety Goh2020-11-181-0/+9
* SERVER-52526 limit size of measurements in each bucket in a time-series colle...Benety Goh2020-11-181-0/+7
* SERVER-52526 enclose time-series upsert query in and query operatorBenety Goh2020-11-181-4/+8
* SERVER-52526 limit number of measurements in each bucket in a time-series col...Benety Goh2020-11-171-2/+8
* SERVER-52522 transform time-series inserts to upserts in write commandBenety Goh2020-11-121-7/+93
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-6/+17
* SERVER-51872 allow inserts on time-series viewBenety Goh2020-11-031-0/+52
* SERVER-51896 Inline logic for waitUntilCommittedOrAborted and rename waitUnti...Jason Zhang2020-11-021-1/+1
* SERVER-51452 TenantMigrationConflict should store a shared_ptr to the TenantM...Jason Zhang2020-10-281-4/+7
* SERVER-51423 Test that a bulk write returns ok for the writes that complete b...Jason Zhang2020-10-221-2/+38
* SERVER-49931 Transactionalize dropUser commandsSara Golemon2020-10-211-1/+1