summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-115-14/+64
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-1116-318/+663
* SERVER-37387 Clarify how lock mode displayed refers to mode held.Max Hirschhorn2018-10-101-4/+6
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-104-1/+6
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-103-6/+29
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-1016-108/+485
* SERVER-37531 Fix dependency issue in ssl_manager_opensslShreyas Kalyan2018-10-101-0/+2
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-103-14/+98
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-1010-8/+93
* SERVER-20603 Add component information to syslog loggingHenrik Edin2018-10-101-0/+4
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-103-102/+106
* SERVER-37018 Respond to voteCommit for non-existent transaction with abortTra...Matthew Saltz2018-10-102-2/+7
* SERVER-37018 Refactor unit tests to test TransactionCoordinatorService directlyMatthew Saltz2018-10-107-596/+570
* SERVER-37542 Add support for building wt tool through SCons.Max Hirschhorn2018-10-103-0/+29
* SERVER-37386 Make periodic_runner_impl_test more diagnosableMatthew Saltz2018-10-101-3/+10
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-1017-75/+119
* SERVER-37436 Add fields to idleCursor object in curOpTed Tuckman2018-10-102-3/+51
* SERVER-37083 Improve Window secure allocatorMark Benvenuto2018-10-101-1/+7
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-093-2/+191
* SERVER-37374 cleanupOnLastIteration should tolerate an interruptionjannaerin2018-10-093-9/+14
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-092-1/+37
* Import wiredtiger: d235e0e71ef84c3f9d5a870f08feeff9a7c5581e from branch mongo...Luke Chen2018-10-0918-415/+608
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-095-5/+66
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-095-101/+106
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-093-31/+54
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-0920-73/+467
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-092-16/+8
* SERVER-37515 Change name of collections in currentop_cursors testsTed Tuckman2018-10-092-16/+22
* SERVER-36626 Draw wait-for graph from left to rightSiyuan Zhou2018-10-081-0/+4
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-089-10/+345
* SERVER-37441 Add integration test for count using wildcard indexes.David Storch2018-10-082-0/+96
* SERVER-37441 Add missing unit testing for wildcard indexes.David Storch2018-10-081-0/+53
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-082-3/+9
* SERVER-37506 Blacklist no_writes_to_config_transactions_with_prepared_transac...Siyuan Zhou2018-10-082-2/+2
* SERVER-37495 Change Android minimum API level to 21Henrik Edin2018-10-083-5/+5
* SERVER-37478 add new burn in agg fuzzer taskRobert Guo2018-10-081-3/+59
* SERVER-37168 Use numeric_limits instead of raw ordinalsSara Golemon2018-10-081-2/+4
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-086-18/+172
* SERVER-37228 Escape ID in addition to label in waits-for graph.Max Hirschhorn2018-10-081-8/+10
* SERVER-37425 Change batchtime to 1 year for longevity builder.Max Hirschhorn2018-10-081-1/+3
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-087-6/+12
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-085-64/+83
* SERVER-36618 Write JS integration tests that validate whichever TLS suites ar...Shreyas Kalyan2018-10-086-5/+168
* Revert "SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js."Kaloian Manassiev2018-10-081-4/+0
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-0823-1304/+1172
* SERVER-37497 Clearly log sessionID override in multi_statement_transaction_al...William Schultz2018-10-061-0/+2
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-059-5/+557
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-0512-41/+89
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-0515-174/+152
* SERVER-37486 Prevent race in currentop_cursors.jsTed Tuckman2018-10-051-23/+42