summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49043 Begin CST -> Pipeline translationJacob Evans2020-07-132-6/+25
* SERVER-33966 Removed Redundant SortRibhav Jain2020-07-102-0/+249
* Revert "SERVER-33966 Removed Redundant Sort"Ribhav Jain2020-07-102-249/+0
* SERVER-33966 Removed Redundant SortBen Caimano2020-07-102-0/+249
* SERVER-48165 add warning comments about changing replicated temporary collect...Eric Milkie2020-07-101-0/+2
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-092-3/+5
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-072-54/+46
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-07-011-4/+2
* Revert "SERVER-37068 Add NumberDecimal as numeric type for aggregation expres...Kaloian Manassiev2020-06-301-2/+4
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-1/+0
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-06-291-4/+2
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-2911-33/+104
* SERVER-47704 Delete internal expression for removing tombstonesIan Boros2020-06-264-171/+0
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2020-06-251-3/+13
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-212-2/+1
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-162-41/+7
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-125-24/+32
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-122-0/+59
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-125-32/+24
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-115-24/+32
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-2/+7
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-114-9/+32
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+2
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-5/+5
* SERVER-48272 Use of vector clock can be private to metadataAndrew Morrow2020-06-091-1/+4
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-052-2/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-052-3/+7
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-044-0/+148
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-031-4/+5
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+4
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-011-4/+0
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-0/+30
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-011-0/+4
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-44/+33
* SERVER-47947: Test snapshot $lookup, $unionWith, $out and $mergeLingzhi Deng2020-05-271-1/+9
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-262-2/+0
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-231-4/+6
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-1/+1
* SERVER-48320 Fix DispatchShardPipelineTest to correctly mock an error respons...Ted Tuckman2020-05-211-1/+2
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-192-3/+6
* SERVER-48284 Fix expression_replace_test stack address leakJacob Evans2020-05-191-74/+81
* SERVER-48251 Update ‘getMaxKnownOpTime’ to return a Timestamp instead of ...Mihai Andrei2020-05-191-2/+2
* SERVER-46998 Support 'let' variables used within $merge custom pipeline updateKatherine Wu2020-05-183-20/+16
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-1661-1908/+1767
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-122-14/+26
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-1/+1
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-307-35/+57
* SERVER-47530 (Fix BF-17036) Query plan executor: Convert usage of getCollecti...Pierlauro Sciarelli2020-04-292-2/+2
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-283-0/+13
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-283-16/+30