summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-48165 add warning comments about changing replicated temporary collect...Eric Milkie2020-07-101-0/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46649 Fix out_drop_temp_collections.js to work with two phase index bu...Ted Tuckman2020-04-161-5/+0
* SERVER-46705 Fix $out error messageTed Tuckman2020-03-111-1/+2
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-49/+21
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-21/+49
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-49/+21
* Revert "SERVER-46110 Expose $internalOutToDifferentDB in $out"Louis Williams2020-02-261-21/+49
* SERVER-46110 Expose $internalOutToDifferentDB in $outTed Tuckman2020-02-261-49/+21
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+5
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-21/+5
* SERVER-45349 Disallow drop of temp collection in $out before index creationTed Tuckman2020-01-061-2/+4
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-5/+0
* SERVER-44897 rename MongoProcessInterface::createIndexes() to createIndexesOn...Benety Goh2019-12-161-1/+2
* SERVER-44942 Don't allow drop of out temp collection before index copyingTed Tuckman2019-12-161-0/+13
* SERVER-44470 Use supportsReadConcern() for $out and $merge stagesKevin Pulo2019-12-021-5/+0
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-35/+60
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-211-0/+4
* SERVER-43962 Assert on valid target namespace in $out/$merge static create me...Nicholas Zolnierz2019-10-141-0/+4
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-6/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-386/+136
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-1/+1
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-1/+3
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-0/+2
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-6/+16
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Fix error code conflict.David Storch2018-12-071-1/+1
* SERVER-38063 Fail cleanly on execution-level explain of $out pipeline.David Storch2018-12-071-0/+9
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-59/+99
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-2/+6
* SERVER-20445 Add support for majority read concern level to MapReduce and Agg...Martin Neupauer2018-11-131-9/+7
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-121-0/+18
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-071-0/+6
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-28/+55
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-0/+1
* 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-13/+13
* SERVER-37219 Use rvalue references when spilling in $outCharlie Swanson2018-09-191-3/+5
* SERVER-36255 prohibit $out with readConcern level "linearizable"Kyle Suarez2018-09-121-0/+3
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-111-9/+68
* SERVER-36100 generate _id for $out uniqueKey if not presentKyle Suarez2018-08-301-1/+9