summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-101-2/+39
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-1/+1
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-2/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+2
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-2/+3
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-24/+46
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-0/+28
* 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-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-14/+13
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-19/+3
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-111-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-3/+13
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+36
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-3/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+86