summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-2810-114/+221
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-2710-59/+108
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-2717-640/+0
* SERVER-38742 Compute latencyThresholdMicros in 64-bit spaceMathias Stearn2018-12-271-1/+1
* SERVER-38150 Evergreen target for Stitch Support LibraryJustin Seyster2018-12-272-3/+23
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-276-6/+3
* SERVER-38769 rollback skips collection counts and rollback files for drop-pen...Benety Goh2018-12-271-0/+23
* SERVER-36352: Enable zstd compression on WiredTiger journal and collection fi...Daniel Gottlieb2018-12-272-5/+11
* SERVER-25936 DBClientBase drops indexes using dropIndexes instead of deleteIn...Benety Goh2018-12-271-3/+3
* SERVER-36644 remove -Wno-format-truncationBilly Donahue2018-12-273-4/+78
* rewrite BSONElement::coerce as overloads rather than undefined templateBilly Donahue2018-12-272-18/+16
* SERVER-25936 remove deleteIndexes references from testsBenety Goh2018-12-271-1/+1
* SERVER-36507: Clean WT state before performing a reconfigure for downgrade.Daniel Gottlieb2018-12-271-0/+4
* SERVER-25936 Collection.dropIndexes() shell helper uses dropIndexes instead o...Benety Goh2018-12-271-2/+2
* SERVER-37643 DatabaseTest does not require MultiIndexBlock for unfinished ind...Benety Goh2018-12-271-9/+15
* Import wiredtiger: e6c1b9724ed6ed2879a36d7e140f4fa9daceb261 from branch mongo...Luke Chen2018-12-2747-497/+904
* SERVER-38604 make dbtest StorageTimestampTest aware of drop pending identsBenety Goh2018-12-231-2/+8
* SERVER-38751 Make _transferMods during migration steady state also use kNoRet...Kaloian Manassiev2018-12-231-1/+1
* SERVER-38603 dropping a collection removes catalog entry immediately and defe...Benety Goh2018-12-233-8/+34
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-228-2/+2412
* SERVER-38603 remove unused boolean field from add/remove collection handlers....Benety Goh2018-12-221-21/+10
* SERVER-38603 add KVStorageEngineInterface.hbdefgBenety Goh2018-12-227-9/+40
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-228-143/+76
* SERVER-38751 Make _migrateClone and _transferModes requests use kNoRetry policyKaloian Manassiev2018-12-221-2/+2
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-2210-190/+86
* SERVER-38603 KVStorageEngine removes drop-pending idents when the oldest time...Benety Goh2018-12-222-0/+32
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-225-7/+10
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2018-12-221-2/+32
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-2225-40/+356
* SERVER-37830 Fix undefined behavior when using NULL status objects.Justin Seyster2018-12-213-14/+24
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-2116-38/+159
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-2123-2/+545
* SERVER-38745 convert MigrationDestinationManager::cloneCollectionIndexesAndOp...Benety Goh2018-12-211-12/+11
* SERVER-38255 Write efficient sharded backup testsXiangyu Yao2018-12-212-1/+9
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-215-1/+147
* SERVER-38739 Reduce iterations in lru_cache_test StressTest if iterator debug...Henrik Edin2018-12-211-1/+9
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-213-37/+53
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-217-376/+366
* SERVER-37885 Wait for something to be majority committed in term on step up i...Esha Maharishi2018-12-212-24/+40
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-37643 collection rename across databases no longer requires MultiIndex...Benety Goh2018-12-212-40/+44
* SERVER-38578 Replace Future with SharedSemiFuture and Promise with SharedProm...Dianna Hohensee2018-12-217-56/+44
* SERVER-38319 fix windows compiler error C2885Benety Goh2018-12-211-3/+3
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-2112-73/+53
* SERVER-37830 fix ReentrancyGuardBenety Goh2018-12-211-2/+4
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-2044-103/+152
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-209-451/+0
* SERVER-38719 unshim DatabaseHolderBenety Goh2018-12-206-118/+26
* SERVER-38638 Cherry-pick bid128_acos fix for -1 argument valueGeert Bosch2018-12-202-1/+2
* SERVER-37830 Common Status objects for C APIsJustin Seyster2018-12-205-317/+312