summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_coll_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-011-5/+5
* SERVER-70972 Push simple getField() expressions into SBE scan stageDrew Paroski2022-11-161-1/+1
* SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-311-1/+5
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-2/+1
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-131-4/+2
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-1/+1
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-1/+3
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-3/+1
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-13/+14
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50382 Add support for $expr match expression in SBEAnton Korshunov2020-09-151-0/+1
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-1/+1
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-0/+3
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-181-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+59