summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_internal.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-558/+0
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-09-261-5/+5
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-0/+6
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-3/+18
* SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch2019-08-011-0/+8
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-311-17/+14
* 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-219/+17
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-5/+4
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-1/+17
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-103/+338
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-1/+23
* SERVER-40016 Add searchScore metadata handlingEvan Nixon2019-05-141-1/+18
* 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-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-041-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-1/+35
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-0/+16
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22692 Don't use ValueElement ptr arithmetic methods on null pointersMathias Stearn2016-04-121-2/+1
* SERVER-12663 Make DocumentStorage::emptyDoc return a correctly aligned objectAndrew Morrow2015-12-211-4/+7
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-3/+3
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-4/+27
* Revert "$sample"Charlie Swanson2015-07-201-27/+4
* $sampleCharlie Swanson2015-07-201-4/+27
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-281/+313
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+22
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Optimize DocumentStorage::findFieldMathias Stearn2012-12-261-6/+6
* Use StringData rather than c-strings internally in DocumentMathias Stearn2012-12-201-2/+2
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-1/+1
* fix windows buildMathias Stearn2012-11-171-6/+2
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+302