summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-2/+0
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-1/+1
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-0/+2
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-121-94/+96
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-121-96/+94
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-111-94/+96
* SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objectsJustin Seyster2017-05-171-3/+3
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-3/+0
* 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