summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* assert that i think makes senseEliot Horowitz2011-04-261-0/+1
* log default rs heartbeatsgregs2011-04-261-1/+5
* log message on config change save Greg Studer2011-04-261-1/+1
* vcxproj up to date for new cpp filedwight2011-04-253-2/+9
* better error messageEliot Horowitz2011-04-251-1/+1
* compileAaron2011-04-252-2/+2
* SERVER-958 merge and address mongos dependency differencesAaron2011-04-255-97/+107
* SERVER-958 Update matcher and matcher usage for better non single key range s...Aaron2011-04-257-11/+23
* SERVER-958 Track non single key field ranges and utilize them in query planningAaron2011-04-255-327/+469
* reduce queryutil dependencies a bitAaron2011-04-259-127/+283
* _dbprofile variable wasnt always being set correctly in CurOpdwight2011-04-233-6/+14
* make profiling data (system.profile) not replicatedwight2011-04-221-9/+11
* box can legitimately be primary and in initial syncKristina2011-04-201-3/+6
* set max rollback to 30 minutesKristina2011-04-201-2/+2
* better error message in mrEliot Horowitz2011-04-201-2/+4
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-199-199/+145
|\
| * cleanerdwight2011-04-191-5/+1
| * use smaller journal files with --smallfiles optiondwight2011-04-184-18/+19
| * Merge branch 'master' of github.com:mongodb/mongodwight2011-04-183-164/+94
| |\
| | * single hash key for multiple locations at same hash value SERVER-2944gregs2011-04-181-162/+47
| * | trap segfaults and such and try to log them on windowsdwight2011-04-184-14/+75
| * | better error msg windowsdwight2011-04-181-2/+5
* | | better message on a dropdups index buildDwight2011-04-191-0/+2
| |/ |/|
* | five minutes was the intentDwight2011-04-181-1/+1
* | 2x for journaling to make the calculation rightDwight2011-04-181-2/+2
* | fix cmopiler warningDwight2011-04-181-1/+0
* | Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-183-4/+7
|\ \ | |/
| * should be endldwight2011-04-151-1/+1
| * fix compile warningdwight2011-04-151-1/+1
| * allow slaveOk on copydb commanddwight2011-04-151-2/+5
* | less chattyDwight2011-04-181-1/+1
* | log memory usage so it is easier to troubleshoot from a log fileDwight2011-04-181-1/+47
|/
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-152-2/+2
|\
| * not checking msgasserted for dupesEliot Horowitz2011-04-152-2/+2
* | SERVER-2942 attempt to fix problem with remapPrivateView on windowsDwight2011-04-151-38/+13
* | fix race condition with experimental setparameter for commitfrequency more wo...Dwight2011-04-151-1/+1
|/
* fix for exact spherical checks and test SERVER-2951gregs2011-04-151-20/+42
* Merge branch 'master' of github.com:mongodb/mongodwight2011-04-141-1/+3
|\
| * warn more when taking a while to find extentsEliot Horowitz2011-04-141-1/+3
* | move code back to header so mongo_client_lib.cpp doesnt breakdwight2011-04-142-15/+14
|/
* fix commentKristina Chodorow2011-04-141-9/+9
* error codesMathias Stearn2011-04-141-1/+1
* Merge branch 'master' of github.com:mongodb/mongoKristina2011-04-1412-108/+201
|\
| * Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-143-44/+17
| |\
| | * Add support for s (DOT_ALL) regex option SERVER-2943Mathias Stearn2011-04-141-0/+2
| | * Remove legacy string from validate command outputMathias Stearn2011-04-142-44/+15
| * | dont allow user databases on --configsvr instancesDwight2011-04-145-15/+30
| |/
| * the replication oplog size was not intelligently being set on windows by defa...Dwight2011-04-143-20/+4
| * make allocFromFreeList try to be fasterDwight2011-04-141-2/+20
| * another allocFromFreeList fixDwight2011-04-141-1/+1