summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8000 make sharding_balance4.js test deterministicGreg Studer2012-12-271-4/+22
* SERVER-7958 - make test more resilient to gle field orderingEliot Horowitz2012-12-191-1/+3
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-195-15/+133
* SERVER-4532 can't call ClientInfo::addShard on things you don't really useEliot Horowitz2012-12-146-15/+75
* SERVER-7343 turn within on in queryoptimizer, add jstestsHari Khalsa2012-12-0410-67/+219
* SERVER-7405 Stage banners as requested in modulesAndrew Morrow2012-12-032-10/+30
* CS-4068 add additional tests to within-in-matcher, allow points to be array o...Hari Khalsa2012-11-303-16/+18
* CS-4068 add to matcherHari Khalsa2012-11-306-452/+676
* post 2.2.2Eliot Horowitz2012-11-281-1/+1
* BUMP 2.2.2r2.2.2Dan Pasette2012-11-263-3/+3
* post 2.2.2-rc1Dan Pasette2012-11-192-2/+2
* BUMP 2.2.2-rc1r2.2.2-rc1Dan Pasette2012-11-182-2/+2
* SERVER-7665 Use getInternalScopedDbConnection for updating RS configuration i...Spencer T Brody2012-11-172-4/+5
* Use global lock when exiting critical section because it is greedier. Also ad...Spencer T Brody2012-11-162-7/+15
* Decrease timeout on replication catching up in migration SERVER-7472Spencer T Brody2012-11-161-1/+4
* Use write lock instead of read lock when exiting critical section so lock acq...Spencer T Brody2012-11-161-1/+1
* Fix how we abort a commit if _recvChunkVersion throws an exceptionSpencer T Brody2012-11-161-8/+8
* SERVER-7666 don't drain maxSize shards, only prevent to-migrationsGreg Studer2012-11-153-3/+223
* post 2.2.2-rc0Eric Milkie2012-11-142-2/+2
* BUMP 2.2.2-rc02.2.2-rc0Dan Pasette2012-11-142-2/+2
* Removed dead code from SERVER-7612Randolph Tan2012-11-131-2/+0
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-131-5/+7
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-134-81/+294
* Style/formating change: Modified replica_set_monitor_test.cpp to use the newe...Randolph Tan2012-11-131-1309/+917
* SERVER-6625 Log commands as commands instead of queries in top statsShaun Verch2012-11-111-1/+1
* include what you use, to fix compilationEric Milkie2012-11-091-0/+1
* Buildbot: use map instead of unordered_map because unordered_map can't handle...Spencer T Brody2012-11-091-1/+1
* SERVER-7460 Make sure connections never get version information associated wi...Spencer T Brody2012-11-093-5/+11
* SERVER-7551 use same batch limits for initialsync and synctailEric Milkie2012-11-092-1/+63
* prevent test failures by raising epsilon value for SleepBackoff testEric Milkie2012-11-081-1/+1
* SERVER-7259 Fix mongodump output to stdout by removing log line and making su...Spencer T Brody2012-11-072-1/+3
* SERVER-7206 change global variable in profiler to be heap-basedEric Milkie2012-11-073-23/+35
* SERVER-7145 Updated test to reflect new treatment of undefined in jsonString ...Shaun Verch2012-11-071-2/+10
* SERVER-7367 Add default constructor for empty configKristina2012-11-063-2/+10
* SERVER-7498 Check config is not null before dereferencingKristina2012-11-061-7/+7
* SERVER-7498 chainingAllowed option for replicationKristina2012-11-065-4/+113
* SERVER-7367 Don't go through the network to pick up a local configKristina2012-11-061-1/+7
* fix compilation warning; NULL needs to be 0Eric Milkie2012-11-061-1/+1
* SERVER-7551 do not convert updates to upserts if primary is pre-2.2Eric Milkie2012-11-062-2/+27
* SERVER-7516 do not swallow socket errors during cloner copiesEric Milkie2012-11-061-3/+4
* SERVER-7104 Fixed handling of Undefined type in jsonString and added test casesShaun Verch2012-11-062-3/+20
* SERVER-7036 do not insert NULs in abbreviated long logged linesTad Marshall2012-11-061-2/+2
* SERVER-6765 less aggressive backoffGreg Studer2012-11-061-1/+1
* SERVER-1887 make db.coll.dropIndex() work with name or key objectTad Marshall2012-11-061-12/+10
* SERVER-7501 Build indexes in the foreground on non-primariesKristina2012-11-061-1/+1
* SERVER-7491: Correctly generate projections for subfields of _idMathias Stearn2012-11-062-2/+68
* SERVER-7484 zero results should not trigger error w/ returnPartialGreg Studer2012-11-062-3/+117
* SERVER-7443 - make sure writeback ids are in orderEliot Horowitz2012-11-063-28/+18
* SERVER-7410 Fix SYSLIBDEPS functionalityAndy Schwerin2012-11-061-18/+36
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-065-8/+73