summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-176-17/+48
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-173-2/+154
* SERVER-40913 Make agg Expression walkerJacob Evans2019-05-165-1/+231
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-157-110/+245
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-153-5/+47
* SERVER-40016 Add searchScore metadata handlingEvan Nixon2019-05-145-2/+53
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-148-16/+173
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-142-0/+17
* SERVER-40829 Gracefully fail to create a $listLocalSessions stage if the clie...Nick Zolnierz2019-05-141-0/+12
* SERVER-40907 Fix pipeline_metadata_tree to handle empty pipelinesNick Zolnierz2019-05-142-13/+33
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-1316-67/+242
* Revert "SERVER-40913 Make agg Expression walker"Jacob Evans2019-05-135-316/+1
* SERVER-40913 Make agg Expression walkerJacob Evans2019-05-135-1/+316
* SERVER-39395 Expose the ability the modify the expression of a $match stageNick Zolnierz2019-05-133-46/+49
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-103-47/+5
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-103-5/+47
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-0926-240/+286
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-076-42/+46
* SERVER-40055 Consolidate $round behavior with and without a defaultCharlie Swanson2019-05-072-25/+45
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-063-0/+15
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+7
* SERVER-40526 fix lintIan Boros2019-05-031-1/+1
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-034-490/+699
* SERVER-40430 Add merge support for whenMatched: mergeAnton Korshunov2019-05-033-2/+29
* Revert "SERVER-40526 Make agg Expressions walkable"Jacob Evans2019-05-024-698/+490
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-0213-116/+1728
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-014-490/+698
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-302-19/+17
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-303-185/+225
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-263-263/+436
* SERVER-40719 Include final metadata in call to pipeline_metadata_tree::makeTreeNick Zolnierz2019-04-252-11/+15
* SERVER-40520 avoid dropping temp collection when $out succeedsIan Boros2019-04-231-0/+3
* Revert "SERVER-40083 Don't recompile each time $regex is evaluated when regex...Ian Boros2019-04-233-436/+263
* Revert "SERVER-40083 Rename 'pcre' variable to fix compile issue becase of ty...Ian Boros2019-04-232-6/+6
* SERVER-40083 Rename 'pcre' variable to fix compile issue becase of typedef co...Arun Banala2019-04-232-6/+6
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-233-263/+436
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-173-4/+4
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-153-4/+4
* SERVER-39396 Move stub mongo process interface with mocked lookupSingleDocume...Evan Nixon2019-04-114-74/+174
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-3/+3
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-1139-291/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-117-46/+88
* SERVER-40527 Fix missing virtual in agg_expression_testNick Zolnierz2019-04-102-0/+9
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-1039-0/+291
* SERVER-40527 Implement visitor for aggregation expressionsNick Zolnierz2019-04-103-1/+648
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-092-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0914-49/+36
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-084-27/+28