summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_shape.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-1/+1
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-4/+3
|
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-4/+9
|
* SERVER-75156 separate queryShape from telemetryKey for find requestsMaddie Zechar2023-04-261-0/+5
|
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-141-0/+4
|
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-3/+7
|
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
|
* SERVER-73663 Field name redaction for LeafMatchExpressions #10765Jess Balint2023-02-241-0/+3
| | | | SERVER-73676 Query shape (literal redaction) for leftover non-leaf MatchExpressions, pt. 2
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-0/+54