summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_list_indexes_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-6/+6
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* 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-4/+13
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-3/+5
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-67/+50
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-0/+8
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-6/+0
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-0/+6
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-4/+4
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-0/+135