summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-2216-94/+185
* SERVER-54611 Allow $_internalUnpackBucket to invoked for external client in A...Rishab Joshi2021-02-221-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-2/+2
* SERVER-53398 Add removable window function executorTed Tuckman2021-02-228-0/+477
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-3/+3
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-4/+7
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-193-1/+19
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-191-7/+7
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-1942-80/+237
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-191-1/+0
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+0
* SERVER-54604 Add support of $_testApiVersion expression in SBEArun Banala2021-02-181-3/+1
* SERVER-53974 Generate unique field name for partitionBy expressionHartek Sabharwal2021-02-181-3/+5
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-173-12/+18
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-173-13/+15
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-176-19/+22
* SERVER-54440 Reorganize Unpack Bucket Unit TestsJacob Evans2021-02-174-592/+644
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-165-5/+243
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-146-47/+149
* SERVER-54388 Fix variable shadowing in document_source_set_window_fields.cppNick Zolnierz2021-02-121-2/+2
* Revert "SERVER-53714 Add removable $min/$max window functions"Gregory Wlodarek2021-02-125-242/+5
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-113-38/+43
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-115-5/+242
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-114-29/+184
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-112-9/+13
* SERVER-53486: Allow rewrite to push projections on bucketed fields into $unpa...Hana Pearlman2021-02-105-223/+701
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-1015-13/+356
* SERVER-53467 Investigate performance of $_internalUnpackBucket over BSONEric Cox2021-02-092-30/+39
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-094-15/+119
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-0/+1
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-082-74/+60
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-062-60/+74
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-062-74/+60
* SERVER-54011 Change showRecordId() to support the ObjectId typeGregory Wlodarek2021-02-041-3/+8
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-0421-60/+720
* SERVER-53401 Create PartitionIterator for window functionsNick Zolnierz2021-02-044-0/+438
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-0/+4
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-308-57/+109
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-303-0/+15
* SERVER-54080 Disallow both include/exclude fields from being specified at the...Eric Cox2021-01-292-0/+15
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-2713-78/+307
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-2613-307/+78
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-2613-78/+307
* SERVER-53975 Fix performance of group-by-count aggregationsIan Boros2021-01-261-1/+2
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-2/+2
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-252-33/+36
* SERVER-53487: Add utilized fields in an inclusion projection based on depende...Hana Pearlman2021-01-258-16/+445
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+1