summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+33
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-212/+0
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-0/+4
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-3/+5
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-6/+8
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-8/+6
* SERVER-31559 Merge GenericCursorManager into MongoProcessInterfaceBernard Gorman2017-11-141-0/+7
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-6/+8
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-261-0/+9
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-0/+7
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-10/+55
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-5/+6
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-26/+57
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-1/+12
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-29/+37
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-9/+60
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-5/+32
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-0/+2
* SERVER-30166 Support pipelines running on mongos onlySara Golemon2017-09-151-0/+5
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+1
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-011-2/+6
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-4/+12
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-6/+11
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-3/+3
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-52/+41
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-41/+52
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-3/+3
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-3/+3
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-52/+41
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-1/+3
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-161-0/+6
* Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-151-6/+0
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-151-0/+6
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-3/+48
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-3/+17
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-28/+23
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-5/+14
* SERVER-27288 Release Document ref in DocumentSourceSkip and DocumentSourceMat...James Wahlin2016-12-191-0/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-22/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1791/+3
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-81/+210
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-23/+71
* SERVER-25688 Allow $bucketAuto to spill to disk.Charlie Swanson2016-09-131-17/+25
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-35/+31
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-41/+43
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-5/+7
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-4/+25
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-61/+159