summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-1/+1
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-4/+5
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+2
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-5/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-51/+52
* SERVER-73018 Add a write stage common logic to PreWriteFilterYoonsoo Kim2023-01-261-30/+9
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-11/+19
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-0/+1
* 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-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+4
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-7/+3
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-49/+97
* 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-17/+44
* 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-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-6/+11
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-271-6/+13
* SERVER-62315 Cache the ownership filter on the update/delete stageSergi Mateo Bellido2022-01-211-13/+15
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-0/+295