summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-261-2/+0
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-35/+27
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+9
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-2/+2
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+1
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-1/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-5/+5
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-2/+2
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+7
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-7/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+7
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+106