summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-297-10/+43
* SERVER-34919 do not retry vector insert on write conflict exception, for read...Eric Milkie2018-05-291-3/+9
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-263-4/+25
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-251-2/+2
* SERVER-34341 parseCollModUUIDAndNss should uassert the input UUID is in the c...Xiangyu Yao2018-05-241-12/+7
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-246-2/+71
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-242-2/+10
* SERVER-34999 Deprecate clone and copydb commandsMaria van Keulen2018-05-242-2/+18
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-244-26/+65
* SERVER-35177 Do not send 4.0-format option to shards when FCV is 3.6Charlie Swanson2018-05-241-6/+0
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-242-10/+2
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-232-2/+10
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-1/+10
* SERVER-33736 timestamp index updates from vector insertsEric Milkie2018-05-234-8/+16
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-232-2/+42
* SERVER-35019 Correct interruptibility in MultiIndexBlock destructorLouis Williams2018-05-232-8/+6
* SERVER-33934 Protect against distlock acquisition timeout at createCollection...jannaerin2018-05-232-0/+11
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-235-0/+171
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-232-19/+7
* SERVER-35127: Do not timestamp any collection drops committed by dropDatabase.Daniel Gottlieb2018-05-231-77/+4
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-232-14/+31
* SERVER-33198 Add complete two-phase locking testing to lock_state_test.cppDianna Hohensee2018-05-223-64/+86
* SERVER-34894 Embedded authorization componentsADAM David Alan Martin2018-05-227-129/+238
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...r4.0.0-rc0Judah Schvimer2018-05-212-0/+16
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-185-2/+26
* SERVER-34924 Treat LockTimeout as transient transaction errorSiyuan Zhou2018-05-181-0/+1
* SERVER-35024 Fix typoLouis Williams2018-05-181-1/+1
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-1810-90/+189
* SERVER-34807 Rename states in movePrimary state machine to match migrationMatthew Saltz2018-05-182-8/+8
* SERVER-34777 Multi-index drops should timestamp each drop individually along ...Louis Williams2018-05-185-23/+29
* SERVER-35048 setIgnorePrepared should not uassert on storage engines that do ...Louis Williams2018-05-181-4/+6
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-1810-34/+146
* SERVER-34778 Add support for dbHash command inside multi-stmt txn.Max Hirschhorn2018-05-174-3/+61
* SERVER-35017 Disable speculative behavior when using atClusterTime.Max Hirschhorn2018-05-171-2/+6
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-1822-16/+394
* SERVER-33889 Separate sleep from shell_commands so the capi unittests don't d...Henrik Edin2018-05-173-92/+132
* SERVER-34556 Iterating through indexes for a last applied timestamp transacti...Dianna Hohensee2018-05-172-2/+8
* SERVER-32334 add OplogApplier::Observer implementation for debug logging duri...Benety Goh2018-05-172-27/+48
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-174-26/+25
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-176-13/+14
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-164-2/+72
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-1617-197/+257
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-167-23/+189
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-1618-123/+44
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-166-9/+70
* SERVER-34960 Add MONGO_FAIL_POINT_BLOCK_IFJason Carey2018-05-161-4/+3
* SERVER-34833 Sessions transaction reaper should refresh routing info before l...Jack Mulrow2018-05-162-27/+34
* SERVER-33113 Make SessionTxnRecord IDL non-strict.Siyuan Zhou2018-05-161-0/+1
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-164-3/+6
* SERVER-33706 Remove warning message about Windows FS cache configurationXiangyu Yao2018-05-161-17/+0