summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-131-10/+119
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ins...Gregory Noma2022-07-251-12/+7
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-221-6/+52
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-221-52/+6
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-201-6/+52
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-05-311-2/+1
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-051-2/+4
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-8/+4
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-6/+10
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+3
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-271-1/+2
* SERVER-62814 clusterAllCollectionsByDefault should cluster implicitly created...Haley Connelly2022-01-211-0/+9
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-151-2/+23
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-2/+2
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-2/+3
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-18/+13
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-2/+2
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-7/+24
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-041-17/+10
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-011-18/+11
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-291-23/+25
* SERVER-60201 Clean up time-series update and delete functionsGregory Noma2021-09-291-51/+3
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-12/+32
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-011-23/+23
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-211-3/+17
* SERVER-58797 Enable hint for time-series metaField-only updatesAlison Lu2021-08-201-2/+16
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-191-1/+1
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-08-171-1/+6
* SERVER-59072 Disallow updates on time-series collections where upsert:trueAlison Lu2021-08-121-0/+6
* SERVER-58380 Pass arguments in performUpdates, performInserts, and performDel...Kris Satya2021-08-121-3/+3
* SERVER-58899 Set curOp namespace to view collection for time-series updatesAlison Lu2021-08-051-1/+3
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-051-88/+69
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-9/+17
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-7/+2
* SERVER-58967 Set curOp namespace to time-series view collection for time-seri...Kris Satya2021-08-021-1/+3
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-301-32/+9
* Revert "SERVER-58742 Disallow time-series deletes on buckets with control.clo...Kris Satya2021-07-291-10/+5
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-27/+93
* SERVER-58742 Disallow time-series deletes on buckets with control.closed set ...Kris Satya2021-07-271-5/+10
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-271-30/+58
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-201-0/+3
* SERVER-58492 Add support for time-series metaField-only deletes with letKris Satya2021-07-191-5/+9
* SERVER-57736 Add timeseries delete operation for metaField only queriesKris Satya2021-07-131-1/+33
* SERVER-57721 Remove support for handling non-clustered timeseries collectionsLouis Williams2021-06-291-4/+2
* SERVER-57660 Fail time-series inserts if buckets collection does not existGregory Noma2021-06-161-3/+22
* SERVER-57038 Fix stack-use-after-scope of TransactionParticipant in write_ops...Gregory Noma2021-05-191-2/+2
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-3/+21