summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-078-59/+59
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-1/+4
* SERVER-49510: Add functionality to pick new split points during resharding wh...Kshitij Gupta2020-08-061-4/+4
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+1
* SERVER-49510: Add functionality to pick new split points during resharding wh...wireVersionKshitij Gupta2020-08-052-0/+242
* SERVER-48861 Add arithmetic expressions to grammarTed Tuckman2020-08-041-0/+35
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-3/+6
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-035-0/+134
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+1
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-022-8/+9
* SERVER-48874 Implement agg type expressions in grammar and CSTKarmen Liang2020-07-301-6/+8
* SERVER-48848 Add support for $sample aggregation stage in grammar and CSTNick Zolnierz2020-07-294-6/+16
* SERVER-48867 Add support for comparison agg expressions to grammar and CSTNick Zolnierz2020-07-281-1/+3
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-271-2/+2
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-274-34/+76
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-3/+1
* SERVER-48865 Implement agg boolean expression operators in grammarRibhav Jain2020-07-241-0/+9
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-244-10/+402
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-232-6/+3
* SERVER-49331 Implement aggExpression rule in grammarJacob Evans2020-07-233-37/+52
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-227-21/+41
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-4/+2
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-151-2/+14
* 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