summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-3021-87/+524
* SERVER-38260 Avoid updating metadata when dropping the database or collection...Gregory Wlodarek2018-11-295-62/+27
* SERVER-38286 Add the Biggie SE to the dbtest binaryGregory Wlodarek2018-11-291-0/+1
* SERVER-37440 coordinateCommit should fall back to recovering decision from lo...Esha Maharishi2018-11-298-73/+762
* SERVER-37861 Retry WriteConflicts during wildcard multikey scansCharlie Swanson2018-11-291-63/+74
* SERVER-37838 prevent crash with getMore and simultaneous stepdownIan Boros2018-11-291-5/+3
* SERVER-38280 Convert SSL options to IDLSara Golemon2018-11-296-394/+402
* SERVER-38279 Add condition clause to set parameter and config option definitionsSara Golemon2018-11-295-1/+100
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-2915-0/+71
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-2940-226/+916
* SERVER-37962: Create tlsMode setParameterSpencer Jackson2018-11-296-72/+153
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-2912-41/+38
* SERVER-38108 ServerTransactionMetrics should synchronizePavi Vetriselvan2018-11-292-7/+26
* SERVER-36499 Add test coverage for prepared transaction duration in currOpJason Chan2018-11-291-0/+8
* SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan2018-11-291-1/+1
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-2910-63/+123
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-2911-69/+313
* SERVER-37729 background index builds on secondaries cannot be interrupted by ...Benety Goh2018-11-281-1/+9
* SERVER-37729 IndexBuilder updates CurOp using createIndexes formatBenety Goh2018-11-281-1/+17
* SERVER-38262 Avoid comparing elements between different tree versions in Bigg...Gregory Wlodarek2018-11-283-38/+100
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-282-12/+9
* SERVER-38263 Implement KVEngine harness and backup for BiggieSEGregory Wlodarek2018-11-284-0/+101
* SERVER-38261 Execute rollback changes on BiggieSE's recovery unit destructor ...Gregory Wlodarek2018-11-283-21/+70
* SERVER-38286 Add the ephemeralForTest SE to the dbtest binaryAndrew Morrow2018-11-281-0/+1
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-2817-3/+2380
* SERVER-38272 Properly initialize member variables of SortedDataInterface in B...Gregory Wlodarek2018-11-283-11/+25
* SERVER-37501 Version multi-updates and multi-deletes in sharded transactionsJack Mulrow2018-11-272-5/+73
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-2715-195/+160
* SERVER-36655 Add Canary builders for VS2017 for C++14 and C++17Henrik Edin2018-11-271-1/+2
* SERVER-37978 Replace boost::synchronize_value with custom versionMark Benvenuto2018-11-275-15/+312
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-2740-162/+367
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-2722-201/+49
* SERVER-30815 Remove the db/serveronly libraryAndrew Morrow2018-11-273-120/+58
* SERVER-30815 Remove db/serveronly from dbtestAndrew Morrow2018-11-271-1/+2
* SERVER-38160 Allow compilation with Visual Studio 2017.Henrik Edin2018-11-2712-141/+254
* SERVER-37745 Disable hash_table_bm from running on evergreen.Henrik Edin2018-11-271-1/+2
* SERVER-38238 Convert shell options to IDLSara Golemon2018-11-275-205/+207
* SERVER-38039 Coordinator should attach majority writeConcern when sending com...Esha Maharishi2018-11-262-20/+184
* SERVER-38250 Fix assertion message creation in assert.docEqJack Mulrow2018-11-261-1/+1
* SERVER-36617 Hardcode a default Diffie-Hellman parameter when ECDHE is enabledPatrick Freed2018-11-263-13/+195
* SERVER-38227 Fix biggie unique index cursor with non-inclusive boundGeert Bosch2018-11-262-7/+91
* SERVER-38226 Support storing a reserved RecordId in biggie SortedDataInterfaceGeert Bosch2018-11-263-1/+41
* SERVER-36204 Deprecate cloneCollection commandXiangyu Yao2018-11-262-0/+12
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-268-65/+53
* SERVER-38078 removing broken fcntl.h from conf.CheckFunc'sGabriel Russell2018-11-261-2/+2
* SERVER-37745 Add benchmark for hash tables.Henrik Edin2018-11-262-0/+365
* Import wiredtiger: 74aa2f92a95596196d8ff131cdf015850613c893 from branch mongo...Luke Chen2018-11-2689-1575/+1477
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-245-0/+662
* SERVER-38218 AutoGetCollection doesn't need to call getPointInTimeReadTimesta...William Schultz2018-11-211-11/+13
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-2118-83/+291