summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-40809 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-242-22/+0
* Revert "SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTe...Benety Goh2019-04-242-0/+22
* SERVER-39750 remove unused function repl::getNextOpTimeNoPersistForTesting()Benety Goh2019-04-242-22/+0
* Import tools: d91cc9fc08dd8f6dc5d71cdfcdefafd70f35149b from branch v4.1David Golden2019-04-24212-10228/+106
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-242-6/+1
* Revert "SERVER-40809 clean up LocalOplogInfo in oplog.cpp"Benety Goh2019-04-241-107/+45
* SERVER-40809 clean up LocalOplogInfo in oplog.cppBenety Goh2019-04-241-45/+107
* SERVER-40461 fix lintBenety Goh2019-04-241-1/+2
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-244-49/+49
* SERVER-40461 implement WriteResult._id for upsertsGabriel Russell2019-04-241-0/+3
* SERVER-40580 add NonAuthTaskExecutorJason Carey2019-04-244-0/+223
* SERVER-39796 Make the transaction history iterator virtualizable, and make it...Matthew Russotto2019-04-2410-6/+103
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-2414-102/+110
* Revert "SERVER-35638 Short timeout to autocomplete collection names"Justin Seyster2019-04-241-14/+7
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-249-18/+49
* SERVER-40788 Improve logging around replication catchupJudah Schvimer2019-04-241-4/+8
* SERVER-40125 Add a periodic job that runs incremental vacuum on the mobile st...Henrik Edin2019-04-2421-204/+279
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-241-7/+14
* SERVER-40787 Ensure valid collection names in AutoGetCollectionGeert Bosch2019-04-231-2/+6
* Import tools: e4705b54b0699ec5cbc1bedab90f9d26a9fbb816 from branch v4.1David Golden2019-04-231026-8585/+132678
* SERVER-40520 avoid dropping temp collection when $out succeedsIan Boros2019-04-231-0/+3
* SERVER-40220 Remove unused _coordinatorsBySessionDefunctJack Mulrow2019-04-231-4/+0
* SERVER-40519 Profiler should temporarily enforce prepare conflicts while perf...Louis Williams2019-04-231-0/+37
* SERVER-40706 AutoGetCollectionForRead invariant should permit kNoOverlap read...William Schultz2019-04-231-1/+19
* SERVER-40365 log rollback filenamesBenety Goh2019-04-231-0/+7
* SERVER-40365 add ReplSetTest.getDbPath()Benety Goh2019-04-231-0/+7
* Revert "SERVER-40083 Don't recompile each time $regex is evaluated when regex...Ian Boros2019-04-233-436/+263
* Revert "SERVER-40083 Rename 'pcre' variable to fix compile issue becase of ty...Ian Boros2019-04-232-6/+6
* SERVER-40365 rollback via refetch ignores commitTransaction oplog entryBenety Goh2019-04-231-0/+12
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-234-82/+0
* SERVER-40083 Rename 'pcre' variable to fix compile issue becase of typedef co...Arun Banala2019-04-232-6/+6
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-233-263/+436
* SERVER-40322 Prevent unnecessary prepare conflicts when writing out rollback ...Vesselina Ratcheva2019-04-221-11/+15
* SERVER-40680 restartCatalog should take RSTL X lockXiangyu Yao2019-04-222-2/+6
* SERVER-21931 Only mark chunks as jumbo on CannotSplit errorsjannaerin2019-04-221-18/+20
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-229-68/+160
* SERVER-39843 Fix lintjannaerin2019-04-221-3/+2
* SERVER-40732 recovery_preserves_active_txns.js should use awaitSecondaryNodesMatthew Russotto2019-04-221-0/+4
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-224-36/+69
* SERVER-40367 Calculate Flow Control repl lag with wall clock timesMaria van Keulen2019-04-223-16/+63
* SERVER-40589 Disallow $_internalReadAtClusterTime with null timestamp.Max Hirschhorn2019-04-222-0/+10
* SERVER-38919 Use after free in connection pool testA. Jesse Jiryu Davis2019-04-201-1/+2
* Invariant !haveClient with previous client descriptionBen Caimano2019-04-191-3/+11
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-196-30/+195
* SERVER-25284 Show IPs in rs.status()A. Jesse Jiryu Davis2019-04-192-0/+54
* SERVER-40464 skip auth option for connection poolsJason Carey2019-04-194-5/+23
* SERVER-40708 More logging in TestOplogTruncationA. Jesse Jiryu Davis2019-04-181-0/+9
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-183-0/+69
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-185-19/+17