summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_last.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-2/+2
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-2/+2
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-2/+2
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-2/+2
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-2/+2
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-3/+5
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-0/+2
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-131-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-22/+22
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+3
* SERVER-9444 Remove context-awareness from Accumulators to prep $group for SorterMathias Stearn2013-07-101-8/+13
* Accumulators are not Expressions so they shouldn't deriveMathias Stearn2013-06-181-8/+6
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-2/+1
* Convert to unix line endingsMathias Stearn2012-06-291-48/+48
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-7/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+48