summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-011-6/+14
* SERVER-75603 Allow isQuerySbeCompatible to early returnMatt Boros2023-04-121-31/+26
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-301-0/+1
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-1/+2
* SERVER-73912: avoid copies in MatchExpression and isQuerySbeCompatible()Colin Stolley2023-02-281-3/+4
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-3/+19
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-19/+3
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-3/+19
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-6/+11
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-0/+86