summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-8/+19
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-4/+2
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-2/+4
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-4/+2
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-291-3/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-1/+5
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-3/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-5/+6
* SERVER-70139 Check a view's property before returning it as a time-series col...Yuhong Zhang2022-12-151-20/+18
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-011-0/+4
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-13/+12
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-15/+15
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-141-1/+1
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-8/+7
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-3/+4
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-1/+1
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-1/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+1
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-3/+3
* SERVER-57558 Include time-series collections in listCollections with authoriz...Gregory Noma2021-06-171-14/+18
* SERVER-57220 Handle drop-pending time-series buckets namespaces in listCollec...Gregory Noma2021-05-271-0/+1
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-7/+99
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-9/+6
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-231-1/+1
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-1/+2
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-091-208/+207
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-6/+2
* SERVER-53829 Make listCollections and listIndexes commands lock freeHenrik Edin2021-01-261-20/+43
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-7/+8
* SERVER-53336 listCollections returns 'timeseries' as type for timeseries coll...Benety Goh2021-01-151-1/+1
* SERVER-53336 listCollections returns 'timeseries' as type for timeseries coll...Benety Goh2021-01-151-2/+2
* SERVER-49867 Add server status metrics to track how often a cursor has more t...Vishnu Kaushik2021-01-141-0/+3
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-021-1/+4
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-25/+44
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1