summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $merge46137Gregory Noma2020-02-185-36/+57
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-189-137/+219
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-183-13/+37
* SERVER-46098 Register/deregister operation with JS Scope for every function i...James Wahlin2020-02-142-8/+5
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-132-0/+58
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-1311-161/+534
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-138-20/+46
* SERVER-46087 Propagate allowDiskUse to shards for sharded $unionWithNicholas Zolnierz2020-02-131-1/+6
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-1312-29/+107
* SERVER-45526 Reclaim lookup performanceTed Tuckman2020-02-136-14/+18
* SERVER-45918 Add SortStageSimple.David Storch2020-02-132-9/+4
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-1320-236/+137
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-111-0/+2
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-108-16/+240
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-1010-22/+727
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-078-246/+16
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-077-139/+253
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-078-16/+246
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-077-253/+139
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-077-139/+253
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-078-244/+16
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-079-12/+83
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-074-7/+7
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-068-16/+244
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-0644-38/+132
* SERVER-45838 Fix lintMark Benvenuto2020-02-051-2/+2
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-0535-516/+631
* SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch2020-02-051-1/+1
* SERVER-45452 Support for reading from a view (unsharded)Charlie Swanson2020-02-032-72/+159
* SERVER-45801 Allow $unionWith inside a $lookup if the inner collection is uns...Nicholas Zolnierz2020-02-031-7/+10
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-0317-65/+111
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-032-8/+8
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-319-126/+148
* SERVER-45846 Improve performance of $splitIan Boros2020-01-291-20/+14
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-2925-154/+158
* SERVER-45674 Avoid use after free in $unionWithCharlie Swanson2020-01-281-2/+4
* SERVER-45790 Robustify $unionWith parsingCharlie Swanson2020-01-284-34/+89
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-275-846/+584
* SERVER-45725 Update dependencies for $unionWithNicholas Zolnierz2020-01-272-1/+48
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-61/+50
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-1/+2
* SERVER-45704 Guard $unionWith behind testCommandsEnabled flagNicholas Zolnierz2020-01-231-3/+3
* SERVER-44773 Optimise queries to cover on sharded clusters when using compoun...Arun Banala2020-01-223-6/+17
* SERVER-45399 Stack variable comparator lifetime fix v2Jacob Evans2020-01-211-2/+4
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-215-6/+7
* SERVER-45549 make aggregate command on mongos always send RWC (and use RWC de...Kevin Pulo2020-01-201-11/+17
* SERVER-45399 Stack variable comparator lifetime fixJacob Evans2020-01-181-1/+2
* SERVER-45399 Add basic union aggregation stage for unsharded collectionsJacob Evans2020-01-174-0/+623
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+2
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Sophie Saskin2020-01-142-2/+16