summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+2
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+1
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-2/+0
* SERVER-29425 move pattern_cmp into a .cpp fileBilly Donahue2021-11-161-0/+17
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-1/+1
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-0/+2
* SERVER-50650 Merge V2LogBuilder and document diff calculation codeArun Banala2020-09-171-0/+1
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-091-1/+3
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-041-0/+2
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-271-2/+2
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-4/+18
* SERVER-48920 Use document deltas to determine whether update affects indexesArun Banala2020-08-131-0/+12
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-2/+2
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-2/+2
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-8/+17
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-071-0/+1
* SERVER-47280 Add machinery for applying document deltasIan Boros2020-06-221-0/+2
* SERVER-47725 Implement algorithm for diffing BSON objectsArun Banala2020-06-171-1/+3
* SERVER-47705 Introduce oplog diff reader and writer classesIan Boros2020-06-101-0/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-2/+0
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-82/+28
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-1/+0
* 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-1/+7
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-2/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-2/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-0/+2
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-1/+1
* SERVER-28772 PushNodeJustin Seyster2017-08-081-0/+12
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-19/+0
* SERVER-28776 Create ObjectReplaceNodeTess Avitabile2017-07-251-0/+2
* SERVER-28766 Create CurrentDateNodeTess Avitabile2017-07-211-0/+4
* SERVER-28771 PullAllNodeJustin Seyster2017-07-211-0/+3
* SERVER-28768 Create CompareNodeTess Avitabile2017-07-191-0/+2
* SERVER-28770 Create PullNodeJustin Seyster2017-07-171-0/+3
* SERVER-28765 Create BitNode.Justin Seyster2017-07-101-0/+2
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+1
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+1
* SERVER-28774 Fix SConscript breakage resulting from a rebase.Justin Seyster2017-06-291-1/+1
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-291-0/+2
* SERVER-28769 Implement PopNode.David Storch2017-06-291-48/+12
* SERVER-28764 Create AddToSetNodeTess Avitabile2017-06-291-0/+11
* SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-141-0/+12
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-0/+10
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-261-0/+10