summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-254-99/+65
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-254-65/+99
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-2529-329/+160
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-251-13/+16
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-2529-160/+329
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-2529-328/+159
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-2529-159/+328
* SERVER-40125 Fix dynamic builds when mobile storage engine is enabledHenrik Edin2019-04-251-2/+3
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-257-40/+365
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-259-416/+344
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-251-0/+7
* SERVER-39321 add setIgnorePrepared(false) to dbHash, find and getMoreGregory Wlodarek2019-04-253-0/+12
* SERVER-40719 Include final metadata in call to pipeline_metadata_tree::makeTreeNick Zolnierz2019-04-252-11/+15
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-2521-967/+730
* SERVER-40809 unshim repl::getNextOpTimes()Benety Goh2019-04-254-28/+6
* SERVER-40809 TransactionParticipant::OplogSlotReserver gets optimes from Loca...Benety Goh2019-04-252-1/+4
* SERVER-40809 move LocalOplogInfo implementation out of oplog.cpp into its own...Benety Goh2019-04-244-144/+254
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-245-29/+6
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-245-6/+29
* 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
* 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-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
* 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-2417-198/+261
* SERVER-40787 Ensure valid collection names in AutoGetCollectionGeert Bosch2019-04-231-2/+6
* 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
* 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-233-38/+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-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
* Invariant !haveClient with previous client descriptionBen Caimano2019-04-191-3/+11
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-195-30/+194