summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40647 ViewCatalog::iterate should use _reloadIfNeeded rather than _req...Xiangyu Yao2019-04-161-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40497 Fix ViewCatalog call to get() on empty boost::optionalJames Wahlin2019-04-052-1/+12
* SERVER-39512 Make Database class thread-safeXiangyu Yao2019-04-012-2/+2
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-282-2/+28
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-2/+4
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-074-9/+28
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-032-2/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1314-14/+0
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-8/+0
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-231-1/+11
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-5/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+2
* SERVER-38610 Use WithLock in ViewCatalogCharlie Swanson2018-12-132-53/+62
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2214-251/+279
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-10/+6
* 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-29908 Move 'updateConfigServerOpTimeFromMetadata' out of ShardingStateKaloian Manassiev2018-08-011-1/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+4
* SERVER-35929 restart view resolution if catalog is invalidatedKyle Suarez2018-07-101-33/+70
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-3/+3
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-2/+1
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+2
* SERVER-34902 disallow $out in view pipelinesamontea2018-06-122-4/+32
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-073-153/+0
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+2
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-032-3/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-0/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32436 Add virtual destructor to DurableViewCatalogChibuikem Amaechi2018-03-011-0/+1
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-3/+11
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-0/+1
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-22/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+5
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-175-70/+57
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-0/+5
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-122-149/+13
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-2/+2