index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
query
/
index_bounds_builder.cpp
Age
Commit message (
Expand
)
Author
2022-02-24
SERVER-40691 $nin:[[],...] queries are not indexed
r4.4.13-rc0
r4.4.13
Jess Balint
2020-06-09
SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcher cherry...
Mindaugas Malinauskas
2020-05-03
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-02-04
SERVER-45233 Indexed array inequality fixed to use correct bounds
Ted Tuckman
2020-01-09
SERVER-44011 Allow queries containing $not to use non-hashed compound index f...
Bernard Gorman
2020-01-07
SERVER-45152 Demote invariant to massert to prevent server crashes
Jacob Evans
2019-12-20
SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...
Sophie Saskin
2019-11-11
SERVER-44377 generate correct plan for indexed inequalities to null
Ian Boros
2019-08-05
SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GT
Misha Ivkov
2019-07-22
SERVER-42291 generate correct bounds for $nin null queries
Ian Boros
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-04-08
SERVER-40476 remove mongoutils::str::equals
Billy Donahue
2019-03-22
SERVER-40267 Clean up debug string generation for MatchExpression.
David Storch
2019-02-22
SERVER-39537 Migrate expression_index_knobs to IDL
Sara Golemon
2019-02-14
SERVER-38949 ban index usage for {$ne: <array>} queries
Ian Boros
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-06
SERVER-35402 Add validators where applicable in query_knobs.cpp
Arun Banala
2018-11-02
SERVER-37176 Skip unionize for $in with no regex
Jacob Evans
2018-11-02
SERVER-37593 Make wildcard index multikey path set retrieval more efficient
James Wahlin
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-11
SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCAN
Bernard Gorman
2018-10-10
SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...
Ian Boros
2018-10-02
SERVER-37188 Rename "All Paths" index to "Wildcard" index
James Wahlin
2018-09-22
SERVER-35493 Planning support for "field name or array index" path components...
Bernard Gorman
2018-07-31
SERVER-34846 Forwardize IndexBounds before intersectizing their OILs
Ian Boros
2018-06-20
SERVER-27646 Build index bounds for {$ne: null} predicates
Charlie Swanson
2018-04-04
SERVER-34307 replace invariant(false) with MONGO_UNREACHABLE
Benety Goh
2017-12-29
SERVER-31760 Add index support for InternalExprEqMatchExpression.
David Storch
2017-10-26
SERVER-20432 allow some escaped | chars in regexes to use tight index bounds
Kyle Suarez
2017-10-13
SERVER-21011 Fix query correctness problem related to covered matching for 2d...
David Storch
2017-08-29
SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...
David Storch
2017-07-17
SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.
David Storch
2017-06-01
SERVER-29002: Fixed typo in IndexBoundsBuilder::simpleRegex
Anne Lim
2017-05-08
SERVER-1475 Make $type:'array' match outer arrays.
David Storch
2017-01-05
SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...
Mark Benvenuto
2016-11-07
SERVER-26672 Generate exact bounds for timestamps in index bounds builder
Marko Vojvodic
2016-09-15
SERVER-26033 Allow simple range to exclude start key
Judah Schvimer
2016-09-02
SERVER-24991 log redaction for matcher, ops, pipeline, query
Thomas Schubert
2016-08-15
SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...
David Storch
2016-05-27
SERVER-23611 Refactor InMatchExpression
J. Rassi
2016-05-04
SERVER-23349 make CollatorInterface methods const
David Storch
2016-05-02
SERVER-23092 Collation-aware index key generation
Tess Avitabile
2016-03-18
SERVER-22786 update index bounds builder for collations
David Storch
2015-11-03
SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...
David Storch
2015-10-29
SERVER-21166 don't leak DistinctNode
David Storch
2015-08-11
SERVER-19596 Remove implicit circlular dependency in s2_keys
Kevin Albertson
2015-07-17
SERVER-19097 Add version 3 to 2dsphere index
Kevin Albertson
2015-07-13
SERVER-19243 $type to support "number"
Qingyang Chen
[next]