Mikhail Malafeev
|
10566e2b43
|
Remove duplicate ORDER BY and DISTINCT from subqueries (#10067)
|
2020-06-15 15:03:01 +03:00 |
|
tavplubix
|
20b8e1e9ec
|
Merge pull request #11057 from Potya/null_data_mods
Null data mods
|
2020-06-15 13:04:51 +03:00 |
|
alexey-milovidov
|
fd6115cccf
|
Merge pull request #11648 from ClickHouse/simplify-code-functions-comparison-3
Allow comparison with String in index analysis; simplify code.
|
2020-06-15 05:47:03 +03:00 |
|
alexey-milovidov
|
550838adbb
|
Merge pull request #11647 from ClickHouse/simplify-code-functions-comparison-2
Allow comparison of numbers with constant string in IN and VALUES
|
2020-06-15 03:33:45 +03:00 |
|
Alexey Milovidov
|
8dac30ae95
|
Split file for better build times
|
2020-06-14 21:42:10 +03:00 |
|
Alexey Milovidov
|
db0fc6c9a6
|
Fix tests
|
2020-06-14 21:24:25 +03:00 |
|
Alexander Tokmakov
|
6a439a5eb5
|
fixes
|
2020-06-14 19:39:06 +03:00 |
|
Alexander Tokmakov
|
5f9739fbf9
|
Merge branch 'master' into fork-potya/null_data_mods
|
2020-06-14 18:11:55 +03:00 |
|
alexey-milovidov
|
56b8d81ef6
|
Merge pull request #11651 from ClickHouse/empty-parameters-url
Skip empty URL parameters
|
2020-06-14 09:00:52 +03:00 |
|
Alexey Milovidov
|
44221139e9
|
Fix test
|
2020-06-14 07:35:50 +03:00 |
|
Alexey Milovidov
|
bba0140d8f
|
Fix tests
|
2020-06-14 07:20:52 +03:00 |
|
Alexey Milovidov
|
fed6843e64
|
Fix style
|
2020-06-14 07:16:52 +03:00 |
|
Alexey Milovidov
|
4024840795
|
Add a test
|
2020-06-14 07:16:52 +03:00 |
|
Alexey Milovidov
|
ff3e5e1a2e
|
Allow implicit conversion from String in IN, VALUES and comparison #11630
|
2020-06-14 07:16:52 +03:00 |
|
Alexey Milovidov
|
eec5abde07
|
Fix test
|
2020-06-14 07:16:23 +03:00 |
|
Alexey Milovidov
|
6c278fee61
|
Better exception message
|
2020-06-14 04:07:47 +03:00 |
|
Alexey Milovidov
|
2cd82a25f5
|
Remove trivial count query optimization if row-level security is set #11352
|
2020-06-13 23:59:20 +03:00 |
|
Alexey Milovidov
|
72257061d5
|
Avoid errors due to implicit int<->bool conversions when using ZK API
|
2020-06-12 18:09:12 +03:00 |
|
Alexander Kuzmenkov
|
e354bbc78c
|
Merge pull request #11588 from ClickHouse/aku/async-log
Add system.asynchronous_metric_log
|
2020-06-11 16:10:35 +03:00 |
|
alesapin
|
5a9a63e9a1
|
Revert "Force table creation on SYSTEM FLUSH LOGS"
|
2020-06-11 13:22:24 +03:00 |
|
tavplubix
|
1777bd0273
|
Merge pull request #11467 from hexiaoting/showcreate
Add "SHOW CLUSTER(s)" queries support
|
2020-06-11 12:01:28 +03:00 |
|
alexey-milovidov
|
c7be0d6bc0
|
Merge pull request #11578 from ClickHouse/fix_10240
Fix query_id of http queries
|
2020-06-11 06:55:04 +03:00 |
|
alexey-milovidov
|
9c20afbc81
|
Merge pull request #11579 from ClickHouse/fix_11490
Fix segfault in SHOW CREATE TABLE
|
2020-06-11 06:54:47 +03:00 |
|
alexey-milovidov
|
9e688307cb
|
Merge pull request #11580 from ClickHouse/fix-bug-prewhere-in-subquery
Fix prewhere in subquery
|
2020-06-11 06:53:44 +03:00 |
|
Nikita Mikhaylov
|
425c20eeb8
|
Merge pull request #11563 from azat/SYSTEM-FLUSH-LOGS-force-table-creation
Force table creation on SYSTEM FLUSH LOGS
|
2020-06-11 02:03:34 +04:00 |
|
Alexander Kuzmenkov
|
a6648516f4
|
Add files; flush more often
|
2020-06-11 00:16:58 +03:00 |
|
Alexander Kuzmenkov
|
e4be52f35f
|
Add system.asynchronous_metric_log
|
2020-06-10 22:17:54 +03:00 |
|
alexey-milovidov
|
123a017057
|
Merge pull request #11528 from azat/use_compact_format_in_distributed_parts_names-fix
Fix shard_num/replica_num for <node> (breaks use_compact_format_in_distributed_parts_names)
|
2020-06-10 22:02:51 +03:00 |
|
Nikita Mikhaylov
|
bf262a3b04
|
more lock_guard
|
2020-06-10 18:44:28 +03:00 |
|
Nikita Mikhaylov
|
8c19817575
|
lock_guard
|
2020-06-10 18:30:50 +03:00 |
|
Nikolai Kochetov
|
d4c8adbaff
|
Fix sanitizeBlock
|
2020-06-10 18:06:37 +03:00 |
|
Alexander Tokmakov
|
08073903ed
|
fix query_id of http queries
|
2020-06-10 17:24:42 +03:00 |
|
Alexander Tokmakov
|
9166ddea41
|
fix segfault in show create table
|
2020-06-10 15:53:12 +03:00 |
|
Azat Khuzhin
|
8a78cffe5c
|
Force table creation on SYSTEM FLUSH LOGS
|
2020-06-09 21:11:08 +03:00 |
|
Nikolai Kochetov
|
595fc9eff6
|
Merge pull request #11440 from ClickHouse/add-remote-source
Add remote source
|
2020-06-09 19:27:28 +03:00 |
|
Ivan
|
47ad338cb2
|
Refactor CMake build files (#11390)
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
|
2020-06-09 13:54:49 +03:00 |
|
hexiaoting
|
75075a7b2b
|
Add DISTINCT keyword when show clusters
|
2020-06-09 10:39:37 +08:00 |
|
Azat Khuzhin
|
c35f5e9271
|
Fix shard_num/replica_num for <node> (breaks use_compact_format_in_distributed_parts_names)
In system.clusters it was 1/1 while in address into it was 0/0
|
2020-06-08 22:30:13 +03:00 |
|
Alexey Milovidov
|
138f3253ba
|
Fix gcc build
|
2020-06-08 15:33:00 +03:00 |
|
Alexey Milovidov
|
58e513f59e
|
Corrected implementation for the case without key
|
2020-06-08 07:23:56 +03:00 |
|
Alexey Milovidov
|
4216f2fe37
|
Merge branch 'master' into fix-aggregation-state-exception-safety-memory-leak
|
2020-06-08 06:31:20 +03:00 |
|
hexiaoting
|
71e43934b7
|
Fix rest errors found by style check
|
2020-06-08 10:29:53 +08:00 |
|
hexiaoting
|
75768413ad
|
fix errors found by Style Check
|
2020-06-08 10:23:57 +08:00 |
|
alexey-milovidov
|
16f0e3a467
|
Merge pull request #11493 from ClickHouse/kuskarov-fix_history_bugs
Merging #11453 (save history in clickhouse-client after every query)
|
2020-06-08 02:13:20 +03:00 |
|
Alexey Milovidov
|
834f8426e0
|
Fix memory leak
|
2020-06-08 01:46:58 +03:00 |
|
Alexey Milovidov
|
f2cfb7d132
|
Whitespaces
|
2020-06-08 00:05:36 +03:00 |
|
Alexey Milovidov
|
df19db1509
|
Added a test for history in clickhouse-client
|
2020-06-07 20:29:34 +03:00 |
|
tavplubix
|
686c0539db
|
Merge pull request #11487 from ClickHouse/improve_dns_cache
Use DNSResolver to check if user is allowed to connect from an address
|
2020-06-07 19:55:03 +03:00 |
|
Alexander Tokmakov
|
0cf8015f4a
|
use DNSResolver to check if user is allowed to connect
|
2020-06-07 00:02:29 +03:00 |
|
Alexey Milovidov
|
d3d02a67f4
|
Speed up build by removing old example programs
|
2020-06-06 19:19:16 +03:00 |
|