summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+6
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+0
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-1/+1
* SERVER-61191 Add postImage and needsRetryImage to ReplOperationCheahuychou Mao2021-11-201-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-301-0/+5
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-241-5/+0
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-231-0/+5
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-2/+5
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-1/+9
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-21/+23
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-3/+3
* 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