summaryrefslogtreecommitdiff
path: root/src/mongo/db/database.h
Commit message (Expand)AuthorAgeFilesLines
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-229/+0
* SERVER-10159 Use StringMap to avoid string copies when finding a collectionAndrew Morrow2014-01-061-2/+2
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-0/+2
* SERVER-10026 remove cc_by_locHari Khalsa2013-12-131-5/+0
* SERVER-11611: calls to insertDocument should have _id alreadyEliot Horowitz2013-11-071-0/+1
* SERVER-11611: fix Database::createCollection defaultsEliot Horowitz2013-11-071-1/+1
* SERVER-11611: change update to use Collection::insertDocumentEliot Horowitz2013-11-071-2/+4
* SERVER-11178: use IndexCatalog for creating indexes during migrationEliot Horowitz2013-11-061-0/+1
* SERVER-11294: create extent by default line we did in 2.4Eliot Horowitz2013-10-251-1/+2
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-0/+3
* SERVER-6405: fix Collection life cycleEliot Horowitz2013-10-111-0/+2
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-0/+9
* SERVER-6405: fix Database Collection cache when an index fails to buildEliot Horowitz2013-10-081-0/+2
* SERVER-6405: rename CollectionTemp to CollectionEliot Horowitz2013-10-071-4/+4
* Revert "Revert "SERVER-6405: ExtentManager no longer has access to collection...Eliot Horowitz2013-10-071-2/+7
* Revert "SERVER-6405: ExtentManager no longer has access to collection internals"Andy Schwerin2013-10-071-7/+2
* SERVER-6405: ExtentManager no longer has access to collection internalsEliot Horowitz2013-10-071-2/+7
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+4
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-10/+14
* SERVER-6405: move all extent freelist mgmt into ExtentManagerEliot Horowitz2013-09-191-1/+12
* SERVER-6405: start moving delete code into collection structureEliot Horowitz2013-09-071-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-041-6/+5
* SERVER-10548 SERVER-6405: temporary hookup of drop collection path to new col...Eliot Horowitz2013-08-191-0/+2
* SERVER-6405: Collection instance lifecycle startEliot Horowitz2013-08-161-0/+8
* SERVER-6405: convert FlatIterator to new Collection modelEliot Horowitz2013-08-161-0/+1
* SERVER-6405: start putting all Collection things into Collection classEliot Horowitz2013-08-161-0/+6
* SERVER-6405: move db/record* to db/storage/record.*Eliot Horowitz2013-08-011-1/+1
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-011-2/+0
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-21/+21
* make some Database methods privateEliot Horowitz2013-07-071-1/+7
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-32/+38
* SERVER-8521: clear temp collections when a database is opened, not server sta...Eliot Horowitz2013-02-141-0/+1
* SERVER-8521: remove Database::_openAllFilesEliot Horowitz2013-02-141-2/+0
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-2/+3
* Fix use of ByLocKey as an incomplete type in standard containers.Andrew Morrow2012-11-081-3/+1
* report page fault exception per db SERVER-5979Eliot Horowitz2012-06-121-0/+9
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+145