summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-56370 Correctly set prevOpTime of time-series oplog entries by a batch...Yuhong Zhang2021-05-111-1/+23
* SERVER-47123 remove AutoGetOrCreateDb from implicit collection creation durin...Benety Goh2021-04-301-2/+3
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-79/+59
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-1/+4
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-221-17/+158
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-13/+14
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-8/+11
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-4/+4
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-0/+3
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-10/+25
* SERVER-55168: Allow tenant migration cloner to write to system.views collectionsXueruiFa2021-03-151-1/+6
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* Revert "SERVER-53457: Handle multi-updates correctly in tenant migrations"Kaloian Manassiev2021-02-201-42/+10
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* SERVER-51281: Skip LastOpFixer for multi-doc transactionsLingzhi Deng2021-02-101-2/+5
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-9/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-6/+6
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-251-0/+6
* SERVER-52667: Correct performInserts batching.Daniel Gottlieb2020-11-161-15/+20
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-4/+4
* SERVER-51423 Test that a bulk write returns ok for the writes that complete b...Jason Zhang2020-10-221-0/+7
* SERVER-51509 Fix invalid CollectionPtr being passed in performSingleUpdateOp ...Henrik Edin2020-10-131-2/+5
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2