summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-21/+23
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-0/+8
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-0/+11
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+5
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-0/+3
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-3/+0
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-0/+3
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-151-6/+4
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-0/+10
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-211-4/+13
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-1/+0
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-011-1/+2
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-1/+2
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-1/+1
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-191-15/+8
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-16/+62
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-0/+1
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-3/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-10/+0
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-301-0/+11
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-0/+7
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-181-4/+10
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-289/+299
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-181-0/+6
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-4/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+4
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-4/+2
* SERVER-17943 Add $filter aggregation expressionCharlie Swanson2015-05-071-1/+0
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-13/+3
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-3/+1
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-1/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-15/+15
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* new Value(BSONArray) constructormatt dannenberg2013-08-281-1/+2
* SERVER-10086 $set operations for aggmatt dannenberg2013-08-091-0/+11
* Remove unused Value-from-BSONType constructorMathias Stearn2013-08-091-5/+0
* Remove unused Builder class from aggregationMathias Stearn2013-08-091-1/+0
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+7
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-0/+12
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-181-11/+0
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-0/+7