summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19178 Fix a bug positioning cursors for capped collection truncatesMichael Cahill2015-07-011-4/+8
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
* Revert "SERVER-17470 Remove link to replset data in the http server"Siyuan Zhou2015-06-294-4/+5
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-06-294-5/+4
* SERVER-19178 In WiredTiger capped collection truncates, avoid walking lists o...Michael Cahill2015-06-292-10/+24
* SERVER-17386 WiredTiger session cache improvementsMichael Cahill2015-06-292-117/+120
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-252-4/+76
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-251-2/+2
* SERVER-18874 Backport changes to RocksDB from mongo-partners repoIgor Canadi2015-06-1917-85/+550
* SERVER-18455 stop logging sync_pullOpLog message in master slavematt dannenberg2015-06-191-2/+0
* SERVER-18926 avoid iterating the entire working set when preparing for a Wire...David Storch2015-06-1715-250/+86
* SERVER-18902 Bump leaf_value_max to 64MB to keep large docs in WiredTiger cacheDan Pasette2015-06-161-1/+1
* SERVER-18511 report replication progress upstream after initial sync completesmatt dannenberg2015-06-081-0/+37
* Revert "SERVER-18511 report upstream progress when initial sync completes"matt dannenberg2015-06-082-31/+8
* Revert "SERVER-18845 send our own update first in updatePosition to fix 2.6 c...matt dannenberg2015-06-081-19/+0
* Revert "SERVER-18845 unittest fix"matt dannenberg2015-06-081-2/+2
* SERVER-15192 Roll up of patches required to make logOp rollback safe in v3.0.Andy Schwerin2015-06-0815-100/+234
* SERVER-18326: do not shutdown if oplog is empty during rollbackScott Hernandez2015-06-081-6/+19
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-0513-261/+12
* SERVER-18213: Retry insert in case of a write conflict during multi-upsertGeert Bosch2015-06-051-16/+19
* SERVER-18845 unittest fixmatt dannenberg2015-06-051-2/+2
* SERVER-18845 send our own update first in updatePosition to fix 2.6 compatibiltymatt dannenberg2015-06-051-0/+19
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-06-0310-38/+413
* Revert "SERVER-17689: handle wce better in initial sync"Scott Hernandez2015-06-0111-267/+217
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-06-0111-217/+267
* SERVER-17807: reset state before starting intial sync attemptScott Hernandez2015-06-013-2/+36
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-294-4/+2
* SERVER-18409 de-c++11 backportmatt dannenberg2015-05-281-3/+3
* SERVER-18409 Retry failed heartbeat before marking a node as DOWNmatt dannenberg2015-05-273-20/+167
* SERVER-15252 unit test ScatterGatherRunnermatt dannenberg2015-05-274-2/+430
* SERVER-17913 Log voters at the default loglevelalexander2015-05-271-1/+2
* SERVER-18475 Skip $external users in authSchemaUpgradeAndreas Nilsson2015-05-271-0/+5
* SERVER-18511 report upstream progress when initial sync completesmatt dannenberg2015-05-212-8/+31
* SERVER-18566 findAndModify: re-check for primary before upsertJason Rassi2015-05-211-0/+14
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+12
* SERVER-17944 backport to 3.0daveh862015-05-191-5/+12
* SERVER-18117 Use str::stream instead of std::stringstreamSpencer T Brody2015-05-151-2/+2
* SERVER-18117 Fix compile of replset http interface code on 3.0 branch with ol...Spencer T Brody2015-05-151-4/+11
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-05-1413-4/+482
* Revert "SERVER-18117 Add replset view back to http interface"Spencer T Brody2015-05-1413-481/+4
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-05-1413-4/+481
* SERVER-18364 ensure multikey bounds construction prefers non-negation predica...David Storch2015-05-131-2/+5
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-1310-139/+164
* SERVER-18442 better error message when user attempts to change unchangable st...Eric Milkie2015-05-131-3/+4
* SERVER-18286 Increase the value of the WiredTiger close_idle_timeDan Pasette2015-05-131-0/+1
* SERVER-16636 Disable deadlock detection during MMAP V1 journal lock upgradeKaloian Manassiev2015-05-041-1/+1
* SERVER-18304 Only call _appendHelper() if update/remove succeeds.Max Hirschhorn2015-05-041-2/+7
* SERVER-18290: Fix user string parsing from oplogSpencer Jackson2015-05-041-1/+1
* SERVER-18211 write to disk all documents in a collection when rolling back cr...matt dannenberg2015-04-291-2/+34