summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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