summaryrefslogtreecommitdiff
path: root/src/mongo/db/btree.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-3/+0
* SERVER-5290: fix os x compile when getting btree max key sizeEliot Horowitz2013-12-041-3/+3
* SERVER-5290: when trying to insert a document with a key too large to index, ...Eliot Horowitz2013-12-031-9/+17
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-0/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-8/+9
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-2/+6
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-62/+0
* SERVER-9242 Use MONGO_INITIALIZERs to cache blockCheckSupportedTad Marshall2013-04-051-1/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-1752 Optimize simple indexed counts by counting the number of btree ke...Aaron2012-11-191-0/+5
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-1/+1
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-1/+1
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-2/+2
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-14/+17
* SERVER-7049 remove leftover macro testTad Marshall2012-09-211-6/+0
* Whitespace (tabs), indentationTad Marshall2012-09-211-11/+11
* whitespaceEliot Horowitz2012-05-161-2/+2
* eliminate wrapper functionEric Milkie2012-05-041-4/+0
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-4/+8
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-45/+45
* Revert the two bandaid patchesTad Marshall2012-03-241-2/+0
* Fix wrong assert -- bandaid 2Tad Marshall2012-03-241-0/+2
* Merge remote branch 'main_readonly/master'Dwight2012-03-011-1/+2
|\
| * SERVER-3803 check proper n sentinel value for deallocated bucket in v0 indexAaron2012-02-291-1/+2
* | SERVER_4328 assert locked cleaningDwight2012-02-141-2/+1
|/
* Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534Mathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1980