summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-2341-367/+885
* SERVER-29615 Allow the ARM to be linked to mongodJason Chan2017-06-233-1/+8
* SERVER-29668 Extend 'parallelCollectionScan' to take a collection UUID argumentJason Chan2017-06-231-1/+1
* SERVER-29778 Add a string constant for the command name to generated classesMark Benvenuto2017-06-231-6/+5
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-2313-54/+50
* SERVER-29717 Add barebones mongodbcapiTed Tuckman2017-06-234-0/+306
* SERVER-28903 Session Transaction State and Table skeleton codeRandolph Tan2017-06-2312-5/+739
* SERVER-29652 don't enable key generation in LogicalTimeValidatorTest::setUp()Jack Mulrow2017-06-231-18/+10
* SERVER-29781 Only shutdown TransportLayer if it was successfully createdJonathan Reams2017-06-231-2/+4
* SERVER-29276 use OplogEntry class in rs_rollback.cppJudah Schvimer2017-06-232-146/+178
* SERVER-29546 Add hostname to standard currentOp output, and include shard nam...Bernard Gorman2017-06-233-4/+12
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-234-7/+21
* SERVER-29785 shards and config should not gossip logicalTime and operationTim...Jack Mulrow2017-06-221-13/+22
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-2210-114/+265
* Revert "SERVER-29277 disallow non-string db name arguments to Mongo.getDB()"Benety Goh2017-06-221-3/+5
* SERVER-29743 Initialize fields with defaults in IDLKaloian Manassiev2017-06-223-9/+7
* SERVER-29277 disallow non-string db name arguments to Mongo.getDB()Benety Goh2017-06-221-5/+3
* SERVER-29652 don't enable key generator too early in logical_time_validator_testJack Mulrow2017-06-221-4/+0
* SERVER-29755 Fix hostname bind_ip valuesJonathan Reams2017-06-221-35/+25
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-225-1/+63
* SERVER-29784 Fix duplicate error message.Ian Kuehne2017-06-221-7/+5
* SERVER-27263 BSONExtractWithDefault more efficient in the 'no such key' caseTyler Kaye2017-06-222-87/+159
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-228-21/+75
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-221-1/+1
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-2210-28/+142
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-2210-13/+198
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-217-82/+130
* SERVER-28639 Prevent multiple noopWrites to opLogMisha Tyulenev2017-06-211-11/+47
* SERVER-29714 Added more detailed error logging in validate_locale.cpp to bett...Tyler Kaye2017-06-211-5/+8
* SERVER-29752 remove IllegalOperation as an acceptable error when applying col...Benety Goh2017-06-211-3/+1
* SERVER-29172: Attach RestrictionDocuments to UserSpencer Jackson2017-06-212-0/+21
* SERVER-29533 make mongodbmain a libraryJason Carey2017-06-214-32/+105
* SERVER-29752 support dropping of system collections when applying operationsBenety Goh2017-06-214-14/+24
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-2110-22/+2758
* SERVER-29169 ServerAddressRestrictionSara Golemon2017-06-203-0/+35
* SERVER-29168 ClientSourceRestrictionSara Golemon2017-06-206-0/+384
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-2123-1376/+1466
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-06-215-14/+157
* SERVER-29695 change oplog entry timestamp logging from wc to wallMisha Tyulenev2017-06-202-2/+2
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-2011-85/+105
* SERVER-28151 Sync admin database first during initial syncJason Chan2017-06-203-7/+184
* SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi2017-06-202-3/+7
* SERVER-29638 Changed the Error Message when failing to reach a sharded cluster.Tyler Kaye2017-06-201-2/+3
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-203-0/+184
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-2013-235/+171
* SERVER-29487 IdempotencyTest::validate() should also verify consistency of co...may2017-06-201-52/+172
* SERVER-29166 Implement an address range classSara Golemon2017-06-204-0/+554
* SERVER-28344: Implement the admin.system.sessions collectionSpencer Jackson2017-06-2010-26/+69
* SERVER-29170: Create a composite class representing hierarchies of RestrictionSpencer Jackson2017-06-204-0/+318
* SERVER-29712 Add a polyfill for std::hardware_constructive_interference_sizeAndrew Morrow2017-06-203-0/+62