summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query_encoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-10/+8
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-5/+12
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-10/+12
|
* SERVER-42433 use ProjectionAST in canonical query encodingIan Boros2019-10-091-37/+37
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+10
|
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+3
| | | | | | A new MatchExpression was added in JSONSchemaParser. FleBlob is currently used only here. We may decide to share it in the future as necessary.
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-3/+0
| | | | This reverts commit 3316e2858a761897b7263a9aa1185c2a0f53c9c4.
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+3
| | | | | | A new MatchExpression was added in JSONSchemaParser. FleBlob is currently used only here. We may decide to share it in the future as necessary.
* SERVER-38577 Implement internal match expression which matches a particular ↵vrachev2019-01-141-0/+3
| | | | BinData subtype
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+525
|
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-525/+0
| | | | This reverts commit 36d4668e854d8bd17e8b684dbbf42b3b0903bbe7.
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+525