summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_details.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: char* to StringData for some catalog methodsEliot Horowitz2013-09-171-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-5/+0
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-1/+1
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-61/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-37/+119
* SERVER-9856 check in-progress indexes for duplicates in prepareToBuildIndex()Eric Milkie2013-06-101-2/+3
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-18/+2
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-76/+14
* SERVER-8790 Move QueryPlanSummary to a new file.aaron2013-03-151-1/+1
* SERVER-8790 Move QueryPlanSelectionPolicy to a new file.aaron2013-03-151-1/+1
* SERVER-7159 Adjust comments and add minor refactoring for record size quantiz...aaron2013-03-081-5/+14
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-011-1/+1
* SERVER-8173: add a new IndexPathSet class to make checking if a mod will udpa...Eliot Horowitz2013-02-151-5/+8
* SERVER-6700 allow updates to TTL expiration time using collModKevin Matulef2012-12-241-0/+6
* SERVER-2771 Multiple index buildsKristina2012-12-131-9/+3
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-2/+2
* add commentEliot Horowitz2012-12-011-1/+4
* SERVER-5285 - capped collection max should be 2^63Eliot Horowitz2012-11-251-3/+7
* SERVER-1752 Optimize simple indexed counts by counting the number of btree ke...Aaron2012-11-191-17/+9
* SERVER-7159: quantize record allocation to nearest 1/16th bucket sizeBen Becker2012-11-161-0/+5
* SERVER-2771 Retry index builds on startupKristina2012-11-121-6/+10
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-10/+6
* SERVER-2771 Retry index builds on startupKristina2012-11-121-6/+10
* SERVER-7438 remove unused 'extentLoc' argument from two routinesTad Marshall2012-10-271-1/+1
* comment capExtentEliot Horowitz2012-10-241-1/+1
* SERVER-1752 Improve performance of simple counts by avoiding use of a matcher...Aaron2012-10-231-3/+8
* use orderded_map for NamespaceDetailsTransientEliot Horowitz2012-10-151-14/+32
* Fixed typosPascal Borreli2012-10-141-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* add modifiedRangeBound and findIndexByPrefix utilitiesKevin Matulef2012-06-081-0/+8
* made argument to idxNo constKevin Matulef2012-06-081-1/+1
* SERVER-6023 Add an explicit requireOrder argument to NamespaceDetailsTransien...Aaron2012-06-071-3/+6
* add NamespaceDetails::replaceUserFlags and NamespaceDetails::syncUserFlags in...Eliot Horowitz2012-06-051-2/+17
* Remove NamespaceDetailsTransient::setIndexMultikey() and directly call clearQ...Aaron2012-04-191-2/+1
* SERVER-5301 Clear query plan cache when an index becomes multikey.Aaron2012-04-191-1/+2
* Move NamespaceDetails::setIndexInsMultikey implementation out of header.Aaron2012-04-191-6/+1
* commentAaron2012-04-191-1/+1
* Remove unused NamespaceDetails::clearIndexIsMultikey function.Aaron2012-04-191-6/+0
* Add a CachedQueryPlan class for storing information about a query plan chosen...Aaron2012-04-191-8/+6
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-6/+12
* removed unused NamespaceDetails::capped2Eliot Horowitz2012-04-071-8/+1
* Clean some query related includes.Aaron2012-04-061-1/+3
* Move QueryPlan::Summary to QueryPlanSummary.Aaron2012-04-061-1/+1
* Pass parsedQuery to NamespaceDetailsTransient::getCursor() as a shared_ptr.Aaron2012-04-061-1/+2
* split flags into system and user flags so we can replicate user flagsEliot Horowitz2012-04-061-12/+23
* SERVER-5046 option to set record allocation to power of 2sEliot Horowitz2012-04-061-1/+2
* move record allocation math into NamespaceDetailsEliot Horowitz2012-04-061-0/+7