summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-242-10/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-11/+11
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-27/+16
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-156-257/+337
* SERVER-40915 View namespaces now included in the LockManager's ResourceId::to...Daniel Solnik2019-07-012-3/+115
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-265-71/+150
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-103-8/+7
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-103-6/+6
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-0/+8
* SERVER-40992 Always lock system.views before view operationsXiangyu Yao2019-05-142-4/+19
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-0/+3
* 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