summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33089 Do not regenerate auth indexes in queryable backup moder3.4.12-rc0r3.4.12Spencer Jackson2018-02-051-0/+8
* SERVER-31437 Fix parsing of host/db connect stringSara Golemon2018-02-011-3/+3
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-313-1/+15
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-302-6/+8
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-301-1/+2
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...r3.4.11-rc0r3.4.11Misha Tyulenev2018-01-228-11/+43
* SERVER-31818 Add server parameter to disable MarkThreadIdleMark Benvenuto2018-01-171-0/+7
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2018-01-122-29/+58
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-115-4/+35
* Import wiredtiger: e5e5c131d6f37efa82aae2848d98f5ddc3fe0126 from branch mongo...Luke Chen2018-01-119-88/+139
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2018-01-032-4/+4
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2018-01-032-0/+212
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2018-01-021-5/+6
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-12-211-3/+2
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted docume...Daniel Gottlieb2017-12-201-2/+9
* SERVER-31982 check for write concern errors in migration commit responseDianna Hohensee2017-12-141-3/+7
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1216-5/+381
* SERVER-31215 Enable pthread cond monotonic in Linux on WTLouis Williams2017-12-071-0/+3
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the aut...Dianna Hohensee2017-12-043-20/+14
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-12-044-1/+93
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-11-302-9/+12
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-11-305-66/+9
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-11-301-6/+19
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-11-305-0/+220
* SERVER-30715 print replSetConfig in rotateLogsPavithra Vetriselvan2017-11-272-1/+22
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-11-273-43/+139
* SERVER-29921 rewrite URI parserSara Golemon2017-11-2714-109/+2293
* SERVER-29259: Ensure creation of authorization indexesSpencer Jackson2017-11-213-28/+118
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-11-201-0/+8
* SERVER-32030: Divide SyncTail::oplogApplication OperationContext lifetime int...Daniel Gottlieb2017-11-181-2/+3
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-11-173-26/+29
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-11-172-16/+32
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-11-171-15/+36
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-99/+148
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-11-154-11/+42
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-11-154-41/+92
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-11-151-0/+20
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-11-104-3/+75
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-11-091-2/+1
* SERVER-29293 Recipient shard to abort migration on stepdownNathan Myers2017-11-091-5/+12
* SERVER-31016 Be more explicit about some lambda return typesAndrew Morrow2017-11-022-2/+2
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-11-025-4/+24
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-11-011-5/+4
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-11-011-0/+24
* SERVER-31624 fix featureCompatibilityVersion collation error injannaerin2017-10-311-4/+6
* Import wiredtiger: 0cea838de28b96048cd025dbd0fadd5eaf2ad4f3 from branch mongo...Luke Chen2017-10-3110-80/+253
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-10-303-10/+125