summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-1/+7
* SERVER-56763 Move $merge target collection epoch validation outside ofNick Zolnierz2021-07-151-0/+12
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+1
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-51/+5
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-7/+9
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-4/+17
* SERVER-44470 Use supportsReadConcern() for $out and $merge stagesKevin Pulo2019-12-021-0/+8
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-0/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+1
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-1/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+1
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-80/+36
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+2
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-42/+45
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-6/+15
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-0/+268