summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-101-2/+9
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-1/+3
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-0/+8
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* 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-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+39
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-47/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13115 Move isQueryIsolated() into QueryPlannerCommon.Andy Schwerin2014-03-121-0/+2
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-1/+1
* SERVER-10026 don't crash if we reverse a sort created with max/min paramsHari Khalsa2013-12-131-7/+19
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-0/+60
* SERVER-10471 fix test by no longer trying to dereference nullHari Khalsa2013-10-091-1/+1
* SERVER-10471 fix tree traversal code and buildHari Khalsa2013-10-091-1/+0
* SERVER-10471 route 2d geonear queries to old systemHari Khalsa2013-10-091-0/+59