summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42712 Add benchmarks for KeyString releasing, copying, and assignmentLouis Williams2019-08-201-0/+74
* SERVER-42896 Blacklist most mapReduce tests from multi_shard_local_read_write...Charlie Swanson2019-08-2033-1/+38
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-2024-423/+524
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-209-2/+191
* SERVER-42646 Cap splitVector response at max BSONObj sizeBlake Oler2019-08-202-3/+88
* SERVER-42214 Increase stepdown timeout in txn_commit_optimizations_for_read_o...Janna Golden2019-08-201-1/+4
* SERVER-42671 _gen task failure due to missing tests should be marked test fai...Lydia Stepanek2019-08-201-0/+3
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-08-201-10/+22
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-08-202-2/+8
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-197-45/+93
* Revert "SERVER-41947 Disallow using the system.views collection name as the s...Xiangyu Yao2019-08-194-30/+63
* SERVER-42853 Check cursor count bounds before validating sizeSara Golemon2019-08-191-6/+5
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-195-20/+448
* SERVER-42903 Remove sharding test for M/R output conversionNick Zolnierz2019-08-192-170/+0
* SERVER-42903 Add skeleton for M/R translation to aggregationNick Zolnierz2019-08-192-172/+23
* SERVER-42611: Fix trivial S2 index key unittest bugs.Daniel Gottlieb2019-08-191-19/+19
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-194-63/+30
* SERVER-42025 Prevent Oldest timestamp from advancing in prepare_transaction_r...Suganthi Mani2019-08-191-0/+9
* SERVER-42890 Fix collection name used in internal_js_reduce_with_scope.jsNicholas Zolnierz2019-08-191-3/+4
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-1915-41/+52
* SERVER-42855 Remove UB const_casts from expression_javascript.cppNicholas Zolnierz2019-08-192-30/+23
* SERVER-42474 Remove now unused function ChunkManagerTargeter::targetDocNicholas Zolnierz2019-08-192-18/+0
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-08-193-7/+78
* SERVER-42863 Limit size of in kill_multicollection_aggregationJustin Seyster2019-08-191-1/+4
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-1910-156/+396
* SERVER-42862 Set forceRefreshFromThisThread to true in forceShardFilteringMet...Jamie Heppenstall2019-08-191-2/+2
* Revert "SERVER-42656 Add scons targets for building and executing unittests"Mathew Robinson2019-08-192-32/+2
* SERVER-42656 Add scons targets for building and executing unittestsMathew Robinson2019-08-192-2/+32
* SERVER-42771 Add new constructor to build ExpressionContext without input BSONJacob Evans2019-08-163-76/+148
* SERVER-25436: modify vendored scons to use win32 api CopyFile operationMathew Robinson2019-08-161-3/+12
* SERVER-39467 Upgrade vendored SCons to 3.1.1Mathew Robinson2019-08-16204-1455/+1937
* SERVER-42867 Fix txn command massage for mapReduceCharlie Swanson2019-08-161-15/+10
* SERVER-42700 Move _configsvrRenameCollection logic into new method ShardingCa...Jason Zhang2019-08-163-90/+115
* SERVER-42575 compiling and running unittests should be a single taskLydia Stepanek2019-08-162-222/+21
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-1692-471/+444
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-1613-24/+177
* SERVER-42664 Correct usage of ICECC_VERSIONMathew Robinson2019-08-161-19/+3
* SERVER-41489 fassert the status rather than status.isOK() in kv_catalog.cppDaniel Solnik2019-08-161-2/+2
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-169-131/+283
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-1612-3/+75
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-162-1/+8
* SERVER-39776 Remove legacy UniqueLock and LockGuard from repl_coordinator_ext...Matthew Russotto2019-08-161-12/+9
* SERVER-42849 have resmoke.py look in cwd for binaries firstRobert Guo2019-08-161-1/+1
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-165-53/+158
* SERVER-41955 test that secondary can replicate prepare oplog entry received d...Pavi Vetriselvan2019-08-161-0/+115
* SERVER-42831 Deal with added bin directory when extracting debug symbolsAndrew Morrow2019-08-161-2/+2
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-166-3/+39
* PERF-1877 Add a new initial sync workload which run initial sync on larger do...Allison Easton2019-08-161-0/+11
* SERVER-42763 rollback via refetch ignores commitIndexBuildBenety Goh2019-08-161-0/+5
* SERVER-41633 Allow overriding system umask for group/other from process startupSara Golemon2019-08-163-39/+163