summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-3/+5
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-7/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+3
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-1/+0
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-15/+17
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-1/+0
* some cleaning of userCreateNsEliot Horowitz2014-04-031-14/+14
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove unused mongo::getDbContextEliot Horowitz2014-04-031-16/+0
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-393/+22
* SERVER-9335: remove addRecordToRecListInExtent and allocateSpaceForANewRecord...Eliot Horowitz2014-01-291-68/+0
* SERVER-9335: don't call getCollection from NamesapceDetailsEliot Horowitz2014-01-291-3/+4
* Move HashTable<> from util to db/structure/catalog, where it is used.Andy Schwerin2014-01-271-1/+0
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-4/+0
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-141-1/+0
* remove dead codeEliot Horowitz2014-01-091-13/+0
* SERVER-12213: move collection check closer to userEliot Horowitz2013-12-301-3/+0
* SERVER-12213: update erorr codes and check valid user collectionEliot Horowitz2013-12-301-0/+4
* SERVER-11543: cap now uses Collection, so can remove most of DataFileMgrEliot Horowitz2013-12-301-303/+3
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-11543: match old delete error codeEliot Horowitz2013-12-301-1/+1
* SERVER-12197: remove repl.oplog metrics that are a big wrongEliot Horowitz2013-12-281-10/+0
* SERVER-11611: replace DataFileMgr::fast_oplog_insert with Collection::insertD...Eliot Horowitz2013-12-281-50/+0
* SERVER-11611: remove now un-used DataFileMgr::isnertWithObjModEliot Horowitz2013-12-281-10/+0
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-281-5/+11
* SERVER-11611: remove DataFileMgr::insertAndLogEliot Horowitz2013-12-191-6/+0
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-80/+0
* SERVER-11636: remove Extent::getNextExtent and Extent::getPrevExtentEliot Horowitz2013-11-091-10/+13
* SERVER-11636: move NamespaceDetails::storageSize to CollectionEliot Horowitz2013-11-091-4/+4
* SERVER-11603: move updateRecord from pdfile to collectionEliot Horowitz2013-11-061-109/+0
* SERVER-11178: remove dead precalced codeEliot Horowitz2013-11-061-10/+1
* SERVER-11543: finish remove DataFileMgr::deleteRecord from testsEliot Horowitz2013-11-051-21/+3
* SERVER-11178: move more CatalogHack calls to IndexCatalogEliot Horowitz2013-10-251-5/+11
* SERVER-11294: create extent by default line we did in 2.4Eliot Horowitz2013-10-251-6/+11
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-251-1/+0
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-9/+8
* SERVER-11178: moving all index creation logic into IndexCatalogEliot Horowitz2013-10-251-108/+31
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-154/+93
* SERVER-1891: connect auditing hooks for databases/collections/index creation/...Eliot Horowitz2013-10-111-0/+3
* SERVER-6405: remove NamespaceDetailsTransient, have CollectionInfoCache live ...Eliot Horowitz2013-10-111-15/+22
* SERVER-6405: remove dead code and move things aroundEliot Horowitz2013-10-081-90/+0
* SERVER-6405: remove old addNewNamespaceToCatalogEliot Horowitz2013-10-081-1/+0
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-39/+0
* SERVER-6405: rename CollectionTemp to CollectionEliot Horowitz2013-10-071-3/+3
* Revert "Revert "SERVER-6405: ExtentManager no longer has access to collection...Eliot Horowitz2013-10-071-89/+59
* Revert "SERVER-6405: ExtentManager no longer has access to collection internals"Andy Schwerin2013-10-071-59/+89