summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/write_stage_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-18/+0
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-1/+1
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-4/+4
* SERVER-73018 Add a write stage common logic to PreWriteFilterYoonsoo Kim2023-01-261-1/+67
* SERVER-73288 Cache sharding collection description on update_stageJordi Serra Torrens2023-01-251-0/+18
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-0/+6
* SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flagAntonio Fuschetto2022-07-141-1/+0
* SERVER-67352 Skip identifying writes on orphaned documents in replica set dep...Antonio Fuschetto2022-06-221-1/+1
* SERVER-63430 Compute the isStandaloneOrPrimary flag onceSergi Mateo Bellido2022-02-101-2/+2
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-271-3/+4
* SERVER-62315 Cache the ownership filter on the update/delete stageSergi Mateo Bellido2022-01-211-10/+39
* SERVER-59832 Prevent writes to orphan documentsAntonio Fuschetto2021-12-101-0/+12
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-251-0/+58