summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_coll_stats_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-011-3/+0
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-1/+2
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-1/+1
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-1/+1
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-08-271-21/+44
* SERVER-57287 Pull the shards' summed 'timeseries' field values to the top-lev...Dianna Hohensee2021-06-151-0/+77
* SERVER-56883 Fix db.collection.stats() error on mongos when calling on timese...Henrik Edin2021-05-251-1/+5
* SERVER-56689 ensure mongos collStats can handle large values for scaleBenety Goh2021-05-091-1/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-5/+5
* SERVER-43902 Apply scaling for collection statistics after summing statistics...Gregory Wlodarek2020-08-271-11/+62
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-251-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+4
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-4/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-1/+2
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-22/+23
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-1/+1
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+1
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-0/+211