summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24152 add granularity option to $bucketAutoSally McNichols2016-08-0512-21/+1759
* SERVER-24921 allow excluding only the _id field in $projectSally McNichols2016-08-043-5/+22
* SERVER-25139 Add tests to verify that $lookup respects the collation.Max Hirschhorn2016-08-041-2/+0
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-0410-174/+339
* SERVER-24654 Add privilege checking for $facet stage.Charlie Swanson2016-08-011-29/+57
* SERVER-23313 add replaceRoot aggregation stageCarly Robison2016-07-294-0/+489
* SERVER-24152 Fix string comparision in SourceNameIsBucketAuto test case.Max Hirschhorn2016-07-271-1/+1
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-267-45/+1008
* SERVER-23349 add collation support to $geoNear agg stageDavid Storch2016-07-262-1/+16
* SERVER-23349 add integration tests for aggregation stages respecting the coll...David Storch2016-07-261-1/+0
* SERVER-23349 add a test for aggregation expressions respecting the collationDavid Storch2016-07-261-0/+3
* SERVER-25139 make related TODO comments refer to this ticketDavid Storch2016-07-253-5/+5
* SERVER-25039 Abort aggregation planning when a catalog operation occurs.Max Hirschhorn2016-07-252-42/+64
* SERVER-23349 make ExpressionZip and ExpressionSwitch inherit directly from Ex...David Storch2016-07-222-15/+4