summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-171-0/+2
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-161-4/+3
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-152-8/+8
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-141-0/+14
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-141-14/+0
* SERVER-49539 Populate a bucket in $bucketAuto only when requiredArun Banala2020-09-143-145/+153
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-141-0/+14
* SERVER-50895 Fix leak of $unionWith cached pipeline for explain when executio...Nick Zolnierz2020-09-142-4/+3
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+1
* SERVER-50557 Remove unused ExpressionContext::jsFnTimeoutMillis member varJames Wahlin2020-09-101-4/+0
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-092-15/+7
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-083-9/+44
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+1
* 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