Ilya Yatsishin
|
8ff458a2bf
|
Merge pull request #20459 from ClickHouse/decimal-comparison-ubsan
|
2021-02-13 12:34:40 +03:00 |
|
Ilya Yatsishin
|
5e6ee87096
|
Merge pull request #20453 from ClickHouse/catch-traps
|
2021-02-13 12:33:20 +03:00 |
|
Azat Khuzhin
|
4aa46ce3d6
|
More tests for join_use_nulls
All of them already works, but just in case
|
2021-02-13 11:05:25 +03:00 |
|
Azat Khuzhin
|
cbeda6c60e
|
Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
|
2021-02-13 11:05:25 +03:00 |
|
alesapin
|
f80137626a
|
Merge pull request #19580 from ClickHouse/in_memory_raft
In memory coordination inside ClickHouse
|
2021-02-13 10:19:23 +03:00 |
|
alesapin
|
2e010bffc8
|
Merge pull request #20398 from ClickHouse/test_for_alredy_working_code
Add test for sign column drop
|
2021-02-13 10:17:48 +03:00 |
|
Alexey Milovidov
|
c760d5224d
|
Suppress UBSan report in Decimal comparison
|
2021-02-13 03:56:38 +03:00 |
|
Alexey Milovidov
|
1546f5bcb9
|
Suppress UBSan report in Decimal comparison
|
2021-02-13 03:54:38 +03:00 |
|
Alexey Milovidov
|
1c55be261c
|
Fix UBSan report in arrayDifference
|
2021-02-13 03:45:06 +03:00 |
|
alexey-milovidov
|
54554247bf
|
Merge pull request #19894 from spff/master
Fix doc/interfaces/formats/jsonstringseachrow
|
2021-02-13 03:25:29 +03:00 |
|
Alexander Kuzmenkov
|
716a3df6eb
|
Merge pull request #20337 from ClickHouse/aku/window-prototype
window function rank() and friends
|
2021-02-13 03:03:49 +03:00 |
|
alexey-milovidov
|
2fe2190a20
|
Merge pull request #19721 from azat/buffer-profile
Add separate config directive for Buffer profile
|
2021-02-13 02:43:41 +03:00 |
|
alexey-milovidov
|
04701376ac
|
Merge pull request #20232 from ClickHouse/fix_int_field_to_decimal_conversion
Fix integer Field to Decimal conversion
|
2021-02-13 02:22:32 +03:00 |
|
alexey-milovidov
|
371e84957a
|
Merge pull request #20303 from azat/constant-folding-fixes
Do not allow early constant folding of explicitly forbidden functions
|
2021-02-13 02:20:06 +03:00 |
|
Alexey Milovidov
|
d6e62c1240
|
Merge branch 'master' into aggregation-common-non-significant-change
|
2021-02-13 02:08:23 +03:00 |
|
Alexey Milovidov
|
61cce53aa3
|
Merge branch 'master' into catch-traps
|
2021-02-13 02:08:06 +03:00 |
|
alexey-milovidov
|
abb7c88b80
|
Merge pull request #20449 from ClickHouse/fix_bad_test
Fix 01700_system_zookeeper_path_in
|
2021-02-13 02:07:29 +03:00 |
|
Ivan Blinkov
|
643dcc5ec2
|
Update README.md
|
2021-02-13 01:46:13 +03:00 |
|
Alexey Milovidov
|
3f8336963b
|
Non significant change in AggregationCommon
|
2021-02-13 00:30:58 +03:00 |
|
Alexey Milovidov
|
edd5844bed
|
Print stack trace on SIGTRAP
|
2021-02-13 00:29:47 +03:00 |
|
kssenii
|
219dece1d0
|
Slightly better
|
2021-02-12 21:15:00 +00:00 |
|
kssenii
|
010a640ed8
|
Fix and test different data types
|
2021-02-12 21:14:47 +00:00 |
|
kssenii
|
5bc0010f94
|
Better
|
2021-02-12 21:14:36 +00:00 |
|
kssenii
|
ed6d19b8a6
|
Add PostgreSQLReplica database engine
|
2021-02-12 21:14:24 +00:00 |
|
kssenii
|
9c2c7be4cf
|
Separate replication interface from single storage
|
2021-02-12 21:14:10 +00:00 |
|
kssenii
|
7ceb784d1e
|
Better slot usage, some fixes
|
2021-02-12 21:13:54 +00:00 |
|
kssenii
|
d87bfef890
|
Read up to max_block_size rows
|
2021-02-12 21:13:43 +00:00 |
|
kssenii
|
02e19f9422
|
Better
|
2021-02-12 21:13:13 +00:00 |
|
kssenii
|
d255b63364
|
Slightly better
|
2021-02-12 21:13:01 +00:00 |
|
kssenii
|
8d0c28d470
|
Replicate update queries
|
2021-02-12 21:12:41 +00:00 |
|
kssenii
|
0d19992128
|
Replicate delete queries
|
2021-02-12 21:12:27 +00:00 |
|
kssenii
|
4aadd0c3f2
|
Replicate insert queries
|
2021-02-12 21:11:55 +00:00 |
|
kssenii
|
179a558a04
|
Setup connection in the background, better drop table
|
2021-02-12 21:11:35 +00:00 |
|
kssenii
|
b842ce114b
|
Initial sync into ReplacingMergeTree table, select via nested table
|
2021-02-12 21:11:09 +00:00 |
|
kssenii
|
60ebb86d97
|
Add stream and buffer classes
|
2021-02-12 21:10:40 +00:00 |
|
kssenii
|
a1bcc5fb39
|
Decode replication messages
|
2021-02-12 21:10:10 +00:00 |
|
kssenii
|
84ffd76853
|
Initial table sync and replication pre-startup
|
2021-02-12 21:09:43 +00:00 |
|
alesapin
|
051c9533b9
|
Fix dependent test
|
2021-02-12 22:42:20 +03:00 |
|
alesapin
|
939a3e9555
|
Fix tests for better parallel run
|
2021-02-12 22:28:00 +03:00 |
|
Alexander Tokmakov
|
184ec67dac
|
better ddl queue cleanup
|
2021-02-12 22:23:50 +03:00 |
|
Nikita Mikhailov
|
801d109234
|
fix
|
2021-02-12 22:05:31 +03:00 |
|
Nikita Mikhailov
|
609ced42ef
|
better
|
2021-02-12 20:27:55 +03:00 |
|
Nikita Mikhailov
|
2a52aa8ca3
|
fix test
|
2021-02-12 20:25:40 +03:00 |
|
alesapin
|
9cbda346bb
|
Add test for already working code
|
2021-02-12 19:49:27 +03:00 |
|
alesapin
|
eff6b74fa0
|
Merge pull request #20394 from ClickHouse/revert-20224-fix_config_reloader_destruction
Revert "Fix access control manager destruction order"
|
2021-02-12 19:14:39 +03:00 |
|
alesapin
|
a25ce1c166
|
Revert "Fix access control manager destruction order"
|
2021-02-12 19:13:57 +03:00 |
|
Nikita Mikhailov
|
fcd080631f
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into keen-wolf-filefuncwithreadbuf
|
2021-02-12 17:53:18 +03:00 |
|
Alexander Kuzmenkov
|
ef2b40cf89
|
Update index.md
|
2021-02-12 17:37:22 +03:00 |
|
Alexander Kuzmenkov
|
a0c1bfd9bd
|
Update index.md
|
2021-02-12 17:36:21 +03:00 |
|
Alexander Kuzmenkov
|
06b21c207f
|
Update index.md
|
2021-02-12 17:22:03 +03:00 |
|