summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46983: upload to correct S3 URL for repobuilderr4.2.5-rc1r4.2.5Kim Tao2020-03-191-1/+19
* SERVER-46858 Start WT in read only mode if the 'recoverToOplogTimestamp' flag...r4.2.5-rc0Gregory Wlodarek2020-03-132-0/+16
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-03-136-16/+12
* SERVER-45043 Fix SSL test failure on UbuntuAdam Cooper2020-03-111-3/+9
* SERVER-46754: use new repobuilding service to publish packagesKim Tao2020-03-111-1/+3
* SERVER-46766 call infrastructure teardown after every perf runRobert Guo2020-03-111-9/+18
* SERVER-46746 Add sysbench large scale workload to sys-perf for durable histor...Henrik Ingo2020-03-101-0/+28
* SERVER-45770 add to/from information to moveChunk.to log messageJosef Ahmad2020-03-061-1/+1
* SERVER-45867 Use latest version of signal-processingJeff Zambory2020-03-053-14/+11
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-052-1/+45
* SERVER-44942 Don't allow drop of out temp collection before index copyingTed Tuckman2020-03-053-0/+85
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-0368-183/+1384
* SERVER-45029 Add getCurrentServiceContext()Ben Caimano2020-03-032-0/+18
* SERVER-45168 Create add-only syncronized list typeBen Caimano2020-03-033-0/+354
* SERVER-42894 Create SourceLocation type and related macrosBen Caimano2020-03-034-0/+385
* SERVER-42892 Create set and key types for hierarchical lockingBen Caimano2020-03-034-0/+519
* Import wiredtiger: e1bbf9dee97b40a57383a74c6a0c12422c2bf9a8 from branch mongo...r4.2.4-rc0r4.2.4Luke Chen2020-03-028-138/+119
* SERVER-44839 Make ConnectionPoolStats ordered and filteredBen Caimano2020-03-022-8/+22
* SERVER-45546 Do not create HostPools for passive membersBen Caimano2020-03-022-9/+18
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-03-024-6/+43
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-03-021-4/+23
* SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao2020-03-023-49/+149
* SERVER-37148 Remove mr_shard_version.js and mr_during_migrate.js in favor of ...Nick Zolnierz2020-03-0219-200/+118
* SERVER-46488 Fix mergeGregory Wlodarek2020-02-281-2/+0
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-282-19/+12
* SERVER-46488 queryableBackupMode should recover from the journal files on sta...Gregory Wlodarek2020-02-282-21/+19
* SERVER-46001 Move checkShardingIndex outside shardCollection's read critical ...Cheahuychou Mao2020-02-281-14/+16
* Import tools: f8447b92a52fe0b57b62f557e9d2956298fb17c4 from branch v4.2Tim Fogarty2020-02-27264-1151/+72476
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-272-7/+9
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2020-02-279-79/+349
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-276-8/+73
* SERVER-44853 MSI Should skip install MongoD service dialog when mongod is not...Mathew Robinson2020-02-271-3/+19
* SERVER-43867 Move check_log.js inside src/mongo/shell/ SERVER-43867 Work arou...Vesselina Ratcheva2020-02-2796-113/+154
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-264-32/+88
* SERVER-46375 Include the offset, length pair for files as part of the first f...Gregory Wlodarek2020-02-251-0/+5
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add addit...Gregory Wlodarek2020-02-251-9/+18
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-02-251-2/+7
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-02-2510-43/+99
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-02-2516-57/+36
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-02-2514-28/+64
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-02-259-11/+65
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2020-02-257-8/+31
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2020-02-2510-29/+72
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-252-19/+112
* SERVER-45611 lazily enforce that collection validators are validIan Boros2020-02-243-28/+129
* SERVER-46188 Blacklist write_conflicts_with_non_txns.js from sharded core tra...William Schultz2020-02-214-0/+11
* SERVER-45840 Blacklist tests that run emptycapped from replica_sets_kill_seco...Tess Avitabile2020-02-214-0/+6
* SERVER-46218 Fix removal/shutdown race in arbiterA. Jesse Jiryu Davis2020-02-212-1/+57
* Import wiredtiger: 1769920fecd262b69d454dcd023712ea76cfcbfa from branch mongo...Luke Chen2020-02-21792-888/+1057
* SERVER-42830: Wrap all of renameCollectionWithinDBForApplyOps into one WUOW.Daniel Gottlieb2020-02-191-46/+59