summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+2
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-1/+2
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-1/+2
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-0/+46
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-4/+13
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-1/+21
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-9/+11
* SERVER-44470 Use supportsReadConcern() for $out and $merge stagesKevin Pulo2019-12-021-5/+0
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-5/+0
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-17/+28
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-211-0/+8
* SERVER-43962 Assert on valid target namespace in $out/$merge static create me...Nicholas Zolnierz2019-10-141-4/+9
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-41495 upgrade libfmt to fix a %g issueBilly Donahue2019-07-021-0/+1
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-4/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-061-15/+8
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-245/+55
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-16/+13
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-36/+65
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-171-0/+15
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-3/+66
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-13/+35
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-061-0/+6
* SERVER-40430 Add merge support for whenMatched: mergeAnton Korshunov2019-05-031-1/+19
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-0/+529