summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33123 Mongos noscripting command line and configurationBen Caimano2018-03-221-2/+19
* SERVER-33938 Increase replication timeout in CheckReplDBHash hookVesselina Ratcheva2018-03-221-1/+1
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-222-2/+41
* SERVER-33463 Make onCannotImplicitlyCreateCollection noexceptRandolph Tan2018-03-226-12/+194
* SERVER-33770 SERVER-30375 Make 'convertToCapped' attach databaseVersion and s...Kaloian Manassiev2018-03-221-8/+23
* SERVER-34048 Temporary fix to not crash embedded when asked for logical sessi...Henrik Edin2018-03-224-1/+11
* SERVER-33869 make $changeStream on shards check shardVersionEsha Maharishi2018-03-221-6/+7
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-2224-169/+399
* SERVER-34054 Forward declare reference to CAPI type to avoid need for an incl...Andrew Morrow2018-03-212-2/+4
* SERVER-34024 Disable WiredTiger cursor caching configuration.Alex Gorrod2018-03-221-0/+3
* SERVER-32847: Make copyDb transfer UUIDs when creating collectionsjannaerin2018-03-213-65/+81
* SERVER-33867 Create and store db versions in config.databases on setFCV=4.0jannaerin2018-03-216-0/+70
* SERVER-33332 mongos create command should preserve wtimeout option given by userRandolph Tan2018-03-212-2/+6
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-212-3/+8
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-2112-64/+310
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-2114-72/+66
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-2112-31/+84
* SERVER-33990 Fix typo in bgsync.cppWilliam Schultz2018-03-211-1/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-2126-264/+37
* SERVER-33914 Provide embedded SDK download linksAndrew Morrow2018-03-211-0/+7
* SERVER-33913 Add init and fini to embedded capi. Placeholders for now, but re...Henrik Edin2018-03-215-26/+111
* SERVER-33990 Add logging around oplog truncation and reading oplog optime aft...William Schultz2018-03-214-2/+26
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-2123-17/+254
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-215-64/+876
* SERVER-33757 Unsupported target type in $convert is an "onError" case.Justin Seyster2018-03-212-65/+49
* SERVER-33666 Make $geoNear stage and geoNear command support readConcern leve...James Wahlin2018-03-213-28/+7
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-211-1/+5
* SERVER-33028 Make cluster find retry on snapshot errorsJack Mulrow2018-03-207-21/+313
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-205-876/+64
* SERVER-33768 Create a movePrimary critical section on the donor shard (with r...Blake Oler2018-03-202-1/+64
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-2026-37/+264
* SERVER-33922 Remove nestingLevel from SessionCatalog, check for DBDirectClien...Spencer T Brody2018-03-206-54/+190
* SERVER-32824 Incorrect interpreterVersion() reported in mongo shellBen Caimano2018-03-201-1/+1
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-205-64/+876
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-2013-10/+79
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-202-8/+27
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-207-42/+53
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-2026-264/+37
* SERVER-30879: check for write concern errors on assert.commandWorkedDavid Bradford2018-03-201-16/+29
* SERVER-32335 SyncTail increments fetched document counter only when a documen...Benety Goh2018-03-202-6/+9
* SERVER-32335 multiInitialSyncApply stops accepting fetchCountBenety Goh2018-03-206-33/+28
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-2015-53/+48
* SERVER-33514 Use the common sharding commands machinery for listCollections a...Kaloian Manassiev2018-03-193-75/+102
* SERVER-33206 Create MovePrimarySourceManager and add clone commandBlake Oler2018-03-195-0/+337
* SERVER-32335 ReplicationCoordinatorExternalStateImpl uses OplogApplier::Obser...Benety Goh2018-03-191-4/+29
* SERVER-32335 SyncTail notifies OplogApplier::Observer on fetching and inserti...Benety Goh2018-03-191-0/+5
* SERVER-30464 edit startup warning when replset member started as standaloneKyle Suarez2018-03-191-3/+10
* SERVER-33919 remove SyncTail::syncApply() overloadBenety Goh2018-03-195-280/+86
* SERVER-32191 Prevent overflow during optimization of $skip.KevinCybura2018-03-192-4/+41
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-194-48/+50