summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-252-7/+17
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-191-3/+10
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-37/+14
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-012-13/+66
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-279-33/+18
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-2/+14
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-31/+14
* SERVER-40832 Add accessor to 'expression' in DocumentSourceRedactArun Banala2019-06-201-0/+4
* SERVER-40830 Move 'ReplaceRootTransformation' to header fileArun Banala2019-06-202-63/+68
* SERVER-41701 [FLE] Add support for $bucket and $bucketAutoPawel Terlecki2019-06-192-0/+11
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-192-16/+16
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-144-3/+23
* SERVER-41404: [FLE] Accessors needed for $graphLookupPawel Terlecki2019-06-131-0/+20
* SERVER-41332 Fix incorrect getterJacob Evans2019-06-131-2/+2
* SERVER-41332 Add more getters to expression.hJacob Evans2019-06-131-0/+4
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1216-1064/+1481
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-112-2/+129
* SERVER-41294 shard filtering for $sbIan Boros2019-06-0721-11/+472
* SERVER-40828 Add getter for expressions on projection nodesTed Tuckman2019-06-074-0/+60
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-0710-177/+127
* SERVER-41473 Add ExpressionFieldPath accessor that removes "CURRENT..."Jacob Evans2019-06-061-0/+4
* SERVER-40939 [FLE] Changes to enable $lookupPawel Terlecki2019-05-314-42/+107
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-3027-1631/+964
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-301-4/+6
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-2914-254/+701
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-283-0/+12
* SERVER-40015 make $sb work shardedIan Boros2019-05-288-2/+47
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-242-2/+4
* SERVER-39397 Simplify Walker to remove reference parametersJacob Evans2019-05-242-53/+20
* SERVER-39397 Add setter to ExpressionConstantJacob Evans2019-05-241-0/+4
* SERVER-41115 Add $merge support for $$NOW and $$CLUSTER_TIMEBernard Gorman2019-05-243-18/+15
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-1/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-2445-76/+78
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-5/+4
* SERVER-40934 Add accessor for _sortPattern to DocumentSourceSortPawel Terlecki2019-05-234-23/+32
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-234-25/+22
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-231-1/+1
* SERVER-40941 [FLE] Add setQuery to DocumentSourceGeoNearPawel Terlecki2019-05-231-0/+7
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-232-2/+2
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-224-16/+125
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-2312-129/+425
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-226-6/+28
* SERVER-41257 Disallow persisting new 4.2 expressions in FCV 4.0Charlie Swanson2019-05-223-4/+45
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-212-28/+20
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-218-98/+215
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-207-7/+218
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-201-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-2045-53/+224
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-173-0/+56