summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48790 Add barebones CST->MatchExpression translationNick Zolnierz2020-09-011-0/+13
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-018-90/+56
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-314-32/+41
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-284-2/+52
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-278-452/+571
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-2/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-272-3/+3
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-263-2/+40
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-2615-223/+342
* SERVER-50329 Fix a use-after-free error in the CommonProcessInterfaceKaloian Manassiev2020-08-201-3/+4
* SERVER-48539 Add internal concurrency control to CollectionIndexUsageTrackerDianna Hohensee2020-08-191-4/+4
* SERVER-48905 Allow $rand in command-level 'let'David Percy2020-08-173-6/+17
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-142-8/+31
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-145-5/+5
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-135-2/+364
* SERVER-48872 Implement agg string expression operators in grammarNick Zolnierz2020-08-121-29/+51
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-1110-30/+58
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-08-105-29/+85
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-075-70/+332
* 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