summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-062-11/+8
* SERVER-46916 misc. map reduce performance improvementsIan Boros2020-04-063-13/+51
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-016-1/+53
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-315-45/+21
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-1/+0
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-262-2/+7
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-03-252-5/+15
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-256-55/+11
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-252-0/+8
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-03-241-0/+4
* SERVER-46593 Use the CatalogCache directly in ShardServerProcessInterface::co...Kaloian Manassiev2020-03-232-30/+17
* SERVER-44657 Variables class does not behave as an associative mapAnton Korshunov2020-03-206-35/+43
* SERVER-45973 Test stepdown of the primary during execution of $merge/$out on ...Mihai Andrei2020-03-201-4/+9
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-192-1/+12
* SERVER-41900 Remove mergeByPBRT from aggregation_request.cppBernard Gorman2020-03-181-5/+0
* SERVER-45450 $accumulator performanceDavid Percy2020-03-172-57/+151
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-166-24/+64
* 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