summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-297/+0
* SERVER-59832 Prevent writes to orphan documentsAntonio Fuschetto2021-12-101-0/+18
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-211-1/+1
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-8/+11
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-34/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-7/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-7/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-1/+0
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-3/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-10/+15
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-18/+22
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-5/+5
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-23/+32
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-5/+1
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-011-8/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-2/+8
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-4/+4
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-22178 Move calls that cannot throw out of try/catch block.Charlie Swanson2016-03-251-1/+1
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-251-56/+69
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-241-5/+1
* SERVER-22531 use uassert instead of massert when stepping down during multi d...Eric Milkie2016-02-091-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-6/+6
* SERVER-16097 invariant(_collection) in DeleteStage::doRestoreState().Max Hirschhorn2016-02-041-0/+1
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-211-10/+0
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-16/+1