summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16113 Add --wiredTigerEngineConfig option to smoke.py and jstestsErnie Hershey2014-11-122-0/+4
* SERVER-16052 fix $explain queries for clusters with shards at version 2.6 or ...David Storch2014-11-121-5/+26
* SERVER-15988 fix dead code in CachedPlanStageDavid Storch2014-11-121-4/+5
* SERVER-15958 initialize IndexScanStats fields isMultiKey and indexName on Ind...David Storch2014-11-122-5/+128
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-128-42/+70
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...David Storch2014-11-121-3/+5
* SERVER-15235 regular expressions with the '|' character must be classified as...David Storch2014-11-122-4/+44
* SERVER-15884 Clean up mongod --version outputMatt Kangas2014-11-121-1/+14
* SERVER-15269 Make Global and Flush lock requests jump the queueKaloian Manassiev2014-11-125-12/+84
* SERVER-15269 Move Lock manager queue management to a separate classKaloian Manassiev2014-11-122-138/+125
* SERVER-16069 Input validation on the arguments to createCollectionBenety Goh2014-11-124-13/+61
* SERVER-14507 redact command parameters for LOG(2)Benety Goh2014-11-123-5/+26
* SERVER-15684 Expand copyDatabase helper with optional auth mechAndreas Nilsson2014-11-121-2/+4
* SERVER-13635 added unit test for KVDatabaseDatalogEntry::createCollectionBenety Goh2014-11-126-54/+287
* SERVER-5952 Remove authenticate messages from --quiet loggingBenety Goh2014-11-123-12/+24
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-1210-42/+39
* SERVER-16013 Wrap WiredTiger callbacks called from C in try-catch blocks.Andy Schwerin2014-11-122-6/+46
* SERVER-16109: remove excessive log syncing in WT size storerEliot Horowitz2014-11-122-7/+7
* remove scope of locking when putting sessions back into poolEliot Horowitz2014-11-121-1/+1
* SERVER-16046: do oplog cleanup in a different txn so it can failEliot Horowitz2014-11-122-39/+62
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-127-59/+15
* SERVER-16009 Always initializing credentials for __system user.Andreas Nilsson2014-11-122-0/+22
* fix ambiguous variable namingEric Milkie2014-11-122-11/+11
* silence Coverity memory leak warningsEric Milkie2014-11-121-1/+4
* post 2.8.0-rc0Ernie Hershey2014-11-121-1/+1
* BUMP 2.8.0-rc0r2.8.0-rc0Dan Pasette2014-11-111-1/+1
* SERVER-16095 Rollback changed to chached DiskLocs in Btree codeMathias Stearn2014-11-116-4/+103
* SERVER-16027 create replica set monitor when req'd when resolving shards for ...Greg Studer2014-11-112-5/+15
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-1110-91/+61
* Revert "Don't log on first pass through lock wait loop"Eric Milkie2014-11-111-1/+1
* Revert "SERVER-16059 Fix integer truncation issues with timeouts"Eric Milkie2014-11-112-10/+7
* SERVER-16076: convert deadlock to dup key exception in unique key violationEliot Horowitz2014-11-111-1/+8
* SERVER-16076: make sure we restart txn when unlockingEliot Horowitz2014-11-111-1/+4
* don't log deadlock retry twiceEliot Horowitz2014-11-111-3/+1
* SERVER-16075 prefetch replication only on mmapv1Eric Milkie2014-11-111-2/+4
* SERVER-16059 Fix integer truncation issues with timeoutsMathias Stearn2014-11-102-7/+10
* SERVER-8511 prohibit local db and oplog collection from being dropped while r...Eric Milkie2014-11-102-1/+28
* Fix cache_size tuning error from commit:Dan Pasette2014-11-101-1/+1
* SERVER-16046: only one thread should cleanup capped collectionsEliot Horowitz2014-11-102-0/+6
* SERVER-15645: allow writes to oplog in IX by managing reads to block on oldes...Eliot Horowitz2014-11-106-132/+412
* SERVER-15645: clean up WiredTigerRecordStore::insertXXXEliot Horowitz2014-11-101-33/+3
* SERVER-16016 WiredTigerRecordStore::Iterator should not try to restore its st...David Storch2014-11-102-0/+81
* Don't log on first pass through lock wait loopMathias Stearn2014-11-101-1/+1
* SERVER-16026 Improved combination of ns and _id field into hash value for wor...Andy Schwerin2014-11-101-3/+2
* SERVER-16048 Eliminate double copy and most ref-counting with RecordDataMathias Stearn2014-11-108-74/+168
* SERVER-16050: Do not sleep when yieldingGeert Bosch2014-11-103-49/+3
* SERVER-16026: on secnodaries w/doc locking, secondary unique indexes always h...Eliot Horowitz2014-11-102-45/+61
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-1010-10/+59
* Don't check the time more than needed when lockingMathias Stearn2014-11-1010-61/+91
* SERVER-16012 Rename heap1 to inMemoryExperimentDan Pasette2014-11-101-1/+1