summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/internal_rename_if_options_and_indexes_match_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76626 Add a lock to the view namespace when renaming buckets collectio...Gil Alon2023-05-081-6/+23
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+5
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+2
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-1/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+3
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-9/+5
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-101-6/+6
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-2/+2
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-051-2/+3
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-1/+2
* SERVER-59756 ShardServerProcessInterface's rename must synchronize with DDL o...Pierlauro Sciarelli2021-09-101-10/+44
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-53737 Check for sharded collections in renameCollectionLegacyPierlauro Sciarelli2021-01-131-2/+17
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-241-2/+5
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-0/+109