summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-4/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-8/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-133-6/+7
* SERVER-51133 should consider index visibility in relation to its snapshotLouis Williams2020-10-081-1/+8
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-3/+3
* SERVER-48863 Implement agg array operators starting with A-I in grammar.George Wangensteen2020-10-081-6/+27
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-081-37/+8
* SERVER-50732 Support $filter expression in SBENikita Lapkov2020-10-071-0/+4
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-0513-92/+397
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-027-64/+44
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-014-28/+30
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-293-0/+218
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-281-21/+21
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-288-63/+173
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-269-43/+40
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-09-252-13/+39
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-251-3/+3
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-237-0/+39
* SERVER-50828 Coverity analysis defect 112053: Unchecked return valueEric Cox2020-09-221-1/+1
* SERVER-48873 Implement agg trig expression operators in grammarKatherine Wu2020-09-222-153/+197
* SERVER-49955 Add support for trigonometric agg expressions in SBEMilena Ivanova2020-09-211-2/+3
* SERVER-50831 initialize accumulator_js_reduce scalar field in constructorGeorge Wangensteen2020-09-181-1/+1
* SERVER-50830 fix unchecked dynamic castGeorge Wangensteen2020-09-181-2/+2
* SERVER-50818 Coverity analysis defect 114987: Wrapper object use after freeArun Banala2020-09-181-2/+1
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-175-13/+13
* 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