summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-267-56/+79
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-12/+2
* SERVER-33045 Remove fcvLock from shardCollectionDianna Hohensee2018-02-261-5/+0
* SERVER-33486 coverity fix for 'const bool' function return type that should j...Dianna Hohensee2018-02-261-1/+1
* SERVER-33215 Remove references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-262-56/+49
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ...Esha Maharishi2018-02-264-1/+192
* SERVER-32957 part 2: remove killPending flag and reapZombieCursors()Ian Boros2018-02-264-201/+182
* SERVER-33127 Ensure that 'count' value is always returned as part of the `col...Kaloian Manassiev2018-02-261-29/+13
* SERVER-33456 Ensure `onShardVersionMismatch` does not throwKaloian Manassiev2018-02-262-6/+14
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-267-297/+439
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-264-10/+92
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-262-4/+14
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-2613-4/+319
* SERVER-32823 Use WT metadata create URI for metadata cursorsLouis Williams2018-02-261-3/+3
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-267-16/+135
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-264-0/+794
* SERVER-33151 SERVER-33246 Refuse to start up mongod 4.0 unless all collection...Dianna Hohensee2018-02-261-48/+76
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-241-7/+30
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-249-153/+234
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-245-182/+267
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-2318-421/+105
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-234-4/+4
* SERVER-33465 forward-port handling upgrade/downgrade states when sending setF...Esha Maharishi2018-02-231-11/+22
* SERVER-33168 Add number<->date conversions to $convertJustin Seyster2018-02-232-5/+347
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-233-43/+9
* SERVER-33440 DBDirectClient operations should be able to perform session chec...Tess Avitabile2018-02-233-38/+80
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-2321-14/+376
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-226-53/+42
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-223-4/+28
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
* SERVER-33423 Adds simple autocommit unit testPavithra Vetriselvan2018-02-221-0/+21
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-02-221-2/+1
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2117-29/+135
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-2119-321/+334
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
* Fix lintWilliam Schultz2018-02-213-6/+4
* SERVER-32913 batch applyOps with other CRUD operations when reading from oplo...Benety Goh2018-02-211-2/+4
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-212-3/+6
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-2111-75/+177
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-213-55/+45
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-217-39/+153
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-215-70/+380
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-213-0/+186