summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-236/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-2/+16
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+2
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-7/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-0/+4
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-15/+9
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-2/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-0/+1
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-1/+0
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-0/+1
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-5/+2
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-251-0/+6
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-4/+4
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-7/+18
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+0
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-8/+8
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-11/+1
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-168/+165
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-5/+11
* SERVER-17303 findAndModify upsert calls Collection::insertDocument() directlyDavid Storch2015-02-191-0/+27
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-0/+3
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-0/+12
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-1/+5
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-4/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-0/+5
* SERVER-14497 UpdateStageDavid Storch2014-08-111-0/+164