summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache ↵Anton Korshunov2022-07-241-3/+3
| | | | commands
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-2/+2
| | | | Co-authored-by: Ruoxin Xu ruoxin.xu@mongodb.com
* 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 ↵Bernard Gorman2021-04-021-1/+1
| | | | CommandReply suffixes
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | This reverts commit 36d4668e854d8bd17e8b684dbbf42b3b0903bbe7.
* 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
| | | | | On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers.
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+3
| | | | Instead, use BSONObj::ComparatorInterface.
* 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
| | | | This reverts commit 582818dac41ac01975820c09f79d3b86dc3782cc.
* 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
| | | | | Includes partial revert of e5f17aaf. In particular, CanonicalQuery objects no longer pre-generate their PlanCacheKey.
* SERVER-12372 added plan stats for all solutions and feedback to ↵Benety Goh2014-01-211-5/+5
| | | | planCacheListPlans result
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+166