summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37788 Add oplog visibility manager to BiggieGregory Wlodarek2019-01-024-0/+210
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-0215-132/+159
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-027-38/+310
* SERVER-37643 add IndexBuildsCoordinator to dbtest initializationBenety Goh2019-01-022-0/+4
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-024-61/+95
* SERVER-38648 Log bound address/port at startupSara Golemon2019-01-021-0/+1
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-0210-9/+103
* SERVER-32413 Update pcre_get_sources.sh to incorporate patchesMathew Robinson2019-01-022-0/+39
* SERVER-38177 Fix --repair with --bind_ipJason Carey2019-01-021-0/+1
* SERVER-38548 dropping an index removes catalog entry immediately and defers i...Benety Goh2019-01-012-3/+18
* SERVER-37498 remove slowBackgroundIndexBuild failpointGregory Wlodarek2018-12-311-7/+2
* SERVER-38548 clean up KVCollectionCatalogEntry to support drop-pending idents.Benety Goh2018-12-313-16/+35
* Revert "SERVER-37498 remove slowBackgroundIndexBuild failpoint"Gregory Wlodarek2018-12-311-2/+7
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-316-44/+55
* SERVER-37498 remove slowBackgroundIndexBuild failpointGregory Wlodarek2018-12-311-7/+2
* SERVER-35840 Log the appropriate number of collections dropped using dropData...Gregory Wlodarek2018-12-311-9/+15
* Revert "SERVER-37498 remove slowBackgroundIndexBuild failpoint"Gregory Wlodarek2018-12-311-2/+7
* SERVER-38548 add missing ns field to index specs in kv engine testsBenety Goh2018-12-311-1/+5
* SERVER-37498 remove slowBackgroundIndexBuild failpointGregory Wlodarek2018-12-311-7/+2
* SERVER-38730 fix struct ByteOrderConverter<Decimal128::Value> to return the c...Gregory Wlodarek2018-12-311-8/+8
* SERVER-38469 move uninterruptible lock guard to only protect opobserverEric Milkie2018-12-311-4/+4
* SERVER-38240 work around uint64_t conversion on s390x in WiredTigerOperationS...Benety Goh2018-12-291-0/+4
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-2810-651/+750
* SERVER-38794 do not std::move an object that can be reused in a WCE loopEric Milkie2018-12-281-2/+2
* SERVER-38712 do not hold collection lock while failing a bg index build on se...Eric Milkie2018-12-281-3/+8
* SERVER-38670 enable KV storage engine drop-pending identsBenety Goh2018-12-281-1/+1
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-287-24/+118
* 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