summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-117-19/+88
* SERVER-21426:Add writeConcern support to benchRunr3.0.8-rc0dalyd2015-12-081-1/+13
* SERVER-21646 limit concurrency of writes to replicated capped collectionsMathias Stearn2015-12-022-7/+20
* SERVER-21483 Don't reorder capped inserts on secondariesMathias Stearn2015-12-022-5/+48
* SERVER-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-231-1/+5
* SERVER-21533 Lock manager should not starve requestsKaloian Manassiev2015-11-232-8/+59
* SERVER-20876 Backport seekExact to 3.0 (lint)Michael Cahill2015-11-131-4/+4
* SERVER-20876 Backport seekExact to 3.0Michael Cahill2015-11-123-2/+32
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-092-14/+11
* SERVER-21278 Remove execute permission bit from mongod.lockAndreas Nilsson2015-11-061-1/+3
* SERVER-21227 don't drop invalidated results in MultiPlanStage or CachedPlanStageDavid Storch2015-11-062-17/+4
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-11-051-6/+9
* SERVER-21150 move basic init log messages earlierKevin Pulo2015-10-311-23/+24
* SERVER-20407 Sharded findAndModify should retry on shard version mismatchKaloian Manassiev2015-10-263-5/+18
* SERVER-2454 Return error on find/getMore PlanExecutor::DEADJames Wahlin2015-10-234-47/+32
* fix lintEric Milkie2015-10-221-3/+8
* SERVER-20650 backport recent changes from MongoRocksIgor Canadi2015-10-225-73/+167
* SERVER-20823 Do not leak RecordIterator in MMAPV1DatabaseCatalogEntry::_init()Charlie Swanson2015-10-081-1/+1
* SERVER-16042 fix lintDavid Storch2015-10-011-26/+26
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-012-53/+203
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-302-9/+12
* SERVER-20531 uassert rather than invariant if findAndModify fails due to miss...David Storch2015-09-251-2/+12
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-255-52/+46
* SERVER-18250 On transition from journal to no-journal, run WT recovery.Susan LoVerso2015-09-251-6/+27
* Revert "SERVER-17120 Check existance of CN in X509 subject"Spencer Jackson2015-09-241-8/+5
* SERVER-20557 Active window setting is not being processed properlyRandolph Tan2015-09-241-25/+11
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-09-235-36/+95
* SERVER-17120 Check existance of CN in X509 subjectSpencer Jackson2015-09-231-5/+8
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-232-12/+39
* SERVER-18506: Make the balancer section of printShardingStatus() respect the ...Kevin Pulo2015-09-232-77/+87
* SERVER-20429: Correctly unblock requests after canceled lock attemptGeert Bosch2015-09-232-0/+50
* SERVER-19412 Handle NULL PlanStage children in stageDebug commandJ Delaney2015-09-211-0/+12
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorQingyang Chen2015-09-212-1/+7
* SERVER-18624 Track location of collection in system.namespacesCharlie Swanson2015-09-214-109/+126
* SERVER-20473 ReplicationCoordinator::setMaintenanceMode() should fail if the ...Benety Goh2015-09-211-0/+5
* SERVER-20401 Remove sslDisabledProtocols from shellSpencer Jackson2015-09-161-7/+0
* SERVER-19361 Prevent inserting of doc with more than one _id fieldYunhe (John) Wang2015-09-161-3/+8
* SERVER-19564: Make benchRun use insertMultiMartin Bligh2015-09-161-4/+21
* SERVER-20401 Expose net.ssl.disabledProtocolsSpencer Jackson2015-09-161-10/+20
* SERVER-20364 Let find privilege -> killCursor privilegeAndreas Nilsson2015-09-161-4/+8
* SERVER-20219 Warn if an index has a partialFilterExpression option.Max Hirschhorn2015-09-142-0/+50
* SERVER-20347 $in containing a regex element cannot use a hashed indexDan Pasette2015-09-142-1/+24
* SERVER-20383 Cleanup connections after every ChunkManagerTestRandolph Tan2015-09-111-0/+2
* SERVER-20322 Fixup lint from last push.Alex Gorrod2015-09-101-1/+1
* SERVER-20322 Use a separate session when creating new indexes in WiredTiger.Alex Gorrod2015-09-101-1/+3
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-082-0/+36
* SERVER-20110 Add configurable delay for failed authenticationAndreas Nilsson2015-09-074-1/+36
* SERVER-20262 reset the _stepDownPending bool after cancelling all heartbeats ...matt dannenberg2015-09-021-1/+1
* SERVER-20204: Use mongoMalloc to allocate memoryGeert Bosch2015-09-021-1/+2
* SERVER-20216 Extend optional Command properties to SASLSpencer Jackson2015-08-311-0/+11