summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURESERVER-38316Pawel Terlecki2019-02-041-1/+1
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-2/+1
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-2/+2
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-37/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-2/+2
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-3/+4
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+5
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-1/+1
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-1/+1
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+4
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-301-16/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-131-0/+4
* Revert "SERVER-34157 prevent writes to system collections"Kyle Suarez2018-04-131-4/+0
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-131-0/+4
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-131-3/+10
* SERVER-33475 Make retried findAndModify correctly wait for writeConcernRandolph Tan2018-03-291-0/+7
* SERVER-33263 Fail inserts/upserts in txns that would require implicitly creat...Tess Avitabile2018-03-281-0/+8
* SERVER-33858 Update and findAndModify with upsert=true should not create syst...Tess Avitabile2018-03-141-0/+1
* SERVER-33705 Add snapshot read support for findAndModifyJames Wahlin2018-03-121-8/+22
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-9/+3
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+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-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-55/+50
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-133/+54
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-7/+7
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+7
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+3
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-171-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-20/+20
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-1/+1
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-171-19/+12
* SERVER-30532 Rename find_and_modify.h to find_and_modify_common.hKaloian Manassiev2017-10-111-4/+1
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-11/+11
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-22/+12