summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-2/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+3
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-7/+7
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-6/+7
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-111-32/+0
* SERVER-13635: remove Database::getFileFormatEliot Horowitz2014-06-101-12/+0
* SERVER-13635: ExtentManager no longer needed for stats in DatabaseEliot Horowitz2014-06-101-21/+6
* SERVER-13635: remove Database:flushFiles as it was only used initial sync whe...Eliot Horowitz2014-06-101-2/+0
* SERVER-13635: move some extentManager methodsEliot Horowitz2014-06-091-13/+0
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-091-198/+18
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-4/+2
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-5/+3
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-17/+11
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-211-85/+1
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-5/+5
* SERVER-13635 Remove Database::_magicMathias Stearn2014-05-201-2/+0
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-10/+109
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-146/+61
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-16/+16
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-12/+13
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-2/+2
* SERVER-13639: move Extent sizing info all into ExtentManagerEliot Horowitz2014-05-061-11/+12
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-1/+2
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-3/+3
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-7/+9
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+2
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-1/+1
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-6/+6
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-37/+54
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-7/+14
* SERVER-13680: bring some user flags under Collection for nowEliot Horowitz2014-04-281-5/+3
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-1/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+0
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-20/+23
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-13084: clean up ExtentManager layeringEliot Horowitz2014-04-031-6/+4
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-9/+20
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove nsindexEliot Horowitz2014-04-031-1/+3
* SERVER-13060 restore --setParameter newCollectionsUsePowerOf2Sizes functionalityDan Pasette2014-03-061-6/+7
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-39/+156
* SERVER-12565: remove old extent freelist implementation and replace with new oneEliot Horowitz2014-02-101-28/+24
* SERVER-12565: only create freelist for extents when neededEliot Horowitz2014-02-071-0/+3
* SERVER-7282 Clean up namespace name length checksMathias Stearn2014-01-291-0/+7
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-5/+1
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-0/+22
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1