summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PERF-400 Part 1: Moved dsi .sh files from clusters/ to bin/perf-400-collapse-scripts-under-dsi-clusterHenrik Ingo2016-03-181-3/+4
| | | | | | Inside the files logic is still the same. Main change here in system_perf.yml is that ${cluster} (cluster type) is now a parameter to setup-cluster.sh
* SERVER-23207 expose additional MongoURI constructorsAdam Midvidy2016-03-171-1/+3
|
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-1720-67/+65
|
* SERVER-22874 network asio operation embeds literal tabs and newlines into ↵Waley Chen2016-03-173-7/+22
| | | | strings
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-171-2/+2
|
* SERVER-22785 Disallow index use for collation-aware queries that match ↵Tess Avitabile2016-03-172-49/+285
| | | | nested objects or arrays
* SERVER-23182 Suspend sharding_auth tasks on OS X EnterpriseIan Whalen2016-03-171-2/+0
|
* SERVER-22956 abstract ExtentManager constructionAdam Midvidy2016-03-1710-41/+114
|
* SERVER-23121 Fix RHEL ppc64le distro specifics and remove ubuntu1504 distroJonathan Reams2016-03-171-134/+3
|
* SERVER-23198 Build tools with ssl/sasl on POWERJonathan Reams2016-03-171-2/+2
|
* SERVER-22355 add negative tests of write operations to read_only suiteAdam Midvidy2016-03-173-1/+82
|
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23
|
* SERVER-22701 Make replace modifier timestamp handling endian-safesamantharitter2016-03-172-4/+7
|
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-175-21/+22
|
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-176-175/+468
| | | | | | Propagates information about the prefixes of the indexed fields that cause the index to be multikey as a result of inserting the generated keys.
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-1625-472/+444
| | | | | | | | This change gets rid of commands explicitly waiting for critical section establishment and instead makes all operations when they encounter stale version to install a wait object on the OperationContext, which can be used to wait for critical section outside of lock. It also makes refresh to happen outside of lock.
* SERVER-23121 Fix slow2 naming issueJonathan Reams2016-03-161-2/+2
|
* SERVER-23121 Add RHEL71 POWER builder to masterJonathan Reams2016-03-163-2/+135
|
* Revert "SERVER-23070 re-enable selectSyncSource unittests as their problem ↵matt dannenberg2016-03-161-1/+4
| | | | | | was fixed by SERVER-23082" It was not in fact fixed by that commit.
* SERVER-23182 Suspend sharding and sharding_WT tasks on OSX* buildvariantsIan Whalen2016-03-161-6/+0
|
* SERVER-20207 replace massert with uassert in dbhelpers' Helpers::removeRangeDianna Hohensee2016-03-161-1/+1
|
* SERVER-23160 error_propagation.js log message is incorrect.Benjamin Murphy2016-03-161-1/+1
|
* SERVER-22786 add a collator to QueryPlannerParamsDavid Storch2016-03-162-2/+8
|
* SERVER-23085 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-162-155/+160
|
* SERVER-23084 connect to all mongoses before stopping them in ↵Judah Schvimer2016-03-161-11/+17
| | | | empty_cluster_init.js
* SERVER-22858 fix dynamic linking breakagematt dannenberg2016-03-151-0/+3
|
* SERVER-22856 Rework taskkill/pkill logic in etc/evergreen.ymlJonathan Abrahams2016-03-151-7/+60
|
* SERVER-23148 patch multi_rs.js to ensure replSetMaintenance command succeedsEric Milkie2016-03-151-1/+6
|
* SERVER-23110 dbeval should not access collection sharding stateKaloian Manassiev2016-03-153-8/+22
|
* SERVER-23070 re-enable selectSyncSource unittests as their problem was fixed ↵matt dannenberg2016-03-151-4/+1
| | | | by SERVER-23082
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-153-32/+1
|
* SERVER-23068 deprecate PrepareConfigFailed error codeMisha Tyulenev2016-03-151-1/+1
|
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-15119-608/+1
|
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be ↵Tess Avitabile2016-03-156-27/+550
| | | | collation-aware
* SERVER-23111 isolate election_timing.js and memory.js by creating new ↵Eric Milkie2016-03-1512-206/+61
| | | | serial_run suite
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-155-19/+116
|
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-159-67/+179
|
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-154-16/+16
|
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() ↵Benety Goh2016-03-151-8/+11
| | | | and cancel().
* SERVER-22858 generate batches in DataReplicator using the ↵matt dannenberg2016-03-159-56/+183
| | | | TryPopAndWaitForMore logic
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-1510-83/+101
|
* Revert "SERVER-23136 Count command should return InvalidNamespace instead of ↵Kaloian Manassiev2016-03-152-7/+7
| | | | | | BadValue" This reverts commit 643ef6752b12a9831cfd5e75e0795c3529b12389.
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-152-7/+7
|
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-145-34/+70
|
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-1418-1481/+463
|
* PERF-388: change sys-perf baselineChung-Yen Chang2016-03-142-2/+2
|
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to ↵Kyle Erf2016-03-146-550/+27
| | | | | | be collation-aware" This reverts commit 0c25cd64ed475dbc88008af3c076cf2f235ce8d5.
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it ↵Benjamin Murphy2016-03-1428-91/+910
| | | | produces parseable output.
* SERVER-23088 fix boost's libstdcpp detection under clangMathias Stearn2016-03-141-1/+17
| | | | | Fixes compilation errors introduced by SERVER-19936 when compiling with clang on a system without boost headers installed.
* SERVER-23102 Improve error message for array query propertiesmegawac2016-03-141-3/+3
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1066