summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-3011-136/+340
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-08-302-10/+17
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-292-1/+61
* SERVER-30877 Add --list-files option to errorcodes.pyMathias Stearn2017-08-291-0/+10
* SERVER-30874 Don't ignore errors in scope guard / ON_BLOCK_EXITMathias Stearn2017-08-292-9/+8
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-2919-351/+959
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-294-7/+21
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-297-52/+84
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-293-6/+132
* SERVER-30212 add unit test for repl::logOpBenety Goh2017-08-292-0/+405
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-2943-326/+323
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-295-6/+30
* SERVER-30866 Make op_msg_integration_test reconnect when clearing fail pointMathias Stearn2017-08-281-4/+9
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-287-27/+25
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-2810-57/+140
* SERVER-30849 _handleARMResultsCallback needs to hold mutex while accessing me...William Schultz2017-08-282-7/+14
* SERVER-30568 Add test that user can specify their own uid in a LogicalSessionIdsamantharitter2017-08-281-0/+14
* SERVER-30212 moved test RAII class ForceSupportsDocLocking from d_concurrency...Benety Goh2017-08-282-20/+19
* SERVER-30478 New test for rename during initial syncGeert Bosch2017-08-282-40/+65
* SERVER-30371 UUIDCatalog::onCreateCollection() always replaces existing entry...Benety Goh2017-08-282-0/+45
* SERVER-30842 Don't try to set last optime for client backwards after rollbackSpencer T Brody2017-08-281-1/+16
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-2825-1304/+1718
* SERVER-27801 define unique KRB5CCNAME per external_auth testSara Golemon2017-08-281-0/+13
* SERVER-30583 Only call os.fsync if not writing to stdout in collect_resource_...Eddie Louie2017-08-281-5/+7
* SERVER-30557 Make max_time_ms.js more robustTess Avitabile2017-08-281-45/+45
* SERVER-28914 Create a test fixture with mock replication coordinator and ephe...Randolph Tan2017-08-268-190/+201
* SERVER-30847 Start changeStreams at the lastAppliedOpTime not the lastDurable...Matthew Russotto2017-08-251-1/+1
* SERVER-30829 Decrease number of files generated for generational_jstestfuzz t...Kimberly Hou2017-08-251-2/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-25116-2203/+2685
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-258-75/+179
* SERVER-30835 Increase wtimeout in auth2.js testSpencer T Brody2017-08-251-1/+1
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-256-119/+661
* SERVER-30568 Remove the startSession ActionTypesamantharitter2017-08-255-31/+3
* SERVER-30776 Fix dbCheck authorization.Ian Kuehne2017-08-251-2/+10
* SERVER-30806 Add options for limiting dbCheck rateIan Kuehne2017-08-252-2/+30
* SERVER-30020 Create a version of updateChunkWriteStatsAndSplitIfNeeded in Chu...Joanna Huang2017-08-254-12/+308
* SERVER-30656 renamed CollectionOptions local variable masking parameter nameBenety Goh2017-08-251-4/+4
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-244-43/+110
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-245-9/+267
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-245-55/+69
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-244-29/+59
* SERVER-30631 Run sharding tasks on larger Windows machines to increase resmok...Eddie Louie2017-08-241-0/+16
* SERVER-30741 Add 'bsonType' JSON Schema keyword.David Storch2017-08-2411-84/+430
* SERVER-30212 add two phase drop test for renameCollection in a replica set wi...Benety Goh2017-08-241-0/+89
* SERVER-30212 renameCollectionForApplyOps() supports two phase drop for target...Benety Goh2017-08-242-0/+72
* SERVER-28008 Fix lintAndrew Morrow2017-08-241-2/+2
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-248-179/+75
* Revert "SERVER-30748 WithLock to replace _inlock (sp)"Robert Guo2017-08-241-1/+1
* SERVER-30748 WithLock to replace _inlock (sp)Nathan Myers2017-08-241-1/+1
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-238-75/+179