Ivan Lezhankin
|
72b0a18503
|
Check for unread data on next()
|
2021-02-03 15:37:32 +03:00 |
|
tavplubix
|
b24f73fd88
|
remove outdated comment
|
2021-02-03 13:27:41 +03:00 |
|
tavplubix
|
50362840bb
|
Merge pull request #19924 from amosbird/ddlworker2
Initialize MaxDDLEntryID upon restarting
|
2021-02-03 13:22:22 +03:00 |
|
Maksim Kita
|
ba45cf32ab
|
Merge pull request #19858 from kitaisreal/reinterpret-as-updated-to-big-integers
Function reinterpretAs updated to support big integers
|
2021-02-03 12:12:13 +03:00 |
|
Alexander Kuzmenkov
|
1b47cf08a9
|
Merge pull request #19921 from ClickHouse/aku/window-prototype-2
UNBOUNDED FOLLOWING frame end
|
2021-02-03 12:10:37 +03:00 |
|
Alexander Kuzmenkov
|
3c0a5d2226
|
fix invalid iterator addition
|
2021-02-03 12:09:31 +03:00 |
|
alexey-milovidov
|
4cbd0ed282
|
Merge pull request #20010 from ClickHouse/coverity
Fix some of the issues found by Coverity
|
2021-02-03 08:48:05 +03:00 |
|
alexey-milovidov
|
a4d86c43e9
|
Merge pull request #19946 from ClickHouse/improve-performance-of-aggregate-functions
Improve performance of aggregate functions
|
2021-02-03 08:46:51 +03:00 |
|
Alexey Milovidov
|
12485eee6b
|
Fix some of the issues found by Coverity
|
2021-02-02 22:07:23 +03:00 |
|
Alexander Kuzmenkov
|
264aea20be
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-02 19:12:46 +03:00 |
|
Vitaly Baranov
|
9427d5d94b
|
Merge pull request #19805 from vitlibar/allow-getting-return-type-of-dictget-without-loading-dictionary
Fix starting the server with tables having default expressions containing dictGet()
|
2021-02-02 18:19:55 +03:00 |
|
Alexander Kuzmenkov
|
d2a0e44a3a
|
Merge pull request #19299 from ClickHouse/aku/window-prototype
[wip] support RANGE frame for window functions
|
2021-02-02 17:59:16 +03:00 |
|
alexey-milovidov
|
695e28079d
|
Merge pull request #19960 from ClickHouse/json-extract-inaccurate-conversion-from-double-to-float
Allow inaccurate conversion from double to float in function JSONExtract beacuse the users want that
|
2021-02-02 15:15:37 +03:00 |
|
alexey-milovidov
|
4d0973cf25
|
Merge pull request #19959 from depressed-pho/fix-segv-fromModifiedJulianDay
Fix a segfault in fromModifiedJulianDay()
|
2021-02-02 13:50:14 +03:00 |
|
alexey-milovidov
|
05b8164133
|
Merge pull request #19956 from ClickHouse/geohash-ubsan
Fix UBSan report in geoHashesInBox
|
2021-02-02 12:52:01 +03:00 |
|
alexey-milovidov
|
8f90367e99
|
Merge pull request #19957 from ClickHouse/msan-system-stack-trace
Add MSan annotation for system.stack_trace
|
2021-02-02 12:50:52 +03:00 |
|
Kruglov Pavel
|
fd5adf1ff6
|
Merge pull request #19925 from ClickHouse/fix_insert_values_with_semicolon
Fix logical error in INSERT VALUES
|
2021-02-02 12:05:19 +03:00 |
|
tavplubix
|
befee42ab0
|
Merge pull request #19684 from yiguolei/master
Should fail ddl query as soon as possible if table is shutdown
|
2021-02-02 11:46:58 +03:00 |
|
tavplubix
|
dbcddbcebd
|
Merge pull request #19770 from stigsb/materializemysql_system_parts
Show MaterializeMySQL tables in system.parts
|
2021-02-02 11:43:42 +03:00 |
|
alexey-milovidov
|
f5dc38a33c
|
Merge pull request #19584 from azat/client-complete-error-codes
client: more suggestions
|
2021-02-02 11:05:17 +03:00 |
|
Maksim Kita
|
d0151de4bb
|
Merge pull request #19608 from kreuzerkrieg/Add_IStoragePolicy_interface
Add IStoragePolicy interface
|
2021-02-02 11:03:20 +03:00 |
|
Alexey Milovidov
|
078011ef2d
|
Allow conversion from double to float in function JSONExtract beacuse the users want that
|
2021-02-02 07:16:47 +03:00 |
|
Alexey Milovidov
|
06bd0345eb
|
Merge branch 'master' into improve-performance-of-aggregate-functions
|
2021-02-02 06:48:08 +03:00 |
|
Alexey Milovidov
|
656cd583f7
|
Add MSan annotation for system.stack_trace
|
2021-02-02 06:46:54 +03:00 |
|
PHO
|
5f7a852b92
|
Fix a segfault in fromModifiedJulianDay()
It was crashing when the argument type was Nullable(T) where T was any integral type other than Int32.
|
2021-02-02 12:43:36 +09:00 |
|
Alexey Milovidov
|
9930bb0bf6
|
Fix UBSan report in geoHashesInBox
|
2021-02-02 06:37:24 +03:00 |
|
Alexey Milovidov
|
9f8f908779
|
Better code (add suggestion from Azat)
|
2021-02-02 06:05:40 +03:00 |
|
Alexey Milovidov
|
bd0ec1b9f4
|
Remove useless header
|
2021-02-02 06:03:30 +03:00 |
|
tavplubix
|
37c178f5e1
|
Update DDLWorker.cpp
|
2021-02-02 10:32:01 +08:00 |
|
tavplubix
|
8e6b09b1ae
|
Update DDLWorker.cpp
|
2021-02-02 10:32:01 +08:00 |
|
tavplubix
|
902ae7894e
|
Update DDLWorker.h
|
2021-02-02 10:32:01 +08:00 |
|
Amos Bird
|
a7eb2ce6d0
|
initialize MaxDDLEntryId upon restarting
|
2021-02-02 10:32:01 +08:00 |
|
Alexander Kuzmenkov
|
41880719bf
|
Merge pull request #19919 from ClickHouse/aku/remove-always-false
Remove an always-false condition from query parser
|
2021-02-02 03:54:02 +03:00 |
|
Alexander Kuzmenkov
|
5e99b4461d
|
cleanup 2
|
2021-02-02 02:27:17 +03:00 |
|
Alexander Kuzmenkov
|
5e78105786
|
cleanup 3
|
2021-02-02 02:27:17 +03:00 |
|
Alexander Kuzmenkov
|
18b6fb2a93
|
cleanup 1
|
2021-02-02 02:24:04 +03:00 |
|
Azat Khuzhin
|
37797fdf5b
|
Merge remote-tracking branch 'upstream/master' into client-complete-error-codes
|
2021-02-02 00:14:53 +03:00 |
|
Pavel Kruglov
|
a3f1b825cc
|
Fix build
|
2021-02-01 21:17:12 +03:00 |
|
alexey-milovidov
|
6b2f0435c8
|
Merge pull request #19375 from Avogar/select-final
Improve do_not_merge_across_partitions_select_final optimization.
|
2021-02-01 20:31:08 +03:00 |
|
alexey-milovidov
|
1f0a91e0ab
|
Merge pull request #19677 from kitaisreal/executable-dictionary-implicit-key-option
ExecutableDictionarySource added implicit_key option
|
2021-02-01 20:13:25 +03:00 |
|
alexey-milovidov
|
2901591f81
|
Merge pull request #19876 from ClickHouse/intdiv-ubsan
Fix UBSan report in intDiv
|
2021-02-01 20:12:30 +03:00 |
|
Alexey Milovidov
|
349d783089
|
Improve performance of aggregate functions
|
2021-02-01 20:12:12 +03:00 |
|
alesapin
|
2aa8a6304b
|
Merge pull request #15450 from CurtizJ/fix-ttl-group-by
Fix some cases of TTL expressions
|
2021-02-01 16:48:07 +03:00 |
|
Nikolai Kochetov
|
19e4a33f9d
|
Merge pull request #19544 from amosbird/limitconcurrency
Per MergeTree table query limit
|
2021-02-01 16:09:12 +03:00 |
|
alexey-milovidov
|
f09158de0c
|
Merge pull request #19884 from kitaisreal/bloom-filter-index-crash-fix
BloomFilter index crash fix
|
2021-02-01 15:42:56 +03:00 |
|
alexey-milovidov
|
9161a5f570
|
Merge pull request #19875 from ClickHouse/text-log-fix-deadlock
Fix deadlock in system.text_log
|
2021-02-01 15:42:16 +03:00 |
|
Alexander Tokmakov
|
accf4d262e
|
fix logical error
|
2021-02-01 15:40:57 +03:00 |
|
Alexander Kuzmenkov
|
7780c0b8e9
|
Remove an always-false condition from query parser
https://github.com/ClickHouse/ClickHouse/pull/19236#discussion_r567673775
|
2021-02-01 13:49:19 +03:00 |
|
tavplubix
|
2a20f20f21
|
Merge pull request #19790 from taiyang-li/fix_client_select
fix client bug while executing select
|
2021-02-01 13:17:14 +03:00 |
|
robot-clickhouse
|
cd82eed093
|
Auto version update to [21.3.1.1] [54448]
|
2021-02-01 12:50:56 +03:00 |
|