summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+22
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-338/+337
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+5
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-7/+9
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-4/+4
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-311-0/+4
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-05-301-0/+5
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-05-301-19/+154
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-061-3/+7
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-0/+3
* SERVER-12470 SERVER-12475 SERVER-9532 fix multikey index bounds for compound ...David Storch2014-02-101-0/+83
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-7/+0
* SERVER-10026 support max/min in new sysHari Khalsa2013-12-041-0/+9
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-1/+2
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-0/+11
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-2/+3
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-0/+159