summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16313 do not abort for non-mongod with wiredtiger optionsr2.8.0-rc3Eric Milkie2014-12-181-3/+5
* SERVER-16313 make override of checkpointDelaySecs with syncdelay work properlyEric Milkie2014-12-182-8/+15
* BUMP 2.8.0-rc3Dan Pasette2014-12-171-1/+1
* SERVER-16313 Fix WiredTiger engine, collection and index options to use new n...Dan Pasette2014-12-173-10/+14
* SERVER-16562: Do fast wiredtiger shutdownMark Benvenuto2014-12-171-2/+10
* SERVER-16516 remove rbid from isMaster, but leave it in serverStatusmatt dannenberg2014-12-171-1/+1
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-179-61/+225
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-1712-197/+225
* SERVER-16556 CurOp::reset() needs to clear _nsJason Rassi2014-12-171-0/+1
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-173-18/+93
* SERVER-15778 Fix ClientCursorPin::deleteUnderlying() race conditionJason Rassi2014-12-171-1/+12
* SERVER-16235: make sure to initialize capped counter in WTEliot Horowitz2014-12-171-0/+1
* Update default WT configMatt Kangas2014-12-171-0/+1
* SERVER-16569 do not update the replication progress map when receiving a hear...matt dannenberg2014-12-171-1/+3
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-1712-225/+197
* SERVER-16465 Removed mech parameter from [create|update]User commandsAndreas Nilsson2014-12-173-40/+17
* SERVER-16534 SCRAM-SHA-1 should always be enabled for internal userAndreas Nilsson2014-12-172-6/+21
* SERVER-16235: fix capped tests to work with WTEliot Horowitz2014-12-171-4/+14
* SERVER-16428 Partition the WT session cacheKaloian Manassiev2014-12-174-57/+103
* SERVER-16529 Coarser OperationContext scope for background threadsKaloian Manassiev2014-12-172-9/+6
* SERVER-7596 fix typo in server's SASL mechanism error messageAdam Midvidy2014-12-171-1/+1
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-163-25/+128
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-163-5/+30
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-167-29/+85
* SERVER-16235: fix DEBUG check on WT capped collectionEliot Horowitz2014-12-161-1/+1
* SERVER-14668: Rename lock_mgr_new to lock_managerGeert Bosch2014-12-1616-19/+19
* SERVER-16529 Report active: false for inactive background threadsKaloian Manassiev2014-12-161-0/+4
* SERVER-16519: fix linking of WriteConflictExceptionEliot Horowitz2014-12-164-8/+14
* SERVER-16519 SERVER-16235: WT capped conflict fix and stop special casing oplogEliot Horowitz2014-12-162-32/+22
* SERVER-16519: turn on printing write conflict traces via setParameterEliot Horowitz2014-12-163-1/+28
* SERVER-16519: remove commented out codeEliot Horowitz2014-12-161-2/+0
* SERVER-16519: restart session before backing off after write conflictEliot Horowitz2014-12-161-2/+2
* special case _id index key generationEliot Horowitz2014-12-162-0/+20
* Create CurOp on stack rather than heap for write commandsEliot Horowitz2014-12-161-12/+14
* SERVER-16501: Uncaught WriteConflictException in TTLMonitorGeert Bosch2014-12-161-5/+19
* SERVER-16019 parameter name wiredTigerEngineRuntimeConfigMatt Kangas2014-12-153-10/+10
* SERVER-16547 --filePermissions should show default in octalMatt Kangas2014-12-151-3/+4
* SERVER-16186: newCollectionsUsePowerOf2Sizes should warn users it no longer w...Mark Benvenuto2014-12-151-3/+35
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-151-176/+261
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-1218-145/+171
* SERVER-16515 change RecordAccessTracker to be per-MMAPv1 engine, not per-MMAP...David Storch2014-12-124-6/+36
* SERVER-16405 Expand replication command tests.Charlie Swanson2014-12-121-0/+30
* SERVER-16196 Port CountDownLatch to v8-3.25David Percy2014-12-122-22/+114
* SERVER-16532 enable transaction log compression for WiredTigerDan Pasette2014-12-121-1/+1
* SERVER-14070 fix planner_analysis_test compile on OS XDavid Storch2014-12-121-1/+1
* SERVER-16068 add namespace to explain outputDavid Storch2014-12-122-5/+7
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2014-12-123-3/+81
* SERVER-16445 Do not count idle connections as readsKaloian Manassiev2014-12-121-15/+9
* remove replCoord field from replSetGetStatusScott Hernandez2014-12-121-3/+0
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-1218-119/+104