summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-3/+3
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-2/+2
* SERVER-60068 Avoid calls to fillOutPlannerParams() unless a replan is triggeredRuoxin Xu2022-03-241-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-4/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-3/+3
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-3/+3
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+3
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+3
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-17/+20
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-57/+13
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+10
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-10/+3
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+10
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-105/+110
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-6/+3
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-5/+5
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+166