summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-4/+6
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-2/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-22/+15
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-1/+1
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-5/+4
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-9/+6
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-7/+7
* SERVER-46715 Support let parameter in findAndModify commandKatherine Wu2020-05-071-0/+2
* SERVER-47212: Retry full upsert path when duplicate key exception matches exa...Svilen Mihaylov2020-05-071-115/+182
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the wr...Kaloian Manassiev2020-04-211-7/+3
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-2/+4
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-3/+3
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-081-8/+0
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-011-16/+4
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-4/+6
* SERVER-46580 Fix bug with findAndModify read mirroringBen Caimano2020-03-031-1/+3
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-291-0/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+7
* 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-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-0/+23
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-10/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-3/+8
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-0/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-4/+4
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-8/+8
* SERVER-42099 Allow passing a hint to findAndModifyBernard Gorman2019-11-011-0/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-3/+8
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-7/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-12/+5
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-7/+8
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-2/+3
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-261-0/+15
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-2/+2
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-2/+2
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-2/+2
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-011-5/+8
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-4/+3
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-3/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-4/+3
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-191-2/+6
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-2/+6
* SERVER-40401 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-071-5/+0
* SERVER-40403 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-071-5/+1
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-3/+14
* 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/+2
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-1/+1