summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_coll_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-14/+5
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-71/+77
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-091-2/+2
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-081-4/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+6
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-251-2/+2
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-19/+36
* SERVER-50382 Add support for $expr match expression in SBEAnton Korshunov2020-09-151-4/+17
* SERVER-48472 Make SBE raise a KeyNotFound error when $_resumeAfter record id ...Anton Korshunov2020-09-111-12/+56
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-031-2/+20
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-40/+71
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+362