summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13635: clean database close pathEliot Horowitz2014-08-051-8/+5
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-281-2/+3
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-0/+2
* SERVER-14378: remove Database::_namespacesNameEliot Horowitz2014-06-301-1/+0
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-0/+11
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-5/+5
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-5/+3
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-111-13/+2
* SERVER-13635: remove Database::getFileFormatEliot Horowitz2014-06-101-2/+0
* SERVER-13635: remove Database:flushFiles as it was only used initial sync whe...Eliot Horowitz2014-06-101-2/+0
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-1/+2
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-091-24/+1
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-2/+1
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-9/+3
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-211-45/+1
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-2/+3
* SERVER-13635 Remove Database::_magicMathias Stearn2014-05-201-7/+0
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-3/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-19/+18
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-15/+15
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-14/+14
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-4/+5
* SERVER-13639: make Extent a StructEliot Horowitz2014-05-051-1/+0
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-2/+4
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-5/+0
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-8/+26