summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-0/+17
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-9/+9
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-100/+129
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-128/+71
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-32/+2
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-47/+1
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-7/+7
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-4/+265
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-1/+1
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-171-0/+40
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-5/+37
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-5/+35
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-061-0/+8
* SERVER-40430 Add merge support for whenMatched: mergeAnton Korshunov2019-05-031-1/+9
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-0/+617