summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+7
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+9
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-13/+13
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-4/+8
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-73/+3
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-3/+24
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-0/+10
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-041-0/+13
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-14/+11
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-22/+11
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-21/+21
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-7/+7
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-10/+0
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-2/+4
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-80/+82
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-82/+80
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-80/+82
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-183/+194
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-20/+0
* SERVER-17659 CanonicalQuery::sortTree() shouldn't depend on cache keyJason Rassi2015-04-221-1/+1
* Remove unused CanonicalQuery::_isForWriteJason Rassi2015-04-091-2/+0
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-3/+0
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-3/+5
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-311-1/+5
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+7
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-0/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-23/+60
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-2/+19
* SERVER-13184 Add simple logical rewrite+testsHari Khalsa2014-03-151-0/+10
* SERVER-13101 logLevel 2 logging for various query code pathsDavid Storch2014-03-111-1/+2
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-281-1/+3
* SERVER-12723 geo queries should not be cacheable.Benety Goh2014-02-191-0/+5
* SERVER-12277 additional validation on text queriesBenety Goh2014-01-291-2/+10
* SERVER-12424 fixed pointer to deleted match expression issue in init().Benety Goh2014-01-241-8/+2
* SERVER-10159 Avoid constructing a CanonicalQuery for IdHackRunner or id-hack ...Andy Schwerin2014-01-221-0/+6
* SERVER-8871 admin hintsBenety Goh2014-01-151-1/+1
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-0/+34
* SERVER-12153 SERVER-12171 Refactor CanonicalQuery::isValid()Jason Rassi2014-01-091-2/+8
* SERVER-10026 port old dbtests to single_solution_runner_testDavid Storch2013-12-191-1/+1
* SERVER-12005 reject queries with bad hints, invalid min/max specs and missing...Benety Goh2013-12-121-0/+7
* SERVER-8067 do not use sparse index to provide sort orderBenety Goh2013-11-271-1/+8
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-3/+6
* SERVER-11679 add some missing 'golden query' testsDavid Storch2013-11-201-0/+4
* SERVER-10026 full projection supportHari Khalsa2013-11-081-4/+4
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-1/+7
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-1/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10546 get tailable cursors right and enable repl to workHari Khalsa2013-08-261-4/+3