summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-870/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-8/+12
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-6/+18
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-5/+5
* SERVER-38461 Limit upsert retry to DuplicateKey violations with matching valuesJames Wahlin2018-12-121-3/+21
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-5/+71
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-3/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-48/+47
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-5/+1
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-8/+6
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-2/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+0
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-2/+3
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-2/+2
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-2/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-24/+17
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-37/+23
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-0/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-0/+25
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-66/+41
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-2/+2
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-3/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-4/+4
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-2/+3
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+6
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+3
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-441/+75
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-4/+4
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-6/+0
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-0/+6
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-6/+0
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-0/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-42/+124
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-11/+21
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+7
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-171-4/+0
* Revert "SERVER-14662 fix duplicate uassert error code"Tess Avitabile2016-11-171-1/+1
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-1/+1