summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-3/+4
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-30/+60
* SERVER-62112 Re-add handleRIDRangeMinMax inside planner_access.cppHaley Connelly2021-12-171-0/+1
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-60702 Enable bounded collscans with arbitrary cluster keysJosef Ahmad2021-11-181-6/+14
* SERVER-61374 Support min/max with clustered hintHaley Connelly2021-11-121-1/+55
* SERVER-60010: Cover null and empty array queries with multikey index where po...Hana Pearlman2021-11-121-12/+25
* SERVER-57651 Prevent integer overflow in QueryPlanner parsing of hint parameterKatherine Wu2021-06-111-1/+1
* SERVER-54398 Extend query planner to generate bounded collection scan plans f...Svilen Mihaylov2021-04-161-0/+56
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-12/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+6
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-31/+20
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-181-3/+73
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-9/+111
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-8/+26
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-7/+7
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-151-0/+7
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+2
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-1/+12
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ...Judah Schvimer2020-10-131-2/+7
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-0/+2
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-8/+8
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-2/+2
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-301-5/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43630: Use SortPattern instead of raw BSON in query plannerSvilen Mihaylov2020-02-271-5/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+6
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-6/+3
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-10/+0
* SERVER-43270 Propagate $_resumeAfter from QueryRequest to CollectionScanParam...Vesselina Ratcheva2019-11-291-2/+13
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-3/+6
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-8/+5
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-0/+80
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-24/+24
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-23/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-4/+4
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-75/+2
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-15/+13
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-1/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-9/+9
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-34/+86
* SERVER-36521 Prevent allPaths indexes from participating in index intersectionBernard Gorman2018-09-111-0/+10
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-1/+1
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-0/+10
* SERVER-36143 Support covered plans using non-multikey fields of a star indexBernard Gorman2018-08-211-5/+5
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-10/+29