summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-1/+12
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-191-11/+2
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-1/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-6/+15
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-18/+26
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-2/+1
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-8/+8
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-0/+4
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-4/+0
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-0/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+3
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-7/+8
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+11
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-92/+72
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-18/+21
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+13
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-2/+2
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-1/+20
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-191-4/+4
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-0/+16
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-6/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-13/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-0/+13
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+13
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+3
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-6/+35
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-061-1/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-199/+193
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-11/+60
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-26/+0
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-091-0/+17
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-10/+2
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+13
* SERVER-14101 explain for updateDavid Storch2014-09-111-2/+17
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-2/+10
* SERVER-10159 Re-use Collection and index data structures rather than re-acqui...Andrew Morrow2014-01-041-3/+3
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-10/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-7/+22
* wrong log level and typo in UpdateRequest.toString()Scott Hernandez2013-10-101-1/+1
* SERVER-1351: return new _id from inserted doc from updateScott Hernandez2013-10-101-0/+14
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-201-11/+0
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-16/+8
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-0/+167