summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-3/+3
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-038-45/+81
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-296-12/+69
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-282-4/+4
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-2/+4
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-08-242-12/+21
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-7/+14
* SERVER-41964 find() execution codeAnton Korshunov2019-08-231-0/+7
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-222-1/+6
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+7
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-214-187/+60
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-212-0/+22
* SERVER-42418 Allow ExpressionMeta to parse find() meta optionsIan Boros2019-08-216-84/+235
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-2/+1
* SERVER-42855 Remove UB const_casts from expression_javascript.cppNicholas Zolnierz2019-08-192-30/+23
* SERVER-42771 Add new constructor to build ExpressionContext without input BSONJacob Evans2019-08-163-76/+148
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-1688-463/+435
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-1511-20/+54
* SERVER-42644 Add $_internalJs expressionTed Tuckman2019-08-153-1/+115
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-143-5/+41
* SERVER-42694 Add internal JS reduce accumulatorDavis Haupt2019-08-135-9/+213
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-098-64/+28
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-3/+11
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-3/+1
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-082-3/+5
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-082-8/+12
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-072-6/+6
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-0710-0/+349
* SERVER-34373 add aggregation expression to test if type is numericGeorge Wangensteen2019-08-014-0/+122
* SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch2019-08-012-0/+25
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-314-17/+55
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-6/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2794-1217/+755
* SERVER-42179 Remove internalDocumentSourceSortMaxBlockingSortBytes in favor ofMisha Ivkov2019-07-262-5/+3
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-2622-512/+968
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-2410-65/+117
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-241-1/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-243-13/+4
* SERVER-41992 Fix $setIntersection so it is commutative with null and empty ar...George Wangensteen2019-07-232-4/+27
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-236-198/+82
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-2311-23/+63
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-223-13/+8
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-226-7/+36
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-181-3/+10
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-171-3/+5
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-162-5/+5
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-124-114/+21
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-127-1/+76
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-107-76/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-107-1/+76