summaryrefslogtreecommitdiff
path: root/db/namespace.h
Commit message (Expand)AuthorAgeFilesLines
* allow more indexesDwight2009-10-211-32/+114
* cleanup/prep for # of indexes workDwight2009-10-191-7/+17
* move curNs to Client objectDwight2009-10-131-3/+2
* system.profile collection can now be droppedDwight2009-10-051-0/+4
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-0/+7
* better unit tests for unique indexes and dropDup : true on indexingDwight2009-09-211-0/+1
* don't crash if ns len too longDwight2009-09-091-0/+1
* datafile ver checking beginningsdwight2009-09-081-3/+6
* make unique index check trueValue rather than boolEliot Horowitz2009-08-261-1/+1
* --nssize parameterdwight2009-08-201-3/+3
* comments and fix indentation MINORdwight2009-08-191-14/+29
* add collstats command SERVER-215Eliot Horowitz2009-08-121-0/+3
* changed dbpath to std::stringEliot Horowitz2009-08-111-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-111-3/+12
|\
| * better $snapshot codeDwight2009-08-101-2/+7
| * operator string() for some internal classesEliot Horowitz2009-08-061-0/+4
| * clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* | BUG SERVER-184 mode for dropping duplicate records when creating unique index...Aaron Staple2009-08-051-0/+4
|/
* fast collection renaming within a databaseAaron Staple2009-07-291-2/+17
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-1/+34
* towards update unique key fixDwight2009-06-181-0/+3
* better error detection when max namespaces reachedDwight2009-06-041-1/+1
* better error message on dup key SERVER-81Eliot Horowitz2009-06-011-1/+1
* BUG SERVER-71 don't allow multiple _id indexesAaron2009-05-261-4/+8
* treat empty database same as just created database when figuring ownershipAaron2009-04-231-0/+4
* unique indexesDwight2009-04-201-1/+8
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-2/+2
* Support large count and nscannedAaron2009-03-241-3/+3
* Test exhausting oplog spaceAaron2009-03-061-3/+3
* Invalidate log if run out of spaceAaron2009-03-061-1/+9
* Infrastructure for validating logAaron2009-03-061-3/+7
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-061-1/+1
|\
| * Compile g++ 4.3Aaron2009-03-041-1/+1
* | Better cloneCollection checkpointAaron2009-03-041-0/+6
|/
* Destructor no longer neededAaron2009-03-031-1/+0
* Move index cache to NamespaceDetailsTransientAaron2009-03-031-1/+23
* Clarify use of prefixAaron2009-03-031-1/+2
* Reset NamespaceDetailsTransient and clear query cache on drop databaseAaron2009-03-031-1/+3
* Adjust dependenciesAaron2009-02-261-5/+1
* Clear query cache if an index is removedAaron2009-02-251-6/+7
* eliminate old warnings that no longer applyDwight2009-02-241-1/+1
* Add initial perf testsAaron2009-02-111-2/+0
* Refactor hint codeAaron2009-02-091-1/+1
* count() for c++ clientDwight2009-02-091-26/+34
* NamespaceStringEliot Horowitz2009-02-061-0/+8
* Create .ns file lazilyAaron2009-02-061-3/+19
* pragma pack changes for solarisEliot Horowitz2009-02-011-2/+2
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-271-0/+3
|\
| * Reset index cache when deleting indexAaron2009-01-271-0/+3
* | handle different _id types in keypattern fo the _id index uniqueness checkDwight2009-01-271-2/+5
|/