summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update_stage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54067 Enforce identical restrictions on updates to the new shard key d...jannaerin2021-01-281-0/+3
* SERVER-52974 Avoid extra calls to _doc.getObject() in update codepath.Max Hirschhorn2020-11-211-2/+19
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-061-0/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-35/+2
* SERVER-47830 Consolidate validation flags for update/upsert stagePierlauro Sciarelli2020-05-251-5/+3
* SERVER-47524 Update stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-291-2/+1
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+2
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-69/+34
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-2/+0
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-6/+0
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-0/+9
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-2/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-201-5/+8
* Revert "SERVER-39630 Allow updates to the shard key value only when the docum...jannaerin2019-03-191-8/+5
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-191-5/+8
* SERVER-39780 Throw WouldChangeOwningShardException in update stage when node ...jannaerin2019-03-061-0/+9
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-0/+236