summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-07-131-2/+2
* BUILD-770 Fix windows-64/windows-32 compilesJonathan Reams2015-07-121-0/+4
* SERVER-19255 initialize _ready member of Listener to falseAdam Midvidy2015-07-101-1/+1
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-1017-328/+158
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-07-102-2/+2
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-07-101-1/+1
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-102-41/+15
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-101-4/+5
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-101-1/+1
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-072-6/+9
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-071-2/+3
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-072-6/+20
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-07-0611-216/+267
* SERVER-18086 fix leak in QueryPlanner::planFromCacheQingyang Chen2015-07-011-6/+10
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-07-0112-108/+109
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-012-23/+27
* 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-295-5/+6
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-06-295-6/+5
* 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-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-06-252-2/+2
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-252-4/+76
* SERVER-18795: fix backport of printSlaveReplicationInfo on arbitersSam Kleinman2015-06-251-1/+1
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-251-1/+6
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-251-2/+2
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+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-15017: benchRun might return incorrect stats valuesdalyd2015-06-182-59/+86
* SERVER-18926 avoid iterating the entire working set when preparing for a Wire...David Storch2015-06-1717-252/+88
* SERVER-18902 Bump leaf_value_max to 64MB to keep large docs in WiredTiger cacheDan Pasette2015-06-161-1/+1
* post 3.0.4Ernie Hershey2015-06-161-1/+1
* BUMP 3.0.4r3.0.4Ernie Hershey2015-06-151-1/+1
* post 3.0.4-rc0Ramon Fernandez2015-06-091-1/+1
* BUMP 3.0.4-rc0r3.0.4-rc0Ramon Fernandez2015-06-081-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-0818-146/+340
* SERVER-18326: do not shutdown if oplog is empty during rollbackScott Hernandez2015-06-082-6/+22
* 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-0311-38/+686
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-06-032-19/+0
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-06-031-0/+9