summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31428 correctly check collVersion epoch when short-circuiting metadata...Kevin Pulo2017-10-181-2/+6
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-181-27/+52
* SERVER-30927 Use readConcern afterOpTime for initsync oplog queriesGeert Bosch2017-10-101-0/+4
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-10-061-4/+9
* SERVER-30842 Don't try to set last optime for client backwards after rollbackSpencer T Brody2017-10-051-1/+17
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-10-051-3/+14
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-046-93/+120
* SERVER-31176 Use stderr for interactive password promptsKevin Pulo2017-10-041-2/+2
* SERVER-19076 handle multiline shard keys in sh.status()Kevin Pulo2017-10-042-55/+87
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-10-034-57/+65
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-10-021-10/+16
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-10-026-51/+39
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-10-024-17/+241
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-10-021-0/+4
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-025-29/+32
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-10-011-0/+8
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-10-011-1/+0
* SERVER-30830 applyOps checks if collection/database exists before applying CR...Benety Goh2017-09-281-15/+45
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-267-23/+177
* SERVER-31204 Make `shardCollection` bypass the cache to read the `sharded` da...Kaloian Manassiev2017-09-221-6/+12
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-09-222-0/+81
* Revert "SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersi...Louis Williams2017-09-201-14/+2
* SERVER-29428 Have mongod fail gracefully when featureCompatibilityVersion is ...Louis Williams2017-09-191-2/+15
* SERVER-28637 Remove journal files if journaling is toggled off.Susan LoVerso2017-09-131-0/+7
* SERVER-30117 FeatureCompatibilityVersion::onInsertOrUpdate should only write ...Maria van Keulen2017-09-123-31/+27
* SERVER-15723 Avoid G_X lock for renameCollection within databaseGeert Bosch2017-09-111-1/+9
* SERVER-30971: Own "scope" BSONObj in mapReducer3.4.9-rc0r3.4.9Spencer Jackson2017-09-071-2/+2
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-09-012-0/+4
* SERVER-27317 Fix closed socket when inserting Decimal128.Henrik Edin2017-08-311-4/+5
* SERVER-30875 add requireOwnedObjects() to scoper3.4.8-rc1r3.4.8Jason Carey2017-08-309-3/+79
* SERVER-30636 (lint)r3.4.8-rc0Nathan Myers2017-08-281-1/+1
* SERVER-30636 Detect range deletion write concern timeout correctlyNathan Myers2017-08-281-1/+2
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-251-24/+1
* SERVER-30643: Ensure thread IDs observed by OpenSSL are uniformly distributedSpencer Jackson2017-08-221-19/+45
* SERVER-29714 Added more detailed error logging in validate_locale.cpp to bett...Tyler Kaye2017-08-211-5/+8
* SERVER-30183 ensure a moveChunk that joins the active moveChunk has the same ...Esha Maharishi2017-08-151-1/+2
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-a...Benety Goh2017-08-101-2/+3
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-1012-63/+110
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-08-1010-134/+248
* SERVER-29802 non-atomic applyOps does not acquire global lockBenety Goh2017-08-081-22/+15
* SERVER-29802 clean up applyOps precondition checkingBenety Goh2017-08-081-44/+51
* SERVER-29802 add applyOpsPauseBetweenOperations fail pointBenety Goh2017-08-081-0/+18
* SERVER-29802 add applyOps 'allowAtomic' flag.Benety Goh2017-08-081-2/+9
* SERVER-29802 rename txn to opCtx (apply_ops.cpp)Benety Goh2017-08-082-36/+36
* SERVER-30487 Make sharding range deleter yield the WT snapshot after each ite...Kaloian Manassiev2017-08-031-0/+2
* Import tools: 4f093ae71cdb4c6a6e9de7cd1dc67ea4405f0013 from branch v3.4r3.4.7-rc0r3.4.7Thomas Schubert2017-07-3124-539/+534
* SERVER-29282 Prevent BSON Document size from being exceeded when grouping ins...William Schultz2017-07-312-12/+176
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-07-261-7/+2
* SERVER-29817 Use hinted insert when building CollectionMetadata for performance.Andy Schwerin2017-07-242-4/+6
* SERVER-29817 Use hinted insert when building chunkRangeMapAndy Schwerin2017-07-211-4/+7