summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-2/+3
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+2
* SERVER-24920 fix false positives for `Value::integral` on non-integral decima...Sam Rossi2016-09-081-1/+1
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-191-5/+15
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-1/+2
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-4/+13
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-0/+9
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-2/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-16221 SERVER-23710 BinDataType should be read as unsigned in ValueAndrew Morrow2016-04-151-1/+1
* SERVER-16221 SERVER-23709 Fix out of bounds array access in ValueStorage dassertAndrew Morrow2016-04-151-3/+4
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-1/+3
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-9/+10
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-4/+4
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-2/+134
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-369/+428
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-181-0/+17
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-4/+3
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-3/+4
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-4/+3
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-15/+15
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-1/+2
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-48/+41
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+7
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-5/+6
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-1/+1
* SERVER-12132 Stop using stringstream in Value::coerceToString()Mathias Stearn2013-12-181-9/+4
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-1/+16
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-16/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* new Value(BSONArray) constructormatt dannenberg2013-08-281-0/+8
* Add check to prevent future memory leaks like SERVER-10554Mathias Stearn2013-08-191-0/+42
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-3/+3
* Remove unused Value-from-BSONType constructorMathias Stearn2013-08-091-45/+0
* Remove unused Builder class from aggregationMathias Stearn2013-08-091-1/+0
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-101-2/+2
* SERVER-9444 improve Sorter serialization of Document and ValueMathias Stearn2013-07-101-7/+138
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+11
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-181-15/+5
* Clean up and optimize DocumentSourceGroupMathias Stearn2012-12-261-3/+3
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-45/+6