Commit Graph

48656 Commits

Author SHA1 Message Date
nikitamikhaylov
2d4bdcfec0 file and executables 2020-09-23 22:31:47 +03:00
tavplubix
aff7ec2df5
Merge pull request #15152 from maqroll/master
decimal field in mysql column definition packet shouldn't have size 1?
2020-09-23 22:22:40 +03:00
Alexander Tokmakov
f0f91f84af Merge branch 'master' into enable_atomic_database_by_default 2020-09-23 21:50:15 +03:00
Alexander Tokmakov
a8266a3d3c fix DDDL with cross-replication and Atomic 2020-09-23 21:28:59 +03:00
Nikolai Kochetov
74e785a2fe Add optimize setting to explain plan. 2020-09-23 20:42:46 +03:00
alexey-milovidov
3bc09bb867
Merge pull request #15178 from amosbird/dtcf
Fix performance issue when doing datetime comparison
2020-09-23 20:33:23 +03:00
Ilya Yatsishin
7dad84ea6b
Merge pull request #14265 from arenadata/ADQM-160
Test and doc for PR12771 krb5 + cyrus-sasl + kerberized kafka
2020-09-23 19:02:58 +03:00
alesapin
39f23fbb8f
Merge pull request #14711 from myrrc/feature/cmake-flags-doc-generator
CMake flags reference generator, the guide for adding new options, and the attempt to correct the existing options
2020-09-23 18:56:32 +03:00
Alexander Kuzmenkov
9f137e77e7
Update decimal_casts.xml 2020-09-23 18:41:52 +03:00
alesapin
43571bf8d6 Fix script 2020-09-23 18:18:03 +03:00
alesapin
ee5fc9e3f9 Merge branch 'feature/cmake-flags-doc-generator' of github.com:myrrc/ClickHouse into myrrc-feature-cmake-flags-doc-generator 2020-09-23 17:48:23 +03:00
myrrc
df5db10e01 another better-or-worse fix 2020-09-23 17:09:34 +03:00
myrrc
af50f9d52d another fix 2020-09-23 16:58:16 +03:00
myrrc
fef9e0d06d fixed the invalid AMP generation 2020-09-23 16:53:54 +03:00
Ildus Kurbangaliev
59cc997d9c Fix documentation for map functions 2020-09-23 15:12:13 +02:00
alesapin
f404925397 More optimal 2020-09-23 15:19:45 +03:00
alesapin
1eb8f0a495 Fix bug in storage buffer during alter 2020-09-23 15:06:54 +03:00
myrrc
ad94e4ae22 fixed default values links 2020-09-23 14:47:55 +03:00
Artem Zuikov
626c2dad9f
test for fixed issue (#15166) 2020-09-23 13:17:31 +03:00
Artem Zuikov
25e9d11e2f
Add test for fixed issue (#15164) 2020-09-23 13:16:59 +03:00
Alexander Kuzmenkov
2b6f4134eb Parallel create/fill in perf test 2020-09-23 11:22:54 +03:00
Yağızcan Değirmenci
60bb54093b
Added Comprehension to Improve Performance 2020-09-23 11:18:08 +03:00
Alexander Kuzmenkov
5eaa2a08d4
Update report.py 2020-09-23 10:28:28 +03:00
Alexander Kuzmenkov
d2427a121f
Update decimal_casts.xml 2020-09-23 10:15:51 +03:00
Alexander Kuzmenkov
1321832673
Merge pull request #15135 from amosbird/ctefix
Fix ASTWithElement clone.
2020-09-23 09:51:55 +03:00
Alexander Kuzmenkov
27036f5079
Merge pull request #15158 from ClickHouse/aku/rethrow-copy
Rethrow copy of exception in SSD dictionaries
2020-09-23 09:50:26 +03:00
Amos Bird
ee45395942
Fix datetime comparison 2020-09-23 10:29:55 +08:00
alexey-milovidov
f726bfa3a5
Update extended-roadmap.md 2020-09-23 03:26:15 +03:00
alexey-milovidov
31ece3bda5
Merge pull request #15145 from 4ertus2/debt
Better min/max for Int128
2020-09-23 02:03:51 +03:00
alexey-milovidov
88f01954d9
Merge pull request #15169 from ClickHouse/filimonov-better-message-MergeTreeDataSelectExecutor
Better debug message from MergeTreeDataSelectExecutor
2020-09-23 02:03:05 +03:00
Alexey Milovidov
88dc3126ad Adjustments 2020-09-23 00:26:59 +03:00
Ilya Golshtein
e2ee97202b USE_LIBGSASL not required to use internal librdkafka 2020-09-22 23:16:34 +03:00
filimonov
cc24ef9f83
Better debug message from MergeTreeDataSelectExecutor
See #15168
2020-09-22 21:35:29 +02:00
alexey-milovidov
cf24789c1b
Update 01505_log_distributed_deadlock.sql 2020-09-22 21:25:31 +03:00
alexey-milovidov
c320e77cb5
Merge pull request #15154 from ClickHouse/CurtizJ-patch-2
Changelog for 20.9
2020-09-22 20:52:54 +03:00
alexey-milovidov
71feb111d2
Update CHANGELOG.md 2020-09-22 20:52:43 +03:00
alexey-milovidov
4398efb2ee
Update CHANGELOG.md 2020-09-22 20:49:32 +03:00
alexey-milovidov
b1db8ed2b0
Update CHANGELOG.md 2020-09-22 20:42:11 +03:00
Alexander Kuzmenkov
74f3c592c7
update comment after #14940 2020-09-22 19:20:37 +03:00
Alexander Kuzmenkov
60e6354c64
Merge pull request #14940 from ClickHouse/aku/tcp-versio
Straighten the TCP protocol version
2020-09-22 19:17:24 +03:00
Anton Popov
4b795c7b6a
temporarily run test with wide parts only 2020-09-22 18:58:14 +03:00
Artem Zuikov
f80ffc4dce restore decimal_casts perf test 2020-09-22 18:56:24 +03:00
Alexander Kuzmenkov
0752fa0137 Rethrow copy of exception in SSD dictionaries
A follow-up to https://github.com/ClickHouse/ClickHouse/pull/14689 ,
that should fix asan reports in stress test in master.
2020-09-22 18:54:11 +03:00
alesapin
eb986b8732
Merge pull request #15155 from ClickHouse/fix_fast_test
Fix fast test CMakeOptions
2020-09-22 18:34:37 +03:00
myrrc
808ab9e417 Merge branch 'feature/cmake-flags-doc-generator' of github:myrrc/clickhouse into feature/cmake-flags-doc-generator 2020-09-22 18:09:56 +03:00
myrrc
476b488301 fix: resulting files path 2020-09-22 18:08:48 +03:00
alesapin
1d98561b79 Merge branch 'feature/cmake-flags-doc-generator' of github.com:myrrc/ClickHouse into myrrc-feature-cmake-flags-doc-generator 2020-09-22 17:55:51 +03:00
alesapin
23857addc0 Merge branch 'fix_fast_test' into myrrc-feature-cmake-flags-doc-generator 2020-09-22 17:54:41 +03:00
myrrc
0636e249a1 fix: path traversal 2020-09-22 17:53:14 +03:00
Alexander Tokmakov
7fcf20e48c enable more tests 2020-09-22 17:29:09 +03:00