summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-153-2/+29
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-142-4/+7
* 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-133-3/+1
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-091-1/+6
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+51
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+4
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-2/+3
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-4/+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-254-10/+35
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-203-2/+14
* SERVER-59849 Add test to verify behavior of ReshardingOplogFetcher wh…Randolph Tan2021-10-041-0/+62
* 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-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-0/+5
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-292-23/+28
* SERVER-60201 Clean up time-series update and delete functionsGregory Noma2021-09-291-51/+3
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-2/+1
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-12/+32
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-162-18/+35
* SERVER-58777 Do not count empty subdocuments toward depth on insertGregory Noma2021-09-091-2/+5
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-011-23/+23
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-0/+5
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-4/+3
* 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-192-12/+3
* 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-122-6/+6
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-104-144/+5
* 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-043-11/+7
* 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-272-28/+95
* 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-272-30/+59
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-202-0/+4
* SERVER-58492 Add support for time-series metaField-only deletes with letKris Satya2021-07-191-5/+9
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-15/+15
* SERVER-57736 Add timeseries delete operation for metaField only queriesKris Satya2021-07-132-2/+36
* SERVER-34632 config.chunks change to config.cache.chunks creates a collection...Antonio Fuschetto2021-07-091-1/+1