summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10554 Patch memory leak in aggregationMathias Stearn2013-08-191-2/+12
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-11/+3
* Add relational operators to DocumentMathias Stearn2013-08-091-3/+20
* Add returning version of Document::toBson()Mathias Stearn2013-07-251-0/+1
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+7
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-1/+1
* Literal syntax for Document/Value similar to BSON() and BSON_ARRAY()Mathias Stearn2013-06-181-0/+68
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-0/+5
* Support MutableDocument::setNestedField with a FieldPathMathias Stearn2012-12-141-4/+14
* Optimize MutableDocument::freezeMathias Stearn2012-12-101-2/+5
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-1/+4
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-101-0/+3
* fix windows buildMathias Stearn2012-11-171-1/+1