summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_tag.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
|
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-13732 Index access plan for contained OR should consider top-level ↵Tess Avitabile2017-02-171-10/+125
| | | | predicates
* SERVER-22867 Convey to access planner when to intersect bounds.Max Hirschhorn2016-03-031-7/+25
| | | | | | | | | | | | The plan enumerator is already aware of the rules for intersecting and compounding bounds with multikey indexes. By making this information part of the index assignment, the access planner can know whether it should intersect the bounds or generate a self-intersection plan. This change avoids creating duplicate work in the access planner that already has to exist in the plan enumerator when the rules for intersecting and compounding bounds becomes based on what prefixes of indexed fields cause the index to be multikey.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+91
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
|
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-1/+1
|
* SERVER-12470 SERVER-12475 SERVER-9532 fix multikey index bounds for compound ↵David Storch2014-02-101-1/+20
| | | | | | | | indices and elemMatch The new query system multikey index bounds behavior now largely matches that of 2.4. For a detailed description of the rules for building multikey index bounds, see the long comment atop db/query/planner_access.h.
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
|
* SERVER-10471 Clone tag correctly in RelevantTag::clone()Jason Rassi2013-10-071-1/+1
|
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-0/+7
|
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-5/+8
|
* SERVER-10471 enumerate indices w/array operators correctly, clean up and ↵Hari Khalsa2013-09-301-4/+7
| | | | comment planner
* SERVER-10471 switch to memoization enumeratorHari Khalsa2013-09-261-1/+31
|
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+14
|
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-0/+44