summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/durable_view_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-293/+0
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-40/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-0/+327
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-327/+0
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-191-4/+4
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-12/+16
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-6/+3
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-011-12/+54
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-4/+4
* SERVER-66286 DurableViewCatalog to convert from StringData to DatabaseNameFernando Lisboa2022-06-271-4/+4
* SERVER-66355 Fix DurableViewCatalog bug where nss was passed into dbName para...Dianna Hohensee2022-06-081-6/+6
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-9/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-4/+2
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2022-04-201-41/+79
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-141-3/+4
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-25/+27
* SERVER-62895 Remove `const` from `DurableViewCatalog::belongsTo` return typeGregory Noma2022-02-091-1/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-5/+7
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-12/+14
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-1/+1
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-1/+0
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-4/+3
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-1/+5
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-5/+5
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-081-2/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-2/+0
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-5/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+11
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-3/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-2/+29
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-261-47/+64
* SERVER-40992 Always lock system.views before view operationsXiangyu Yao2019-05-141-3/+2
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-281-2/+10
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate().Justin Seyster2018-09-071-3/+4
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-2/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-2/+2
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+4