summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/view_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-011-7/+74
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-6/+6
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-7/+7
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-3/+5
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-19/+18
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-1/+1
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-141-6/+8
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-35/+42
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-11/+10
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-3/+3
* SERVER-54597: Allow users to specify non-default collation on TSMaddie Zechar2021-09-281-4/+4
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-3/+4
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-5/+6
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-4/+4
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-9/+3
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-231-1/+1
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-0/+1
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-14/+20
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-2/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-15/+18
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+9
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-4/+4
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-4/+4
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-4/+4
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-186/+208
* SERVER-40915 View namespaces now included in the LockManager's ResourceId::to...Daniel Solnik2019-07-011-0/+92
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-261-2/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40497 Fix ViewCatalog call to get() on empty boost::optionalJames Wahlin2019-04-051-0/+9
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-6/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-10/+6
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-34902 disallow $out in view pipelinesamontea2018-06-121-0/+15
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-0/+1
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-22/+0
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-84/+13
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-4/+4
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-1/+0
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-201-2/+124
* SERVER-31313 Prohibit creating a view with $changeStreamBernard Gorman2017-10-101-0/+79
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-0/+38
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2