index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
commands
/
list_collections.cpp
Age
Commit message (
Expand
)
Author
2024-08-28
SERVER-93610 Move Locker out of WiredTigerRecoveryUnit (#26250)
Louis Williams
2024-08-14
SERVER-92903 Fix readOnly field of timeseries collection returned by listColl...
Pol Piñol Castuera
2024-07-19
SERVER-90893 Make list databases consistent to a given storage snapshot (#23788)
Sulabh Mahajan
2024-05-20
SERVER-85791 Defer apiStrict validation to a post-parse step (#22036)
Patrick Freed
2024-05-10
SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...
Patrick Freed
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-02-26
SERVER-86110 Determine if command is subject to ingress admission control (#1...
vstojkovic-mongodb
2024-01-17
SERVER-85143: Cleanup unnessary null pointer check
David Dominguez-Sal
2023-12-26
SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.h
Silvia Surroca
2023-12-18
SERVER-82352 Replace tenantId and SerializationContext with ValidatedTenancyS...
Mathis Bessa
2023-12-13
SERVER-82221: listCollections requests up to date information from the collec...
David Dominguez-Sal
2023-11-06
SERVER-76238 replace NO_YIELD with INTERRUPT_ONLY
Rushan Chen
2023-09-29
SERVER-80971 forShard and forRouter
Billy Donahue
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-25
SERVER-78486 Replace parseNamespaceFrom* calls with deserialize
Hugh Tong
2023-08-21
SERVER-79907 MONGO_REGISTER_COMMAND integration
Billy Donahue
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-11
SERVER-77244 Access VTS for SerializationContext for validate()
Hugh Tong
2023-06-06
SERVER-77783 Use ListCollections request in checkAuthorizedToListCollections
Sara Golemon
2023-05-19
SERVER-74492 Make DatabaseNae::toStringWithTenantId private
Mathis Bessa
2023-05-12
SERVER-76582 Pass correct SerializationContext objs into command replies
Hugh Tong
2023-05-11
SERVER-75497 Convert ordered containers in CollectionCatalog to immutable
Dan Larkin-York
2023-05-04
Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...
Gregory Wlodarek
2023-05-02
SERVER-75497 Convert ordered containers in CollectionCatalog to immutable
Dan Larkin-York
2023-03-29
SERVER-75261 Added accounting for array element overhead for "listCollections...
Mindaugas Malinauskas
2023-03-29
SERVER-73112 Make NamespaceString constructors private
jannaerin
2023-03-15
SERVER-74184 Support SerializerFlags in constructors for IDL structs
Hugh Tong
2023-03-02
SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...
Henrik Edin
2023-02-15
SERVER-73818 Remove CollectionPtr from CollectionCatalog interface
Henrik Edin
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-12-15
SERVER-70139 Check a view's property before returning it as a time-series col...
Yuhong Zhang
2022-08-01
SERVER-68185 Ensure view can be created on a particular tenant's collection
jannaerin
2022-07-29
SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...
Sophia Tan
2022-07-26
SERVER-67824 Rename IDLParserErrorContext to IDLParserContext
Hugh Tong
2022-07-15
SERVER-62923 Change DB lock RAII types to use DatabaseName
jannaerin
2022-05-24
SERVER-66360 Remove multi-user authentication support
Sara Golemon
2022-05-09
SERVER-64609 Rename instances of TenantDatabaseName to DatabaseName
Hugh Tong
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-22
SERVER-60761 Move the global read-only flag to be an OperationContext function
Gregory Wlodarek
2022-04-14
SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...
Sophia Tan
2022-04-07
SERVER-65270 Fix bug related to queries on large documents not respecting the...
Ian Boros
2022-02-26
SERVER-57250 Merge ViewCatalog into CollectionCatalog
Dan Larkin-York
2022-02-09
SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...
Sophia Tan
2022-02-03
SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseName
Sophia Tan
2022-01-22
SERVER-53307 Make ViewCatalog global
Dan Larkin-York
2022-01-21
Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...
Ian Boros
2022-01-19
SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...
Ian Boros
2021-10-26
SERVER-60138 Improved the allocated memory for the `getMore` commands.
Mohammad Dashti
2021-08-20
SERVER-58586: Improve ClientCursor on mongoD to store and restore the…
Hana Pearlman
2021-06-23
SERVER-57119 Changed view_catalog interface to only use NamespaceString
lukebhan
[next]