summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-11692 step 1: VariablesParseState plumbingMathias Stearn2013-11-136-73/+151
* SERVER-10834 Remove stubbed-out code from Pipeline::addRequiredPrivilegesMathias Stearn2013-11-121-4/+0
* Pipeline::parseCommand doesn't need non-const BSONObj refMathias Stearn2013-11-122-10/+11
* Stop using RARELY macro in ExpressionContext::checkForInterrupt()Mathias Stearn2013-11-121-4/+12
* SERVER-10963 Remove unnecessary privilege requirements from aggregationSpencer T Brody2013-11-081-12/+0
* Fix permissions check for create command to reflect that insert implies creat...Spencer T Brody2013-11-041-1/+0
* SERVER-11479 Style for string comparisonJason Rassi2013-11-011-1/+1
* SERVER-11479 aggregate/collMod should not reject maxTimeMS optionJason Rassi2013-11-011-0/+5
* Split up Pipeline optimizations into separate functionsMathias Stearn2013-10-234-82/+186
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-212-2/+19
* Clean up AccumulatorAvgMathias Stearn2013-10-213-31/+24
* SERVER-11184 Merge consecutive $match stages in aggMathias Stearn2013-10-212-5/+18
* Clean up Pipeline::getInitialQuery() and DocSourceMatch::toMatcherBson()Mathias Stearn2013-10-215-57/+22
* Get rid of DocumentSourceFilterBaseMathias Stearn2013-10-213-121/+16
* Remove unused step and nRowsOut members from DocumentSourceMathias Stearn2013-10-213-47/+4
* Clean up ExpressionCompareMathias Stearn2013-10-212-84/+54
* DocumentSourceGroup should optimize its ExpressionsMathias Stearn2013-10-212-0/+9
* Allow agg Expressions to have differing serializations and explainsMathias Stearn2013-10-215-29/+32
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-215-18/+18
* SERVER-4816 Sharded agg $sort now merges sorted streamsMathias Stearn2013-10-214-69/+208
* SplittableDocumentSource shouldn't inherit from DocumentSourceMathias Stearn2013-10-217-22/+23
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-112-19/+2
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-113-0/+228
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-1117-91/+78
* Rip out Expression::toMatcherBson()Mathias Stearn2013-10-082-50/+0
* Rip out ExpressionFieldRangeMathias Stearn2013-10-082-417/+0
* SERVER-1891 add new ActionTypesmatt dannenberg2013-10-071-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-042-3/+3
* SERVER-10914 disallow $out to capped collectionsMathias Stearn2013-10-023-1/+13
* SERVER-10978 rename coveredIndex to indexOnly in agg explainMathias Stearn2013-10-021-1/+1
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-273-2/+8
* SERVER-5916 Allow bare $$ROOT or $$CURRENT without subfieldsMathias Stearn2013-09-244-12/+20
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-232-9/+22
* SERVER-4504 Improve DocumentSourceCursor explainMathias Stearn2013-09-202-36/+27
* SERVER-4504 explain for aggregationMathias Stearn2013-09-203-126/+31
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-204-34/+16
* Remove fake split-pipeline mode from aggregationMathias Stearn2013-09-202-35/+0
* SERVER-10086 print typeName rather than type number on type error in $set ope...matt dannenberg2013-09-091-7/+9
* SERVER-4899 $size for aggregationmatt dannenberg2013-09-092-0/+24
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0640-0/+480
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-0/+3
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-0/+7
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-2819-223/+142
* new Value(BSONArray) constructormatt dannenberg2013-08-282-1/+10
* fix compilematt dannenberg2013-08-261-1/+1
* SERVER-10588 $cond accepts an object with the fields if, then, and else (a la...matt dannenberg2013-08-262-0/+36
* SERVER-10086 fix $setDifference to return a set (spec changed)matt dannenberg2013-08-261-2/+4
* SERVER-10628 change $any to $anyElementTrue, $all to $allElementsTrue, and r...matt dannenberg2013-08-262-41/+12
* SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redactmatt dannenberg2013-08-261-12/+8
* Fix signed/unsigned comparisonsMathias Stearn2013-08-191-1/+1