summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-22052 refactor Collection::deleteDocument to pass in the to-be...Dianna Hohensee2016-01-061-1/+1
* SERVER-22052 refactor Collection::deleteDocument to pass in the to-be-deleted...Dianna Hohensee2016-01-051-1/+1
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+1
* SERVER-21434 Retry a findAndModify if it conflicts on an update or deleteCharlie Swanson2015-11-131-2/+19
* SERVER-19334: Refactor handling of status in delete stageGeert Bosch2015-10-161-116/+129
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-20512 Remove invalid calls to makeObjOwnedIfNeeded().Max Hirschhorn2015-10-071-11/+4
* SERVER-19957 Transition to OWNED_OBJ state after performing the delete.Max Hirschhorn2015-09-081-3/+9
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-2/+5
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-5/+11
* SERVER-19838 Remove member DeleteStageParams::shouldCallLogOpJason Rassi2015-08-101-12/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-11/+6
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+6
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-37/+11