summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53306 Start a query READMECharlie Swanson2020-12-221-0/+214
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-182-4/+10
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-4/+2
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-14/+17
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-1014-97/+46
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-092-0/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+0
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+5
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-084-9/+79
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-2/+18
* SERVER-52912 Support $slice projection operator in SBENikita Lapkov2020-12-072-82/+371
* SERVER-12573 Extend $ifNull to accept more than two argumentsHana Pearlman2020-12-041-13/+42
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-048-56/+130
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-024-1465/+0
* SERVER-50712 Handle shard filtering in SBEEric Cox2020-12-0115-32/+719
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-017-57/+57
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-0115-15/+161
* SERVER-49859 Simplify traverse stage handling in SBE projection builderNikita Lapkov2020-11-301-133/+178
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-304-2/+515
* SERVER-51544 Implement replaceOne expression in SBEAlya Berciu2020-11-271-1/+77
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-274-515/+2
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-264-2/+515
* SERVER-52678 Ensure SBE plan trees are attached to the OperationContext prior...David Storch2020-11-253-6/+2
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-253-115/+136
* SERVER-52968 Fix unowned memory bug in SBEIan Boros2020-11-231-1/+1
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-234-130/+325
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-233-17/+106
* SERVER-51468 ignore use-after-move clang-tidy errorBenety Goh2020-11-211-3/+4
* SERVER-51468 [SBE] Fix bug with $in operatorMelodee Li2020-11-201-9/+18
* SERVER-49943 [SBE] Fix edge case bug with 'find({a.b.c: ..})'Melodee Li2020-11-191-5/+11
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-2/+2
* SERVER-32960: Make $mod truncate float values consistently and use long long ...Nikita Lapkov2020-11-191-1/+6
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-22/+8
* SERVER-51554 Support expression $split in SBEMelodee Li2020-11-181-1/+63
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-182-37/+3
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-171-16/+10
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-4/+17
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-132-3/+3
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-1310-582/+1003
* SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some case...Melodee Li2020-11-121-10/+18
* Revert "SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in s...Uladzimir Makouski2020-11-121-18/+10
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-1113-1/+651
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-115-27/+113
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-115-5/+5
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-105-4/+56
* SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some case...Melodee Li2020-11-091-10/+18
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-092-3/+3
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-091-1/+38
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-093-7/+7
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-062-3/+4