summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/view_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-2/+4
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-081-0/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-24/+32
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-261-3/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-011-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-2/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38610 Use WithLock in ViewCatalogCharlie Swanson2018-12-131-15/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-31313 Prohibit creating a view with $changeStreamBernard Gorman2017-10-101-0/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+14
* SERVER-25186 fix comment for ViewCatalog::modifyViewKyle Suarez2016-09-061-1/+1
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-061-0/+8
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-13/+12
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-1/+7
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-9/+13
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-191-8/+4
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-041-5/+13
* Revert "SERVER-24768 Add view cycle and depth checking"Siyuan Zhou2016-08-031-13/+5
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-031-5/+13
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-6/+44
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-19/+2
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-9/+25
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-141-0/+27
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+88