summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-228/+58
* SERVER-38700 add Database::init()Benety Goh2018-12-191-6/+9
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-5/+12
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-191-6/+3
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-9/+0
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-2/+21
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-261-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+0
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-15/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-53/+31
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-31/+53
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-53/+31
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ...Esha Maharishi2018-02-261-1/+1
* SERVER-29057 add Database::makeUniqueCollectionNamespace()Benety Goh2017-07-281-0/+18
* SERVER-29277 add Database drop-pending flagBenety Goh2017-06-191-0/+24
* SERVER-29274 add optional dropOpTime argument to Database:dropCollection()Benety Goh2017-05-301-6/+16
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+3
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-8/+10
* SERVER-28552 Slice deps on `Database` in Catalog.ADAM David Alan Martin2017-04-041-128/+231
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-4/+4
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+21
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-2/+0
* SERVER-25860 Allow replication rollback to drop system collectionsMathias Stearn2017-01-031-0/+5
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-181-9/+0
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-2/+10
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-1/+5
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-3/+29
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-2/+9
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-181-8/+60
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-100/+106
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-071-1/+7
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-3/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-11/+11
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-2/+5
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-3/+3
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-15/+10
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-5/+2
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-2/+5
* SERVER-13951 Fix rollback of CollectionMapMathias Stearn2014-10-301-3/+4
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-4/+1
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-251-5/+0
* Revert two commitsKaloian Manassiev2014-09-251-0/+5
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-251-5/+0
* SERVER-13635: change ownership of DatabaseCatalogEntry, now StorageEngine ownsEliot Horowitz2014-08-051-2/+2