summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_settings.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* 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-4/+5
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-5/+4
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-4/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-5/+5
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+1
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-15/+31
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-26/+12
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+5
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-5/+3
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-95/+98
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-2/+4
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-1/+1
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+145