summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-038-11/+222
* SERVER-28871: Remove user management command write concern backwards compatib...Spencer Jackson2018-12-033-77/+0
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-0325-111/+378
* SERVER-38228 Fix bulk builder for unique indexesGeert Bosch2018-12-032-1/+6
* SERVER-38314 IndexBuilder should not be interrupted while reacquiring databas...Benety Goh2018-12-031-1/+8
* SERVER-38328 Fix uint8_t overflow in the BiggieSE lower_bound() functionGregory Wlodarek2018-12-034-53/+104
* SERVER-36349 Prevent ClusterWrite errors from affecting the OperationSharding...Blake Oler2018-12-032-0/+17
* SERVER-38192 refreshLogicalSessionCacheNow should not throw on DuplicateKeyErrorMatthew Saltz2018-12-031-1/+3
* SERVER-37826 Add build target for stitch_support lib and test binaryJustin Seyster2018-12-038-0/+731
* SERVER-38325 Avoid crash when $backupCursor is specified in view pipelineXiangyu Yao2018-12-031-5/+3
* SERVER-38157 Add abseil-cpp to THIRD-PARTY-NOTICESHenrik Edin2018-12-031-2/+9
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-022-36/+206
* Revert "SERVER-38259 Don't copy the tree on changes if all cursors are positi...Gregory Wlodarek2018-12-022-204/+32
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-022-32/+204
* SERVER-35682 Add SharedPromise and SharedSemiFuture typesMathias Stearn2018-11-306-15/+419
* SERVER-38193 Make AssertionCount use AtomicInt32Mathias Stearn2018-11-303-18/+18
* SERVER-31012 Fix unittest compile on windowsNick Zolnierz2018-11-301-13/+11
* SERVER-35713 Add oldestOpenReadTimestamp to serverStatus outputJason Chan2018-11-305-5/+24
* SERVER-37843 add KVDropPendingIdentReaperBenety Goh2018-11-304-0/+619
* SERVER-38329 Remove unused member TextOrStage::_index.David Storch2018-11-301-1/+0
* SERVER-38056 enable building just some of the pieces of the enterprise moduleGabriel Russell2018-11-303-3/+3
* SERVER-37641 Create command voteCommitIndexBuilds to convey secondary's readi...Dianna Hohensee2018-11-306-3/+163
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2018-11-306-5/+23
* 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