summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+13
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-07-211-5/+24
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-071-0/+5
* Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell s...Mihai Andrei2020-07-021-5/+0
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-011-0/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-1/+1
* SERVER-46709 Support 'let' variables in the delete commandJacob Evans2020-05-041-0/+3
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-10/+2
* SERVER-46937 Aggregation stage serverStatus counters incorrectly count update...Mihai Andrei2020-04-141-0/+12
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-8/+11
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-3/+1
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-3/+4
* SERVER-46533 Persist underlying BSON in CmdUpdate invocationAmirsaman Memaripour2020-03-111-24/+39
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-021-1/+5
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-291-0/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-10/+4
* SERVER-46283 Implement command mirroring for updateAmirsaman Memaripour2020-02-271-0/+32
* Revert "SERVER-44367 Allow hinting the delete command"Eric Milkie2020-02-271-1/+0
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-271-0/+1
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-0/+1
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-4/+10
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-5/+0
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-1/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-3/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-0/+1
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-0/+2
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-1/+4
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-2/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-0/+5
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-3/+3
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-3/+3
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-4/+6
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-101-11/+6
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-1/+1
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+1
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+1
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-1/+1
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-1/+1
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-1/+1