summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-102-3/+10
* SERVER-37979 Remove prepareIndexBuild from IndexBuildEntryGregory Wlodarek2019-02-092-12/+0
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-097-13/+903
* SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...Gregory Wlodarek2019-02-092-35/+46
* SERVER-39208 ignore InterruptedAtShutdown in ARS dtorJason Carey2019-02-081-3/+10
* SERVER-39461: Stop generating tasks on windowsDavid Bradford2019-02-081-46/+264
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-087-31/+93
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-083-50/+2
* SERVER-39090 Remove sort7.js and fold coverage into sort_array.jsCharlie Swanson2019-02-083-28/+147
* SERVER-39463 Add logging to plan_cache_shell_helpers.jsTed Tuckman2019-02-081-36/+51
* SERVER-39448 Make resmoke pass TestData.setParametersMongos to mongo shell as...Ben Caimano2019-02-081-6/+14
* SERVER-39343 Use higher levels of reserved threads for async evergreen variantsBen Caimano2019-02-081-2/+8
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-0842-248/+631
* SERVER-35628 check that the android embedded tests report "All tests in all s...Gabriel Russell2019-02-081-4/+15
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-082-2/+3
* SERVER-39409: Convert configuration options in mongos_options.cpp to IDLShreyas Kalyan2019-02-083-46/+82
* SERVER-39379 Pin shared SCons cache pruning to masterBrian McCarthy2019-02-081-31/+40
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-088-114/+66
* SERVER-39075 Add cache debugging for shared scons cacheMathew Robinson2019-02-081-0/+15
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-087-79/+31
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-082-0/+76
* SERVER-39352 Ignore use of `register` keyword in ICU on FreeBSDADAM David Alan Martin2019-02-071-0/+7
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-0714-62/+249
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-077-31/+79
* SERVER-39312 Rename targeted jstests for transaction two phase commit to txn_...Esha Maharishi2019-02-078-9/+9
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-072-6/+34
* SERVER-39215 Fix aggregation_currentop.js such that we compare transactionDoc...Suganthi Mani2019-02-071-3/+3
* SERVER-39053 Improve comment on txn::collect's SharedBlock's status member va...Esha Maharishi2019-02-071-2/+3
* SERVER-39358 Disable building `dbtest` when not building jstests or shell.ADAM David Alan Martin2019-02-072-114/+122
* SERVER-39053 Transaction coordinator should retry sending decision until defi...Esha Maharishi2019-02-079-158/+389
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-072-20/+38
* SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIsMathias Stearn2019-02-072-9/+9
* SERVER-39133 Add FLE TestsMark Benvenuto2019-02-072-0/+52
* SERVER-39127: Switch already converted tasks to use generate.tasks on all bui...David Bradford2019-02-071-1231/+797
* SERVER-38844 SessionMigrationSource should explicitly ignore config.transacti...Randolph Tan2019-02-072-1/+44
* SERVER-39075 Add cache stats collection to SConsMathew Robinson2019-02-071-1/+15
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-062-0/+73
* SERVER-38866 Change commitOplogEntryOpTime from std::optional to boost::optionalJason Chan2019-02-062-4/+3
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on seco...Vesselina Ratcheva2019-02-066-178/+14
* SERVER-39347 fix race in CatalogCacheIan Boros2019-02-061-1/+5
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-0641-320/+523
* SERVER-38986 Fix error codesLouis Williams2019-02-062-2/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-0620-158/+624
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-064-18/+177
* SERVER-39386 Specifically use the version of the android NDK that we want to useGabriel Russell2019-02-061-4/+9
* SERVER-38701 Prohibit two phase index build oplog entries through applyOpsLouis Williams2019-02-064-4/+67
* SERVER-39145 Modify no_disconnect_on_stepdown.js to test that the write opera...Matthew Russotto2019-02-062-19/+43
* SERVER-39223 Move JSON Schema keywords to headerNick Zolnierz2019-02-063-151/+173
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-065-37/+167
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-069-5/+239