summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20504 Rename $lookUp stage to $lookupCharlie Swanson2015-09-232-2/+2
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-6/+5
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-183-16/+66
* SERVER-20214 Stop supporting majority read concern level with MapReduce and A...Mathias Stearn2015-09-172-2/+9
* SERVER-4588 Add option to $unwind stage to include array index in outputCharlie Swanson2015-09-113-61/+239
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-114-167/+349
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-035-3/+145
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-2/+1
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-4/+0
* SERVER-18022 Fix places relying on old $readMajorityTemporaryNameMathias Stearn2015-08-281-0/+5
* SERVER-19182 Avoid crash during pipeline with an initial $sample stage on a n...Charlie Swanson2015-08-271-1/+2
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-2712-74/+520
* SERVER-12015 Re-enable use of covering indices in an aggregation pipelineCharlie Swanson2015-08-273-74/+160
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-1/+7
* SERVER-9625 Logging arguments of failed test case in expression unit testsJames Cohan2015-08-141-6/+12
* SERVER-19877 Change format of accumulator unit testsJames Cohan2015-08-141-1045/+237
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-1110-32/+210
* SERVER-19095 Changes parsing of stages in authorization checking and adds ent...James Cohan2015-08-111-10/+9
* SERVER-9666 Add more misssing LIBDEP edgesAndrew Morrow2015-08-101-0/+1
* SERVER-18925 Enable pipeline merging to happen on random shard when possibleJames Cohan2015-08-071-0/+1
* SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressionsCharlie Swanson2015-08-073-72/+264
* SERVER-19095 Prep for $lookUp, add checks for auth and sharded collection(s)James Cohan2015-08-075-22/+121
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-08-072-0/+276
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-073-2/+160
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-061-1/+0
* Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre...James Cohan2015-08-042-275/+0
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-07-312-0/+275
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-292-2/+1
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-19464 Have DSMergeCursors correctly cleanup _cursors in dispose()Mathias Stearn2015-07-242-2/+16
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+1
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-2011-35/+634
* Revert "$sample"Charlie Swanson2015-07-2011-634/+35
* $sampleCharlie Swanson2015-07-2011-35/+634
* SERVER-18846: Converts DocumentSourceTests into unit testsJames Cohan2015-07-206-272/+2028
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+2
* SERVER-14691: $avg accumulator should return null if it receives no numeric i...Charlie Swanson2015-07-152-2/+2
* SERVER-8141 Avoid treating arrays as literals in aggregation pipelineCharlie Swanson2015-07-152-0/+41
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+4
* Move expression.h's out-of-line implementations to be inlineCharlie Swanson2015-07-141-16/+6
* SERVER-6074 Add $slice aggregation expressionCharlie Swanson2015-07-142-2/+116
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+4
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-1315-162/+251
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-2/+2
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-097-10/+13
* SERVER-19105 Remove now unused names of DocumentSources from header fileCharlie Swanson2015-07-081-20/+0
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-063-5/+5
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-07-012-2/+28
* Revert "SERVER-8568 Add $sqrt aggregation expression"James Cohan2015-06-302-28/+2