summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_cmd.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-6/+6
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-5/+5
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-2/+6
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-1/+3
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-3/+7
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+1
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+2
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-5/+0
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-1/+0
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-071-1/+9
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-041-9/+1
* SERVER-73407 Collect telemetry on mongos for find and aggDavis Haupt2023-02-031-1/+9
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-2/+2
* SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-011-1/+1
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+4
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-8/+8
* SERVER-66999 Check sharding initialized if running an explain with clusterFin...Ruoxin Xu2022-06-091-0/+2
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+4
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-3/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+2
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-1/+3
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-7/+6
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-251-0/+7
* SERVER-63495 Link cluster commit and abort into mongodJack Mulrow2022-03-171-2/+2
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+297
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-82/+0
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-3/+3
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+82