summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-171-0/+15
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-0/+8
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-07-261-19/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-18/+34
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-4/+4