Commit Graph

36197 Commits

Author SHA1 Message Date
alesapin
bef1eaeb98
Merge pull request #8753 from ClickHouse/fix_database_memory_wrong_data_path
Fix wrong data path in DatabaseMemory
2020-01-21 20:21:10 +03:00
Ivan Lezhankin
2899fbfb52 Remove unused diff 2020-01-21 19:43:42 +03:00
Ivan Lezhankin
d444bc7a11 Remove unused diff 2020-01-21 19:39:52 +03:00
Ivan Lezhankin
008faaa760 Add settings for soft limit raising. 2020-01-21 19:39:52 +03:00
Ivan Lezhankin
1934706ca9 [WIP] 2020-01-21 19:39:52 +03:00
Ivan Lezhankin
c566f406c5 Add new trace type to system.trace_log table 2020-01-21 19:39:52 +03:00
Vitaliy Zakaznikov
507609b611 Fixing styling issues. 2020-01-21 11:18:41 -05:00
Vitaliy Zakaznikov
b2bfa6f938 Removing code used for debugging. 2020-01-21 17:11:21 +01:00
Vitaliy Zakaznikov
1b5f6e37cb First attempt to fix issue https://github.com/ClickHouse/ClickHouse/issues/7878 2020-01-21 17:02:40 +01:00
kreuzerkrieg
4225ca4eec Add GCC warning to suggest virtual function override 2020-01-21 17:34:55 +02:00
Ivan Blinkov
7234f63dc1
Update PULL_REQUEST_TEMPLATE.md 2020-01-21 18:18:34 +03:00
BayoNet
8a52138566 DOCS-468: Updated docs/README.md (#8319) 2020-01-21 18:17:09 +03:00
Mikhail Korotov
b598ce9802
Merge pull request #5 from ClickHouse/master
refresh #5
2020-01-21 17:39:13 +03:00
Ivan Blinkov
bc5571d2ac
Try alternative documentation search backend (#8761) 2020-01-21 17:36:12 +03:00
Ivan Lezhankin
482a0b1c1a Merge remote-tracking branch 'upstream/master' into replxx 2020-01-21 17:25:09 +03:00
CurtizJ
9275225527 Merge remote-tracking branch 'upstream/master' into polymorphic-parts 2020-01-21 17:21:52 +03:00
Alexander Kuzmenkov
e96021cefe [wip] performance comparison 2020-01-21 16:42:35 +03:00
chertus
cc5fc0a825 fix toDecimalOrNull with exception inside 2020-01-21 16:24:54 +03:00
Ivan Blinkov
8a8daf3bad empty commit 2020-01-21 15:48:30 +03:00
proller
289ddcc5a5 Openssl now good 2020-01-21 15:00:46 +03:00
Ivan Blinkov
cc6d9e0bea Try alternative documentation search backend 2020-01-21 14:59:25 +03:00
CurtizJ
13709875ea add some tests 2020-01-21 14:56:46 +03:00
CurtizJ
6a29525fa3 add some comments 2020-01-21 14:56:01 +03:00
Alexander Tokmakov
cdfc17e9b1 check path in constructor 2020-01-21 14:11:11 +03:00
kreuzerkrieg
a256741cf9 Add GCC warning to suggest virtual function override 2020-01-21 13:10:32 +02:00
proller
4ea13e1ca1 Merge remote-tracking branch 'upstream/master' into fix27 2020-01-21 14:06:06 +03:00
chertus
414de57b99 fix hash join with processors 2020-01-21 13:11:30 +03:00
Nikolai Kochetov
c28e224e24
Merge pull request #8735 from ClickHouse/processors-5.12
Processors 5.12
2020-01-21 11:51:07 +03:00
Nikolai Kochetov
d9738bb88e Disable processors by default. 2020-01-21 11:50:43 +03:00
hcz
3f0d1e21c0
Remove a duplicated document entry 2020-01-21 11:26:26 +08:00
alexey-milovidov
2a1fb20c27
Merge pull request #8720 from ClickHouse/GrigoryPervakov-vfs-s3
Merging DiskS3
2020-01-21 02:06:41 +03:00
proller
4ba97e97e1 zlib fixes 2020-01-21 01:15:56 +03:00
proller
d84fb03b75 Merge remote-tracking branch 'upstream/master' into fix27 2020-01-21 00:49:26 +03:00
alexey-milovidov
c4e2d71b48
Merge pull request #8749 from ikopylov/function-bitCount-Int16-Int8-perf
bitCount performance: special handling for Int16 and Int8
2020-01-21 00:12:34 +03:00
alexey-milovidov
9630ef3701
Merge pull request #8752 from ClickHouse/insert_float_as_nullable_uint8_test
Added a test from Zlobober #5610
2020-01-21 00:12:19 +03:00
Alexander Tokmakov
05c4405b65 fix 2020-01-20 23:08:47 +03:00
Alexey Milovidov
e4ff88a604 Added a test from Zlobober #5610 2020-01-20 22:43:57 +03:00
alexey-milovidov
33e6593e3c
Merge pull request #8732 from ClickHouse/minimal-readline-support
Minimal readline support if replxx was not enabled.
2020-01-20 22:29:22 +03:00
alexey-milovidov
9f550fc97f
Merge pull request #8744 from filimonov/test_for_incremental_filling_with_feedback
Test for incremental filling with feedback
2020-01-20 22:03:29 +03:00
CurtizJ
d0731878c9 fix mutations 2020-01-20 22:00:11 +03:00
proller
a5eb48de7b Fix H3_INCLUDE_DIR find 2020-01-20 20:48:06 +03:00
proller
4bb2d513f3 Fix H3_INCLUDE_DIR find 2020-01-20 20:41:58 +03:00
proller
394714bca9 Fix H3_INCLUDE_DIR find 2020-01-20 19:59:28 +03:00
Nikolai Kochetov
ccb124ebdf Update SortingTransform. 2020-01-20 19:48:15 +03:00
chertus
6e304d5aef Merge branch 'master' into joins 2020-01-20 19:39:55 +03:00
chertus
b26c9a1f67 add test for pmj with consts and nullables 2020-01-20 19:36:21 +03:00
ikopylov
f5f36f0199
bitCount performance: special handling for Int16 and Int8 2020-01-20 19:36:03 +03:00
Alexey Milovidov
856962b290 Fixed test 2020-01-20 19:33:43 +03:00
Ivan Lezhankin
f737f19d25 Fix build 2020-01-20 19:23:37 +03:00
Alexey Milovidov
24a8bfe096 Minor improvements 2020-01-20 18:57:13 +03:00