summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_value_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2170/+0
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+1
* SERVER-43205 Fix verify failure when constructing very large ValueJustin Seyster2019-09-191-0/+13
* SERVER-42418 Allow ExpressionMeta to parse find() meta optionsIan Boros2019-08-211-1/+1
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-311-0/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-23/+7
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-70/+135
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-4/+9
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-111-2/+104
* Revert "SERVER-40869 Error when coercing out of bounds double to long"Gregory Wlodarek2019-06-051-104/+2
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-051-2/+104
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-0/+96
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-071-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-2/+69
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-021-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-11/+12
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-151-2/+2
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-211-0/+35
* SERVER-27553 Remove print macroAndrew Morrow2017-02-271-4/+3
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-24/+23
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+2
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-2/+2
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-041-0/+8
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-7/+7
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-2/+4
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-191-2/+4
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-22/+23
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-4/+4
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-301-27/+29
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-301-0/+7
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-7/+0
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-0/+7
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-7/+7
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-0/+105
* Revert "$sample"Charlie Swanson2015-07-201-105/+0
* $sampleCharlie Swanson2015-07-201-0/+105
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1463/+1601
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-10/+16
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-18/+18
* Libraryize Document and ValueMathias Stearn2015-03-051-0/+1511