summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pipeline_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-4/+5
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-1/+5
* SERVER-50247 Use document deltas to determine whether update affects indexes ...Arun Banala2020-09-171-4/+9
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-1/+2
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-041-2/+4
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-4/+33
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+1
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-2/+1
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-1/+13
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-4/+22
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-1/+1
* SERVER-40585 UpdateNode should not derive from UpdateExecutorJames Wahlin2019-04-291-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+87