summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3572 write lock for authenticatedwight2011-08-123-5/+5
* Use LSN file outside of DEBUG modeMathias Stearn2011-08-101-6/+0
* SERVER-2506 journal faster if a j:1 pendingdwight2011-08-101-10/+15
* dbtests was broken on windows debug build after _rotate call changedwight2011-08-102-8/+1
* Don't do commitIfNeeded when not writeLocked SERVER-3553Mathias Stearn2011-08-091-0/+3
* SERVER-3545 uassert if elemMatch specified with ithin in or ninAaron2011-08-082-0/+6
* speed up mem check SERVER-3374Eliot Horowitz2011-08-081-11/+10
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-082-3/+3
* Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. ...Mathias Stearn2011-08-081-0/+16
* remove unused mutexMathias Stearn2011-08-081-2/+0
* cleaning new profiler data SERVER-1815Eliot Horowitz2011-08-083-8/+14
* SERVER-2506 configurable journal batch commit timedwight2011-08-085-15/+40
* SERVER-3475 don't close the builder in missing _id index caseAaron2011-08-071-1/+0
* SERVER-3064 out for now - too many issues with rollbackEliot Horowitz2011-08-051-3/+9
* handle m/r errors via assertion exceptions to keep consistent error interface...gregs2011-08-053-17/+10
* fix for test casegregs2011-08-051-0/+1
* don't throw error with unfulfillable query in mr SERVER-3478gregs2011-08-054-10/+32
* do not allow _id scans on capped collections SERVER-3064Eliot Horowitz2011-08-051-1/+12
* toString on some Field* classesEliot Horowitz2011-08-052-0/+25
* cruftEliot Horowitz2011-08-051-3/+0
* SERVER-3373 don't check for useless or unnecessarilyAaron2011-08-041-1/+1
* SERVER-3475 ignore certain collections without an _id index in dbhash commandAaron2011-08-041-2/+2
* SERVER-1395 add yield support for groupAaron2011-08-041-1/+16
* SERVER-3373 query optimizer optimizations, primarily for non or queriesAaron2011-08-044-94/+114
* SERVER-3505 bindata in v1 indexes > 32 bytes fixdwight2011-08-041-9/+11
* Handle clock skew in replsets to ensure OpTimes always increase SERVER-3132Mathias Stearn2011-08-041-0/+9
* add error bounds to polygon bboxgregs2011-08-041-1/+1
* return locations with documents if specified in geoNear - SERVER-3139gregs2011-08-041-0/+11
* Revert "SERVER-3447 we were overcounting bytes since last commit in some cases"Eliot Horowitz2011-08-042-68/+60
* SERVER-3526: when a collection is renamed, its counters are kept in map, whic...agirbal2011-08-034-1/+16
* add hidden --nopreallocj option to turn off journal preallocationgregs2011-08-033-4/+9
* don't use lazy on connection types where it can't workEliot Horowitz2011-08-031-0/+2
* remove spamEliot Horowitz2011-08-031-4/+0
* SERVER-3447 we were overcounting bytes since last commit in some casesdwight2011-08-022-60/+68
* Use more common (and readable) names for branch prediction hintsMathias Stearn2011-08-022-3/+3
* compiledwight2011-08-022-8/+11
* missing error codedwight2011-08-021-1/+1
* update vcxprojdwight2011-08-023-1/+3
* commentdwight2011-08-021-0/+2
* journal compressiondwight2011-08-029-144/+163
* journal compressiondwight2011-08-0210-72/+147
* elim a couple warnings on windowsdwight2011-08-021-2/+2
* journal compression. the write half of the work.dwight2011-08-024-5/+25
* compression libdwight2011-08-022-0/+40
* use LOG() moredwight2011-08-027-21/+20
* compiledwight2011-08-021-1/+1
* prefetch type stuffdwight2011-08-022-1/+1
* cleaning getmoredwight2011-08-021-8/+2
* Don't optimize regexs with a '|' in them SERVER-3298Mathias Stearn2011-08-011-1/+5
* Rotation is now an internal detail of the jouurnal code called automatically ...Mathias Stearn2011-08-014-29/+8