summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-3/+8
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-7/+17
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-6/+30
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-28/+6
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-6/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-6/+28
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-1/+2
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-2/+1
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-1/+2
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-1/+1
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-1/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-46575 Add getSourceName to DocumentSourceOutTed Tuckman2020-03-031-0/+4
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-27/+5
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-5/+27
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-27/+5
* Revert "SERVER-46110 Expose $internalOutToDifferentDB in $out"Louis Williams2020-02-261-5/+27
* SERVER-46110 Expose $internalOutToDifferentDB in $outTed Tuckman2020-02-261-27/+5
* 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-6/+14
* SERVER-44470 Use supportsReadConcern() for $out and $merge stagesKevin Pulo2019-12-021-0/+8
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-3/+23
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-2/+1
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-061-2/+2
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-220/+39
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+2
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-5/+4
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-1/+3
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-6/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-10/+29
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-17/+8
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-8/+17
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-4/+39
* SERVER-20445 Add support for majority read concern level to MapReduce and Agg...Martin Neupauer2018-11-131-0/+27
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-4/+8
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-1/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-0/+7
* SERVER-37219 Use rvalue references when spilling in $outCharlie Swanson2018-09-191-3/+3
* SERVER-36100 generate _id for $out uniqueKey if not presentKyle Suarez2018-08-301-0/+4
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-6/+36
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-2/+20
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-1/+1
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-7/+44