summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-781/+0
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-4/+8
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+32
* SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch2019-08-011-0/+17
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-311-0/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-81/+14
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-2/+1
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-1/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-4/+18
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-0/+23
* SERVER-40016 Add searchScore metadata handlingEvan Nixon2019-05-141-0/+12
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38812 Merge RefCountable improvements for Futures back to common imple...Mathias Stearn2019-01-231-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36922 Remove MutableDocument::hasFieldCharlie Swanson2018-09-111-4/+0
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-2/+3
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-0/+24
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-0/+4
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-1/+1
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+1
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-2/+23
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+2
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-0/+4
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-211-3/+3
* SERVER-27437 Add dotted path expansion for Documents.Charlie Swanson2017-01-201-7/+6
* 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-1/+2
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-15/+60
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-10/+0
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-301-0/+7
* SERVER-20168 Empty array should not be present in document after $unwindCharlie Swanson2015-10-071-0/+3
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-181-10/+22
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-2/+2
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-0/+12
* Revert "$sample"Charlie Swanson2015-07-201-12/+0
* $sampleCharlie Swanson2015-07-201-0/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-451/+502
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-8994: Boost 1.55 MacOS X fixesMark Benvenuto2014-06-121-6/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-1/+33