summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-5/+5
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-5/+5
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-5/+5
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-3/+3
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-310/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-4/+27
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-3/+3
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-071-0/+20
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-1/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-111-30/+18
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-281-7/+17
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-0/+9
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-091-0/+16
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-30/+108
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-261-70/+25
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-10/+0
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-0/+315