summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-242-5/+7
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-1/+0
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-192-23/+44
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-5/+20
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-0/+1
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-4/+2
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-0/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-171-0/+5
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-3/+6
* 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