summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-105-23/+28
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-0/+1
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-102-2/+19
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+1
* SERVER-51668 Report total CPU time spent by operations in serverStatusLouis Williams2020-11-091-4/+4
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-042-13/+34
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-032-4/+8
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-032-3/+42
* SERVER-44346 Fix outdated change stream commentAlya Berciu2020-10-271-4/+6
* SERVER-50832 Fix uninitialized scalar field in DocumentSourceListSessionssamontea2020-10-231-1/+1
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+7
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-222-3/+3
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-9/+9
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-3/+6
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-10-202-8/+16
* SERVER-50643: fix coverity parse warning in DocumentSourceMockcaiyingshen2020-10-152-2/+2
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-1/+1
* SERVER-50504 $facet+$match on positional path does not seem to pass results t...Ruoxin Xu2020-10-151-0/+14
* 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