summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/views_for_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-7/+8
* SERVER-63731 Use `NamespaceStringUtil` in `ViewsForDatabase`Gregory Noma2022-10-121-14/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-98/+281
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-11/+1
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-302/+107
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-107/+302
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-191-1/+1
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-3/+4
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-011-7/+24
* SERVER-68183 Change ViewDefinition constructor to take in DatabaseNamejannaerin2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63126 Prevent creating view on system.buckets namespaceDan Larkin-York2022-05-051-0/+11
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2022-04-201-42/+55
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-0/+196