summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-724/+0
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-4/+47
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-1/+4
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+11
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-311-0/+20
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-98/+32
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-6/+3
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-1/+7
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-107/+229
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-301-4/+6
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-6/+37
* SERVER-40016 Add searchScore metadata handlingEvan Nixon2019-05-141-1/+15
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* 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-20/+30
* SERVER-38812 Merge RefCountable improvements for Futures back to common imple...Mathias Stearn2019-01-231-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-2/+27
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-2/+2
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-2/+2
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-2/+19
* SERVER-29925 Only canonicalize bson types if they differMathias Stearn2017-07-031-4/+6
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-211-2/+9
* SERVER-27437 Add dotted path expansion for Documents.Charlie Swanson2017-01-201-4/+3
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-1/+1
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-041-2/+4
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-191-2/+3
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-2/+4
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+2
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-301-0/+10
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-3/+3
* SERVER-12663 Make DocumentStorage::emptyDoc return a correctly aligned objectAndrew Morrow2015-12-211-0/+2
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-4/+4
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-9/+27
* Revert "$sample"Charlie Swanson2015-07-201-27/+9
* $sampleCharlie Swanson2015-07-201-9/+27
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-334/+321
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-0/+7
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* 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-11675 Agg text supportMathias Stearn2013-12-181-0/+43
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Use BSONElement::fieldNameStringData() in aggregationMathias Stearn2013-08-191-1/+1
* Add returning version of Document::toBson()Mathias Stearn2013-07-251-0/+7