summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40414 fix mac os compileBenety Goh2019-04-111-2/+2
* SERVER-40389 use fmt in server, add readme file to third_party/fmtBilly Donahue2019-04-112-8/+17
* SERVER-40593 hang_analyzer.py should not crash when receiving invalid unicode...Mathew Robinson2019-04-111-1/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-1182-897/+2014
* SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp...Daniel Gottlieb2019-04-111-10/+1
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-04-112-8/+103
* SERVER-39721 Fix unary minus on value which can be min intIan Boros2019-04-112-8/+33
* SERVER-40577 Put lock_manager as lib dependency of uuid_catalog_testXiangyu Yao2019-04-111-0/+1
* SERVER-40414 fix windows compile for TaskExecutorCursorJason Carey2019-04-111-1/+1
* SERVER-40565 Only append valid wall times to replSetGetStatus optimesMaria van Keulen2019-04-111-2/+9
* SERVER-40572 add skipCommitTxnCheckPrepareMajorityCommitted failpointJudah Schvimer2019-04-111-1/+3
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-112-0/+64
* SERVER-40046 Disable chained replication in txn_being_applied_to_secondary_ca...Matthew Saltz2019-04-111-1/+1
* SERVER-39420 Remove in-memory boolean to indicate config.server.sessions coll...Blake Oler2019-04-113-12/+19
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-1129-231/+49
* SERVER-40436 Ensure that the 'collMod' command takes a database MODE_X lock d...Gregory Wlodarek2019-04-112-4/+36
* SERVER-40570 Lint is not running cpplintMathew Robinson2019-04-102-11/+6
* SERVER-40562 Free Monitoring fails to install required dependenciesMathew Robinson2019-04-102-2/+4
* SERVER-40414 TaskExecutorCursorJason Carey2019-04-107-0/+772
* SERVER-40527 Fix missing virtual in agg_expression_testNick Zolnierz2019-04-102-0/+9
* SERVER-40543 gen_casefold_map.py force a utf-8 when reading filesMark Benvenuto2019-04-101-1/+1
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-1013-37/+9
* SERVER-40551 Switch macOS to use resmoke max jobs 4 on masterBrian McCarthy2019-04-101-5/+5
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-1041-0/+299
* SERVER-40527 Implement visitor for aggregation expressionsNick Zolnierz2019-04-103-1/+648
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-103-3/+172
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-108-69/+80
* SERVER-39689 add data consistency parameters to rollback_testPavi Vetriselvan2019-04-102-5/+7
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-1057-62/+61
* SERVER-40202 TransactionCoordinator should update replica set monitors based ...Jack Mulrow2019-04-105-12/+169
* SERVER-38569 Unblacklist remove_and_bulk_insert.js concurrency workload from ...Kaloian Manassiev2019-04-104-16/+0
* SERVER-40199 Create GCM passthrough test suitesSara Golemon2019-04-105-0/+201
* SERVER-39848: Correct curop_test.cppDaniel Gottlieb2019-04-101-3/+4
* SERVER-40550 Refactor job.py to support mock of time.timeJonathan Abrahams2019-04-102-18/+23
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-1063-1477/+854
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-0914-33/+223
* SERVER-40329: Log all transactions at TXN verbosity levels >= 1Lingzhi Deng2019-04-092-2/+53
* SERVER-40543 gen_casefold_map.py does not work with CRLF line endingsMark Benvenuto2019-04-091-2/+1
* SERVER-40542 buildscripts\make_vcxproj.py does not work with Python 3Mark Benvenuto2019-04-091-5/+5
* SERVER-40421 Add failpoint to skip doing retries on WiredTiger prepare conflictsvrachev2019-04-093-1/+84
* SERVER-39829 Consider in-progress transactions when calculating the oldest ac...Jason Chan2019-04-092-2/+42
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-09431-1054/+912
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-098-75/+65
* SERVER-40375 Remove gperftools 2.5Andrew Morrow2019-04-09187-61788/+2
* SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from serverStatus.tran...Lingzhi Deng2019-04-095-83/+9
* SERVER-40331 Add commit and abort jstests for transactions larger than 16MBJason Chan2019-04-093-4/+121
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-099-389/+417
* SERVER-40415 Tempfile cleanup from test_adb_monitor.pyJonathan Abrahams2019-04-091-1/+1
* SERVER-39248 Implement FCV check for new JSON Schema encryption keywordsNick Zolnierz2019-04-095-278/+580
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-0913-67/+110