summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-075-0/+131
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-032-6/+6
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0210-38/+25
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-025-2/+166
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-314-200/+6
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-281-1/+11
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-273-4/+36
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-272-2/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+1
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-273-37/+0
* SERVER-49342 Support for $switch and $cond in SBEJustin Seyster2020-08-261-1/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-2011-66/+33
* SERVER-49840 Add BSON BinData value to sbeEric Cox2020-08-197-6/+117
* SERVER-50196 Remove redundant _opCtx member in MultiIteratorStageBernard Gorman2020-08-191-1/+0
* SERVER-49225 Test fixture for sbe::EExpressionJustin Seyster2020-08-195-53/+124
* SERVER-48489 [SBE] Implement a check that the current node can serve readsEric Cox2020-08-182-0/+21
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-141-1/+0
* SERVER-49226 Create unittest fixture for SBE PlanStagesDrew Paroski2020-08-1312-3/+949
* SERVER-49718 Log message reporting corruption doesn't mention namespaceMilena Ivanova2020-08-131-5/+8
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-121-1/+0
* SERVER-50061 convertFrom() assumes NumberDecimal has machine byte orderJustin Seyster2020-08-116-23/+32
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-077-187/+250
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-077-77/+118
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-078-8/+8
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-067-11/+271
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-062-0/+6
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-024-8/+6
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-012-5/+5
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-312-4/+6
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-49853 [SBE] Add support to the find command for comparing arrays and o...Drew Paroski2020-07-282-3/+16
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-285-0/+100
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-272-1/+2
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-272-0/+8
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-249-6/+739
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-244-464/+0
* SERVER-49397 Spilling to disk for sort in SBE.Martin Neupauer2020-07-236-6/+538
* SERVER-48484 Cleanup arithemtic operations.Martin Neupauer2020-07-234-49/+373
* SERVER-49123 Implement $size match expression for SBEAndrii Dobroshynskyi2020-07-231-4/+1
* SERVER-48721 Support for $returnKey in SBEJustin Seyster2020-07-165-26/+142
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-156-6/+547
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-156-547/+6
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-146-6/+547
* SERVER-46811 multi=true updates can modify the shard key of orphan documents ...Haley Connelly2020-07-141-5/+6
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-092-17/+16
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-305-41/+65
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-297-34/+20
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-267-20/+34
* SERVER-48859 Implement db.sbe test command.Martin Neupauer2020-06-245-2/+1817
* Revert "SERVER-48860 Implement db.sbe test command."Martin Neupauer2020-06-245-1816/+2