summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-39/+22
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-5/+5
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-5/+0
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-1/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-37/+50
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-4/+4
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-9/+11
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-271-11/+9
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-1/+1
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-231-9/+11
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-0/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-27/+28
* SERVER-70984 Remove dead code for returning RecordId from UpdateDocumentIrina Yatsenko2023-02-081-13/+5
* SERVER-73018 Add a write stage common logic to PreWriteFilterYoonsoo Kim2023-01-261-33/+10
* SERVER-73288 Cache sharding collection description on update_stageJordi Serra Torrens2023-01-251-6/+6
* SERVER-72806 Create new class for produceDocumentForInsertSanika Phanse2023-01-181-36/+3
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-6/+21
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-18/+23
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-52/+39
* SERVER-71081 Make ShardingWriteRouter instantiation a noop again for non-shar...Jordi Serra Torrens2022-11-091-7/+19
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+1
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-15/+20
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-22/+16
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-34/+8
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-4/+9
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-4/+4
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+1
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-08-021-4/+12
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-281-12/+4
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-281-4/+12
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-6/+2
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-42/+88
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-61127 Retry multi-writes that hit StaleConfig due to critical section ...Jordi Serra Torrens2022-06-091-18/+47
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-1/+3
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-3/+7
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-4/+6
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-271-9/+21
* SERVER-62315 Cache the ownership filter on the update/delete stageSergi Mateo Bellido2022-01-211-8/+10
* SERVER-61277 Concurrent writes on capped clustered collectionsJosef Ahmad2022-01-141-5/+1
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-0/+12
* SERVER-62149 Reuse ShardKeyPattern object from collection metadata in the wri...Jordi Serra Torrens2021-12-201-1/+1
* SERVER-59832 Prevent writes to orphan documentsAntonio Fuschetto2021-12-101-0/+17
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-4/+7
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-1/+1
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-9/+21
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1