summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* cloneSvilen Mihaylov2020-09-093-20/+116
* fix visitorSvilen Mihaylov2020-09-093-54/+65
* fix visitorSvilen Mihaylov2020-09-094-36/+33
* optimizerSvilen Mihaylov2020-09-0911-0/+726
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-071-1/+21
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-2/+2
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-035-320/+546
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-038-48/+77
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-1/+1
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-033-0/+40
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-031-0/+3
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-034-39/+32
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-026-22/+23
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-028-27/+654
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-021-16/+95
* SERVER-50385 Use MONGO_UNREACHABLE in SBE visit() methods for $text MatchExpr...David Storch2020-09-021-2/+8
* SERVER-48555 Allow yielding during SBE runtime planningDavid Storch2020-09-016-7/+40
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-316-27/+157
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-302-4/+24
* SERVER-49512 Use SBE global environment to store the timezone database and us...Eric Cox2020-08-285-30/+46
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-276-0/+14
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-272-5/+5
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-272-14/+53
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-271-1/+0
* SERVER-49342 Support for $switch and $cond in SBEJustin Seyster2020-08-261-73/+252
* SERVER-47856 Use $v:2 delta oplog entries by defaultArun Banala2020-08-261-1/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-2019-218/+70
* SERVER-50309 Fix use-after-move in buildMultiPlanJustin Seyster2020-08-141-1/+2
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-141-0/+10
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-8/+8
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-132-5/+10
* SERVER-50151 Support $exists match expression in SBEAnton Korshunov2020-08-131-4/+9
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-123-50/+80
* SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages ra...Mindaugas Malinauskas2020-08-102-53/+162
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-1/+0
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-1/+1
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-071-3/+7
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-0711-39/+39
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-0613-185/+531
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-47/+0
* SERVER-49839 Implement AlwaysFalse and AlwaysTrue match expressions in SBEAndrii Dobroshynskyi2020-08-051-8/+22
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-0/+47
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+6
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-022-4/+4
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-012-6/+3
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-292-0/+11
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-282-6/+80
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-271-4/+19
* SERVER-49819 [SBE] find() should apply most operators to both array field's e...Drew Paroski2020-07-271-77/+106