alexey-milovidov
|
c04c614bc0
|
Merge branch 'master' into clickhouse-4013
|
2019-05-05 23:22:45 +03:00 |
|
zhang2014
|
7c54df39b8
|
ISSUES-5190 add performance test from Denny Crane
|
2019-05-06 01:19:12 +08:00 |
|
Danila Kutenin
|
173884c04f
|
Perf test for upcoming review for regexp matching
|
2019-05-05 12:27:57 +03:00 |
|
Danila Kutenin
|
ca4f098362
|
fix hyperscan to treat regular expressions as utf-8 expressions
|
2019-05-05 09:51:59 +03:00 |
|
Alexey Milovidov
|
eb0a8d1709
|
More robust test
|
2019-05-05 02:42:36 +03:00 |
|
Alexey Milovidov
|
b2f44beeb4
|
Addition to prev revision
|
2019-05-05 02:39:37 +03:00 |
|
Alexey Milovidov
|
a924e1c5fb
|
Now the test reproduces the issue clearly
|
2019-05-05 02:38:40 +03:00 |
|
Alexey Milovidov
|
4dc5671482
|
Merge branch 'master' into system_columns_race_condition
|
2019-05-03 03:21:49 +03:00 |
|
alexey-milovidov
|
9e3c80d2ed
|
Merge pull request #5170 from yandex/cidr-to-range-better-code
Cidr to range better code
|
2019-05-02 19:29:36 +03:00 |
|
Alexey Milovidov
|
0a072ccc57
|
Added a test for race condition
|
2019-05-02 18:13:57 +03:00 |
|
Alexey Milovidov
|
6a271adad3
|
Added max_parts_in_total threshold to MergeTree tables
|
2019-05-02 17:48:54 +03:00 |
|
Alexey Milovidov
|
a04849476f
|
Added performance test for "basename" function #5136
|
2019-05-02 16:11:58 +03:00 |
|
Alexey Milovidov
|
9d814f3ce1
|
Added performance test #5170
|
2019-05-02 16:09:48 +03:00 |
|
Alexey Milovidov
|
0381a6a1ec
|
Better code for CIDR to range functions #5095
|
2019-05-02 01:09:24 +03:00 |
|
alexey-milovidov
|
2dccdb18eb
|
Merge pull request #5095 from PerformanceVision/CIDR_MASK
Functions for calculate lower and high range of an IP address using a CIDR mask
|
2019-05-02 01:00:29 +03:00 |
|
alexey-milovidov
|
d4b4a9425b
|
Merge pull request #5154 from yandex/fix-low-cardinality-keys-in-set-index
LowCardinality keys in set index
|
2019-05-01 20:19:04 +03:00 |
|
Nikolai Kochetov
|
be91f09417
|
Merge branch 'master' into fix-low-cardinality-keys-in-set-index
|
2019-04-30 20:26:18 +03:00 |
|
Alexey Milovidov
|
b02588eb62
|
Move performance tests for convenience
|
2019-04-30 20:11:43 +03:00 |
|
alexey-milovidov
|
cd16c3a3c9
|
Update 00931_low_cardinality_set_index_in_key_condition.sql
|
2019-04-30 19:21:33 +03:00 |
|
alexey-milovidov
|
e7ec3b9eb8
|
Merge pull request #5136 from PerformanceVision/basename
Add a basename function
|
2019-04-30 19:15:35 +03:00 |
|
Nikolai Kochetov
|
0b7bf0c794
|
Added test. #5031
|
2019-04-30 13:46:04 +03:00 |
|
alexey-milovidov
|
0a34e05130
|
Merge pull request #5138 from CurtizJ/limit-by-offset
Added support of LIMIT n, m BY clause.
|
2019-04-30 00:17:29 +03:00 |
|
CurtizJ
|
7766f5c0c3
|
added offset for limit by
|
2019-04-29 16:12:39 +03:00 |
|
Guillaume Tassery
|
87b60f0a3b
|
Add test for basename function
|
2019-04-29 17:18:02 +07:00 |
|
alexey-milovidov
|
1d69a73424
|
Merge pull request #5119 from nicelulu/update_24
modification retention function
|
2019-04-29 04:51:18 +03:00 |
|
Ivan
|
9edbbc637a
|
Fix segmentation fault on iterator double-free inside RWLock (#5127)
* Store the key instead of iterator, which may get invalidated by erasure from another instance.
* Add test
|
2019-04-27 22:12:35 +03:00 |
|
Anastasiya Rodigina
|
747d2e0d3a
|
Change pipeline + add optimize stuff into Settings.h
|
2019-04-27 12:39:03 +03:00 |
|
Vitaly Baranov
|
7e3c8d6022
|
Implement new constraints: "min" and "readonly".
|
2019-04-27 01:09:16 +03:00 |
|
Vitaly Baranov
|
d2bfac7949
|
Add a test for the 'max' constraint
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
8277e9d8f1
|
Refactoring of Settings based on new template class SettingsCollection.
Add new class SettingsConstraints.
|
2019-04-26 19:11:05 +03:00 |
|
alesapin
|
99e9c2d534
|
Temporary disable flapping test
|
2019-04-26 15:57:56 +03:00 |
|
821008736@qq.com
|
02e9cc8f2d
|
fix retention function
|
2019-04-26 17:36:35 +08:00 |
|
Guillaume Tassery
|
f21004ed7e
|
IPv4CIDRtoIPv4Range and IPv6CIDRtoIPv6Range return now an IP
|
2019-04-26 13:30:07 +07:00 |
|
alexey-milovidov
|
445f51c01e
|
Merge pull request #4439 from kvinty/kvinty-radix-sort
Use radixSort in ORDER BY + add performance test
|
2019-04-25 02:45:38 +03:00 |
|
alexey-milovidov
|
5548b88680
|
Merge pull request #5084 from yandex/simplify-clickhouse-test
Removed XML output in clickhouse-test; removed trashing of UTF-8 characters
|
2019-04-24 21:25:39 +03:00 |
|
Alexey Milovidov
|
ce9b5a4341
|
Added bug #5066
|
2019-04-24 19:52:44 +03:00 |
|
Alexey Milovidov
|
cb763f03e9
|
Merge branch 'master' into simplify-clickhouse-test
|
2019-04-24 19:07:17 +03:00 |
|
alexey-milovidov
|
1de889c201
|
Merge pull request #5081 from Akazz/master
Support for header specified order of columns in TSVWithNames/CSVWithNames formats
|
2019-04-24 18:59:09 +03:00 |
|
alexey-milovidov
|
d2a4aa964d
|
Merge pull request #5026 from PerformanceVision/uniq_array
Add an optional max_size parameter to groupUniqArray
|
2019-04-24 14:34:39 +03:00 |
|
Guillaume Tassery
|
74746de0cb
|
Add functional tests for ipv6 range function
|
2019-04-24 12:17:21 +07:00 |
|
Guillaume Tassery
|
31f8eecdc2
|
Add functional tests for ipv4 range function
|
2019-04-24 11:18:46 +07:00 |
|
proller
|
29c3433322
|
Freebsd build fixes (#5083)
|
2019-04-23 15:51:27 +03:00 |
|
proller
|
ba312c138b
|
Parallel tests runner (#5076)
* Parallel tests runner
* Slightly better style
* Fixes
|
2019-04-23 02:40:40 +03:00 |
|
Alexey Milovidov
|
f8561d2950
|
Removed XML output in clickhouse-test; removed trashing of UTF-8 characters
|
2019-04-22 22:58:34 +03:00 |
|
Alexander Kazakov
|
f93fe77fd5
|
Added chmod +x for test scripts
|
2019-04-22 19:37:22 +03:00 |
|
alexey-milovidov
|
b1cf026b5b
|
Merge pull request #5080 from abyss7/issue-4736
Do not drop Kafka Consumer buffers after deletion of stream
|
2019-04-22 19:18:33 +03:00 |
|
Alexander Kazakov
|
bd62651ea3
|
Dropped a few debug leftovers
|
2019-04-22 16:42:52 +03:00 |
|
Alexander Kazakov
|
d90bab5e33
|
In [T|C]SVWithNames formats start using column information from header
|
2019-04-22 16:31:17 +03:00 |
|
Ivan Lezhankin
|
d479836362
|
Add test on lost messages
|
2019-04-22 14:53:42 +03:00 |
|
proller
|
a9bc78d559
|
Dont use test. db
|
2019-04-22 14:48:37 +03:00 |
|