summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-6/+8
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-54812 Handle the case when find_and_modify request BSON object isRishab Joshi2021-03-021-1/+3
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+0
* SERVER-53863 Fix clang-tidy errors in find_and_modifyRishab Joshi2021-02-101-13/+13
* SERVER-53863 FindAndModify commands should inherit from IDL generated base Co...Rishab Joshi2021-02-101-360/+385
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-181-18/+26
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-0/+17
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-021-68/+112
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+2
* SERVER-51702 Log commands together with errors upon plan executor failuresPierlauro Sciarelli2020-10-201-8/+14
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-4/+4
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-7/+15
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-29/+32
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-10/+13
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-11/+7
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-07-211-1/+9
* 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