summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13737 CollectionOptions parser skip size/max if non-numericJason Rassi2014-05-212-4/+40
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-216-130/+292
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-203-7/+67
* SERVER-13635 Remove Database::_magicMathias Stearn2014-05-202-9/+0
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-4/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-204-16/+117
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13637: remove some header files leakingEliot Horowitz2014-05-191-7/+0
* SERVER-13923 BtreeLogic unit-testsKaloian Manassiev2014-05-191-2/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-1911-653/+308
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-193-42/+42
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-2/+2
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-154-13/+13
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-1511-125/+125
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-22/+8
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-126-29/+31
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-094-14/+14
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-093-38/+19
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-091-3/+0
* SERVER-13635 Move DocWriter to record_store.hMathias Stearn2014-05-091-8/+0
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13639: move Extent sizing info all into ExtentManagerEliot Horowitz2014-05-061-11/+12
* SERVER-13639: remove ExtentManager::get(Next|Prev)Extent as its redudantEliot Horowitz2014-05-061-1/+5
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-054-10/+14
* SERVER-13638: remove system flags from NamespaceDetailsEliot Horowitz2014-05-052-6/+2
* SERVER-13639: make Extent a StructEliot Horowitz2014-05-051-1/+0
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-043-4/+5
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-012-5/+7
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-016-21/+29
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-012-7/+10
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-1/+2
* SERVER-13638: add Collection::appendCustomStatsEliot Horowitz2014-05-012-0/+18
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-012-0/+36
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-306-89/+119
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-2/+2
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-292-7/+3
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-292-3/+5
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-294-23/+20
* SERVER-13641 move dur above index layerHari Khalsa2014-04-295-35/+56
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-296-104/+167
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-292-14/+36
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-293-14/+22
* SERVER-13680 Fix lint errorSpencer T Brody2014-04-281-1/+1
* SERVER-13680: bring some user flags under Collection for nowEliot Horowitz2014-04-284-8/+65
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-282-0/+33
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-283-4/+4
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-262-2/+2
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-6/+11
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-232-0/+11