summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2809 update _nscanned with proper value, now that it may be returnedAaron2011-03-221-1/+1
* SERVER-2245 use original IndexSpec with full attributes in FieldRangeVectorAaron2011-03-214-22/+24
* SERVER-2810 check for dropped explain cursor before accessing soAaron2011-03-211-1/+1
* SERVER-2809 don't read cursor's nscanned if failed yield invalidated the cursorAaron2011-03-213-8/+8
* Merge branch 'master' of github.com:mongodb/mongodwight2011-03-223-6/+15
|\
| * more detailed log output on initial sync SERVER-2232Kristina2011-03-212-4/+13
| * textDwight2011-03-211-2/+2
* | clarifydwight2011-03-221-0/+2
|/
* do not use setNoJournal for paddingFactor writes.dwight2011-03-201-4/+8
* make perftests stats output a little more easy to readdwight2011-03-201-1/+2
* attempt to fix setNoJournal. it could have been racing with WRITETODATAFILES?dwight2011-03-202-5/+13
* Revert "Temp make setNoJournal use journal to try to fix buildbot (or at leas...dwight2011-03-201-4/+0
* i think this is invariant and thus can be shorterdwight2011-03-201-3/+0
* s/corrupt/invalid to make validate regex happy SERVER-2803Mathias Stearn2011-03-191-1/+1
* fix logic SERVER-2803Mathias Stearn2011-03-191-1/+1
* Validate BSON in validate command SERVER-2803Mathias Stearn2011-03-191-0/+22
* line endingsMathias Stearn2011-03-191-76/+76
* check for js engine before running group SERVER-2786Kristina2011-03-181-0/+5
* Temp make setNoJournal use journal to try to fix buildbot (or at least isolat...Mathias Stearn2011-03-181-0/+4
* fix compileMathias Stearn2011-03-181-1/+1
* dur prealloc - this should be better/saferDwight2011-03-181-5/+12
* prealloc files contentDwight2011-03-181-1/+4
* with this change it is much more likely that a dur write intent issue will be...Dwight2011-03-182-3/+19
* bump journal prealloc block size to 1MB and don't use direct IO for >5X speedupMathias Stearn2011-03-181-3/+4
* ensure preallocated journal is zeroed out 181?Mathias Stearn2011-03-181-0/+1
* remove non-recomended alternative SERVER-2711Mathias Stearn2011-03-181-1/+0
* don't repeat error message SERVER-2711Mathias Stearn2011-03-181-8/+1
* bad error msg SERVER-2711dwight2011-03-181-7/+16
* Merge branch 'master' of github.com:mongodb/mongodwight2011-03-1812-108/+183
|\
| * db.fsyncUnlock() now waits for unlock to actually happen SERVER-2789Mathias Stearn2011-03-172-22/+44
| * Show link to docs on fsync commandMathias Stearn2011-03-171-3/+6
| * Add shell helpers db.fsyncLock() and db.fsyncUnlock() and clean up messages S...Mathias Stearn2011-03-172-3/+6
| * SERVER-2791 use write intent when setting initial bucketAaron2011-03-171-1/+1
| * SERVER-2552 initialize result flags for empty get more resultAaron2011-03-172-0/+4
| * report onsamepartition in journalLatencyTest commandDwight2011-03-171-0/+6
| * compact beginningsDwight2011-03-172-60/+86
| * SERVER-2662 don't attempt to yield a query after an earlier yield fails and d...Aaron2011-03-171-6/+14
| * don't add ok twice to reIndex result SERVER-2780Eliot Horowitz2011-03-171-1/+0
| * SERVER-2511 mem leakDwight2011-03-171-3/+3
| * commentDwight2011-03-171-1/+1
| * allow 1 or true for rs config options SERVER-2714Kristina2011-03-171-3/+3
| * clean up config change code SERVER-2706Kristina2011-03-171-7/+10
| * SERVER-2243 btree commentAaron2011-03-161-0/+1
* | improve paranoid debug outputdwight2011-03-181-2/+4
|/
* Changes to source needed to compile cleanly with clang++Mathias Stearn2011-03-163-3/+3
* add --nojournal along with --nodurEliot Horowitz2011-03-161-1/+2
* ProgressMeter for journal prealloc 181?Mathias Stearn2011-03-161-0/+3
* fix SERVER-2745Eliot Horowitz2011-03-161-1/+1
* double bounds for geo query scaling and addn'l error msgs SERVER-2386 SERVER-...gregs2011-03-151-13/+15
* flush directories where needed SERVER-2763Mathias Stearn2011-03-153-0/+5