summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-23/+18
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-18/+23
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-23/+18
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-1/+2
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-2/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-7/+22
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-6/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-22/+29
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-3/+3
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+4
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-7/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-50/+55
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-13/+12
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-0/+38
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-24/+123
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-123/+24
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-24/+123
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-15/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+14
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-18/+17
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-14/+21
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-3/+10
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-37/+49
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-10/+11
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-11/+10
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-10/+11
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-268/+294
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-2/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-25/+33
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+2
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-0/+319