summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-134-13/+24
* SERVER-44642 Verify that implementation of cross-database $out attaches write...Svilen Mihaylov2020-03-135-1/+170
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-126-48/+7
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-112-6/+6
* SERVER-46705 Fix $out error messageTed Tuckman2020-03-111-1/+2
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-102-2/+1
* SERVER-45969 Test behavior of killOp and maxTimeMS with $out/$merge on second...Gregory Noma2020-03-061-0/+6
* SERVER-41060 Ensure that TimeZoneDatabase is correctly set on ExpressionConte...Ruoxin Xu2020-03-061-7/+26
* SERVER-46309 Test that $unionWith forwards readConcern set on commandCharlie Swanson2020-03-051-1/+52
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-053-45/+23
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-0533-408/+608
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-7/+6
* SERVER-46575 Add getSourceName to DocumentSourceOutTed Tuckman2020-03-031-0/+4
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-0321-114/+69
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-024-7/+15
* SERVER-46278 Ensure maxTimeMS works correctly through sub-pipeline in $unionWithKatherine Wu2020-03-022-2/+44
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-029-66/+130
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-0213-17/+235
* SERVER-45968 Test behavior of $out/$merge on secondaries with writeConcernGregory Noma2020-03-022-3/+6
* SERVER-45974 Enable $out/$merge on secondaries in non-test configurationsMihai Andrei2020-03-021-3/+2
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-5/+13
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+1
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-2812-241/+16
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-287-88/+61
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-0/+2
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-2812-16/+241
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-284-82/+32
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-2813-242/+17
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-282-14/+22
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-2713-17/+242
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2722-156/+562
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-274-32/+82
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-274-82/+32
* SERVER-45965 Implement ReplicaSetNodeProcessInterface methods needed for $outMihai Andrei2020-02-2710-263/+201
* SERVER-46311 $$IS_MR and $$JS_SCOPE access crashes serverKatherine Wu2020-02-261-6/+6
* SERVER-46123 Check whether the database is drop pending for aggregation opera...Gregory Wlodarek2020-02-262-8/+18
* SERVER-46429 Blacklist sharded_union_testLouis Williams2020-02-261-0/+5
* Revert "SERVER-46110 Expose $internalOutToDifferentDB in $out"Louis Williams2020-02-262-26/+76
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-2622-562/+156
* SERVER-46110 Expose $internalOutToDifferentDB in $outTed Tuckman2020-02-262-76/+26
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-2631-283/+1027
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2522-156/+562
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-253-12/+12
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $mergeGregory Noma2020-02-249-90/+133
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-1/+7
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-2422-562/+156
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-2122-156/+562
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-212-4/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2120-26/+15
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-217-15/+41