summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2827-294/+436
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+5
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+1
* SERVER-23473 Add collation parameter to aggregateTess Avitabile2016-05-236-4/+67
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-0/+2
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...David Storch2016-05-183-31/+32
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-1/+1
* Revert "SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates...Dianna Hohensee2016-05-183-32/+31
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+1
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...Benjamin Murphy2016-05-173-31/+32
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-172-1/+5
* SERVER-24168 Increase tolerance of random sampling tests.Charlie Swanson2016-05-161-5/+7
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+6
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23725 fix $graphLookup unit tests in pipeline_testDavid Storch2016-05-041-8/+30
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-049-5/+1118
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-033-25/+0
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-309-1118/+5
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-299-5/+1118
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-292-51/+272
* SERVER-23922 Lookup correctly serializes an internalized match.Benjamin Murphy2016-04-293-26/+123
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-4/+7
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-262-2/+7
* SERVER-6773 Aggregation now supports the split expression.Benjamin Murphy2016-04-262-0/+73
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-255-55/+478
* SERVER-18277 Properly configure ServiceContext in document_source_test.Andy Schwerin2016-04-252-4/+12
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+0
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-212-0/+30
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-212-0/+101
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-0/+1
* SERVER-10689 Aggregation now supports the switch expression.Benjamin Murphy2016-04-152-0/+149
* SERVER-16221 SERVER-23712 Aggregation unit tests should not rely on signed ov...Andrew Morrow2016-04-152-3/+8
* SERVER-16221 SERVER-23710 BinDataType should be read as unsigned in ValueAndrew Morrow2016-04-151-1/+1
* SERVER-16221 SERVER-23709 Fix out of bounds array access in ValueStorage dassertAndrew Morrow2016-04-151-3/+4
* SERVER-16221 SERVER-23708 Remove invalid cast in DocumentSource testAndrew Morrow2016-04-151-1/+1
* SERVER-22631 Improve matching efficiency in aggregation.Benjamin Murphy2016-04-133-5/+96
* SERVER-22692 Don't use ValueElement ptr arithmetic methods on null pointersMathias Stearn2016-04-121-2/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-122-0/+25
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-1/+3
* SERVER-23469 Match on unwind's indexPath is no longer optimized.Benjamin Murphy2016-04-042-2/+20
* SERVER-17294 Boost 1.60 Mongo compilation fixesMark Benvenuto2016-03-311-1/+1
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-306-3/+199
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-304-27/+57
* SERVER-23294 DocumentSourceMergeCursors accept any valid cursor nsJason Rassi2016-03-292-25/+43
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-293-0/+117
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-293-9/+100
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-292-0/+192
* SERVER-22580 Remove invalid UTF-8 from log messagesBenjamin Murphy2016-03-251-8/+6
* SERVER-23356 ExpressionSubstrCPTest does not null-terminate char*.Benjamin Murphy2016-03-251-4/+4