summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_analysis_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-1/+1
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-1/+1
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+1
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-301-19/+25
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-6/+24
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-24/+6
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-6/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-51/+60
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+4
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-0/+99
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-125/+113
* SERVER-14070 fix planner_analysis_test compile on OS XDavid Storch2014-12-121-1/+1
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2014-12-121-0/+53
* SERVER-15287 Can't use index key pattern plugin fields to provide sortJason Rassi2014-09-221-0/+112