summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5081 do not delete iterator until after it's incrementedEric Milkie2012-03-041-3/+6
* Fix journal compression ratio reporting SERVER-5135Mathias Stearn2012-03-041-1/+1
* SERVER-4729: log slow queries + improved testBrandon Diamond2012-03-041-0/+1
* backport of SERVER-4612 - fix chhunk boundary checking on idhack queriesEliot Horowitz2012-03-021-0/+13
* SERVER-5177 - fetching of docs in initial sync can assertEliot Horowitz2012-03-021-4/+4
* Correctly count bulk inserts in opcounters SERVER-3817Mathias Stearn2012-02-201-0/+2
* Replication should not create _id index for capped collections SERVER-4626Kristina2012-02-151-5/+5
* Fix replsettest: shouldRetry should create client context SERVER-4626Kristina2012-02-151-1/+3
* Don't re-clone docs to capped collections SERVER-4626Kristina2012-02-151-1/+8
* Do not require _id index for capped collection update SERVER-4546Kristina2012-02-151-5/+12
* Calculating which shard(s) to send $in queries to was taking a long time. Thi...Spencer T Brody2012-02-091-5/+4
* don't print out leak message more than once per minutes SERVER-4780Eliot Horowitz2012-02-061-1/+9
* Always lock ScopedConn before returning SERVER-4714Kristina2012-01-201-3/+9
* fix getLog auth SERVER-4695Eliot Horowitz2012-01-171-1/+1
* SERVER-4665 backport 'ConstraintPresent' constraint type and exclusion of unh...Aaron2012-01-163-2/+5
* "authenticate" command should not take read lock unless necessary SERVER-4673Kristina2012-01-122-3/+6
* SERVER-4401 attempt to advance to next or clause if a cursor becomes invalid ...Aaron2011-12-241-35/+39
* SERVER-4400 don't record query plan if a client cursor yield recovery fails; ...Aaron2011-12-242-5/+16
* Auth before cloning collection during rollback SERVER-4115Kristina2011-12-223-24/+26
* Whitespace SERVER-4238Kristina2011-12-221-1/+1
* Make sure auth is always registered for rs connections SERVER-4238Kristina2011-12-221-2/+6
* Ignore capped dup key error on initial sync SERVER-4474Kristina2011-12-221-1/+1
* allow majority to be all nodes SERVER-3672Kristina2011-12-223-1/+35
* Cloner shouldn't call logOp() when creating a collection on the secondary SER...Kristina2011-12-221-1/+1
* backport of SERVER-4430Eliot Horowitz2011-12-062-2/+4
* Count new RS members as up before they are initializedKristina2011-12-051-2/+2
* fix oplog replay segfault SERVER-4350Eliot Horowitz2011-11-232-1/+2
* return arrays if arrays given SERVER-3661gregs2011-11-162-1/+19
* make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz2011-11-141-1/+2
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-145-73/+79
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-11-091-0/+5
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
* Initialize auth status in non-default hb ctorKristina2011-10-241-1/+1
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-247-88/+200
* ScopedConn reconnectionKristina2011-10-241-17/+29
* stop initial sync once minvalid is reached SERVER-3899Kristina2011-10-241-6/+7
* factor number of connections into memory leak warning SERVER-4063Eliot Horowitz2011-10-231-2/+4
* fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz2011-10-161-1/+1
* check auth on _isSelf call SERVER-3953Kristina2011-10-081-0/+6
* use SimpleMutex instead of SpinLock for recordEliot Horowitz2011-10-061-4/+5
* setProfilingLevel(2) not always working because millis set in wrong place SER...Eliot Horowitz2011-10-021-5/+4
* upgrade indexes on resync SERVER-3900Kristina2011-09-291-0/+6
* on a missing object, thats ok as a delete may occur laterdwight2011-09-281-13/+19
* continuation of initial sync fixdwight2011-09-281-6/+18
* fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-285-13/+78
* check tags in member config equality func SERVER-3799Kristina2011-09-221-0/+16
* fix crash in filemd5 without correct index SERVER-3913Eliot Horowitz2011-09-221-0/+4
* fix reIndex on secondaries SERVER-3866Eliot Horowitz2011-09-141-1/+1
* Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn2011-09-121-0/+6
* put connectionId in currentOp()Eliot Horowitz2011-09-091-0/+2