summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38812 Merge RefCountable improvements for Futures back to common imple...Mathias Stearn2019-01-231-1/+2
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-041-11/+13
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-10/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-211-0/+2
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-1/+1
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-151-0/+10
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+1
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-0/+6
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-081-2/+10
* 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