summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27008 Remove unnecessary use of FieldPathCharlie Swanson2016-11-141-2/+2
* SERVER-25911 Avoid extra string allocations during $matchCharlie Swanson2016-11-112-5/+13
* SERVER-25604 fix $replaceRoot error messageDavid Storch2016-11-092-20/+11
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-042-2/+12
* SERVER-26687 NumberDecimal unit tests for $sum accumulatorJames Wahlin2016-11-041-1/+10
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-2/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-2480-1839/+2859
* SERVER-25195 Fix error message for $range's step validationCharlie Swanson2016-10-241-1/+1
* SERVER-25991 Use StringData literal in WithNullCharacter* test casesMarko Vojvodic2016-10-181-2/+4
* SERVER-26461 Don't exclude fields when entire document is needed.Charlie Swanson2016-10-142-1/+28
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-141-4/+18
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-0628-196/+825
* SERVER-25038 make LiteParsedDocumentSource destructor virtualDavid Storch2016-10-041-0/+2
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-0330-96/+613
* SERVER-25688 Allow $bucketAuto to spill to disk.Charlie Swanson2016-09-133-100/+263
* SERVER-25950 Improve efficiency of Dependencies::extractFields()Charlie Swanson2016-09-132-20/+25
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-1223-126/+1048
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-2/+3
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-094-8/+8
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-087-20/+20
* SERVER-25736 deleted Pipeline::Optimizations::LocalMaria van Keulen2016-09-081-5/+3
* SERVER-24920 fix false positives for `Value::integral` on non-integral decima...Sam Rossi2016-09-081-1/+1
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-0719-222/+313
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-0211-218/+259
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-0126-4975/+5454
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-0132-760/+1073
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-013-3/+60
* SERVER-25590 fail cleanly if aggregate command 'pipeline' field has wrong typeDavid Storch2016-08-301-3/+7
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-291-2/+2
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-294-4/+24
* SERVER-25520 Remove unintended linkage of the unittest libraryAndrew Morrow2016-08-261-1/+1
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-253-100/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-237-16/+34
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-4/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-187-101/+115
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-165-10/+50
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-169-52/+34
* SERVER-25584 Ensure $facet and $bucketAuto run on merging shard.Charlie Swanson2016-08-162-2/+23
* SERVER-25509 make $replaceRoot an alias for DocumentSourceSingleDocumentTrans...Carly Robison2016-08-153-118/+111
* SERVER-25581 Give TransformerInterface a virtual destructor.Max Hirschhorn2016-08-121-0/+1
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-111-1/+1
* Revert "SERVER-5781 fixed unittest error code for addFields"Carly Robison2016-08-112-58/+51
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-112-51/+58
* SERVER-5781 fix error codes for addFieldsCarly Robison2016-08-111-1/+1
* SERVER-5781 addFields stage.Carly Robison2016-08-1115-206/+1401
* SERVER-24769 Remove pessimizing moveKyle Suarez2016-08-111-1/+1
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-108-23/+396
* SERVER-25139 make $graphLookup's cache collation-awareDavid Storch2016-08-107-71/+165
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-082-5/+3
* SERVER-24152 Change error code to avoid duplicates.Max Hirschhorn2016-08-082-5/+5