summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-62/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+1
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-0/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+5
* some cleaning of userCreateNsEliot Horowitz2014-04-031-2/+5
* SERVER-11643: remove BSONObj::makeEliot Horowitz2014-04-031-6/+0
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-20/+5
* SERVER-11643: remove nsindexEliot Horowitz2014-04-031-15/+0
* SERVER-11643: remove nsdetails()Eliot Horowitz2014-04-031-5/+0
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-4/+2
* SERVER-12737 Clean up includes of jsobjmanipulator.hAndrew Morrow2014-02-141-1/+0
* SERVER-9335: remove addRecordToRecListInExtent and allocateSpaceForANewRecord...Eliot Horowitz2014-01-291-8/+0
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-141-7/+1
* remove dead codeEliot Horowitz2014-01-091-2/+0
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-091-1/+0
* SERVER-11543: DiskLoc::btree to where DiskLoc::btreemod is, at least with btr...Eliot Horowitz2013-12-301-11/+0
* move Record declaration from pdfile to record.hEliot Horowitz2013-12-301-196/+3
* SERVER-11611 SERVER-11543: DataFileMgr now goneEliot Horowitz2013-12-301-17/+2
* SERVER-11543: remove DataFileMgr::getDeletedRecord and use DiskLoc::drec and ...Eliot Horowitz2013-12-301-16/+1
* SERVER-11543: cap now uses Collection, so can remove most of DataFileMgrEliot Horowitz2013-12-301-28/+0
* SERVER-11611: replace DataFileMgr::fast_oplog_insert with Collection::insertD...Eliot Horowitz2013-12-281-6/+0
* SERVER-11611: remove now un-used DataFileMgr::isnertWithObjModEliot Horowitz2013-12-281-12/+0
* SERVER-11611: remove DataFileMgr::insertAndLogEliot Horowitz2013-12-191-3/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-4/+0
* remove DataFileMgr dead codeEliot Horowitz2013-11-091-5/+0
* SERVER-11636: remove Extent::getNextExtent and Extent::getPrevExtentEliot Horowitz2013-11-091-8/+0
* SERVER-11603: move updateRecord from pdfile to collectionEliot Horowitz2013-11-061-8/+0
* SERVER-11178: remove dead precalced codeEliot Horowitz2013-11-061-13/+0
* SERVER-11543: finish remove DataFileMgr::deleteRecord from testsEliot Horowitz2013-11-051-2/+0
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-19/+2
* SERVER-6405: fix os x compile with inliningEliot Horowitz2013-10-111-2/+0
* SERVER-6405: fix os x compileEliot Horowitz2013-10-111-0/+1
* SERVER-6405: remove NamespaceDetailsTransient, have CollectionInfoCache live ...Eliot Horowitz2013-10-111-2/+1
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-4/+0
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-1/+0
* SERVER-6405: move all extent freelist mgmt into ExtentManagerEliot Horowitz2013-09-191-3/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-011-24/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-238/+19
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-091-0/+3
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-4/+4