summaryrefslogtreecommitdiff
path: root/db/pdfile.h
Commit message (Expand)AuthorAgeFilesLines
* don't allow dropping an index $ collectionDwight2009-08-131-2/+2
* changed dbpath to std::stringEliot Horowitz2009-08-111-2/+2
* BUG SERVER-184 mode for dropping duplicate records when creating unique index...Aaron Staple2009-08-051-1/+1
* MINOR comments, cleanupAaron Staple2009-08-051-1/+0
* more flexible $all matchingAaron Staple2009-08-031-0/+2
* MINOR relocate variable to make other binaries happyAaron Staple2009-08-011-0/+2
* fast collection renaming within a databaseAaron Staple2009-07-291-1/+1
* comments MINORAaron2009-05-281-0/+3
* wait for file allocator to finish before removing filesAaron2009-05-271-30/+2
* fix op logging for collection creation and for convertToCappedAaron2009-05-211-0/+1
* add version and system info to http interfaceAaron2009-05-121-4/+0
* when exhaust disk space, delete file and exit immediatelyAaron2009-05-121-10/+0
* refactor dropCollectionAaron2009-05-111-2/+5
* Revert "Revert "allocate files in background""Aaron2009-04-151-1/+1
* Revert "allocate files in background"Aaron2009-04-151-1/+1
* allocate files in backgroundAaron2009-04-151-1/+1
* disable test updating objects without id MINORAaron2009-04-131-0/+2
* better exception logging on startup MINORAaron2009-04-101-1/+1
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* Find requested oplog entry starting from tail of logAaron2009-03-181-2/+2
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-1/+1
* dropcollection now reuses spaceDwight2009-02-241-1/+17
* virtual dtors == goodAaron2009-02-181-0/+1
* FieldBound workAaron2009-02-171-1/+0
* little things: hack for windows filenames, better loggingDwight2009-02-111-0/+1
* Log generated id with inserted object, log id as update query in some casesAaron2009-02-031-0/+2
* Preserve old id on ipdate with no id specAaron2009-02-031-1/+1
* pragma pack changes for solarisEliot Horowitz2009-02-011-2/+2
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/punknown2009-01-311-2/+0
|\
| * remove unused fielddwight2009-01-311-1/+1
* | abstracting out record storage for btreeunknown2009-01-311-18/+14
|/
* add _id when missing on an insertDwight2009-01-301-0/+1
* check that _id is uniqueDwight2009-01-261-0/+3
* Convert to constAaron2009-01-231-1/+1
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-6/+5
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-342/+342
* Replace tab indentation with spacesAaron2009-01-141-2/+2
* Put our code in 'mongo' namespaceAaron2009-01-141-4/+16
* Merge jsobj.h changesAaron2009-01-141-2/+0
|\
| * move sayDbContext to stdafx (it was defined there anyway)Eliot Horowitz2009-01-141-2/+0
* | NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-141-1/+1
|/
* Separate file size spec from name, create new style capped cursors, define fi...Aaron2009-01-131-3/+13
* Add listDatabases commandAaron2008-12-291-0/+2
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-291-2/+4
|\
| * nicer loggingDwight2008-12-291-2/+4
* | Check db size before repairingAaron2008-12-291-1/+1
|/
* Replace tab indentation with spacesAaron2008-12-281-233/+251
* Index simple objects within arraysAaron2008-12-241-1/+1
* Use empty string for field names of key elementsAaron2008-12-191-1/+1