alexey-milovidov
|
f1efa33571
|
Merge branch 'master' into client-fix-highlight-multiline-comment
|
2021-03-26 02:40:11 +03:00 |
|
alexey-milovidov
|
0e42060523
|
Merge pull request #22114 from ucasFL/bar
Fix bar with invalid float value
|
2021-03-26 02:36:02 +03:00 |
|
Alexander Kuzmenkov
|
0675f9403c
|
Merge pull request #21895 from ClickHouse/aku/laglead
float RANGE OFFSET and lag/lead_in_frame
|
2021-03-25 23:00:22 +03:00 |
|
Maksim Kita
|
bbe1960eea
|
Merge pull request #21573 from kitaisreal/updated-cache-dictionary-storage
Added specialized CacheDictionaryStorage
|
2021-03-25 21:29:01 +03:00 |
|
Alexander Kuzmenkov
|
8ea697b7df
|
use camelCase
|
2021-03-25 18:49:45 +03:00 |
|
Kruglov Pavel
|
66b8431e71
|
Merge pull request #21429 from Avogar/secure-socket
Fix receive and send timeouts and non-blocking read in secure socket
|
2021-03-25 17:30:17 +03:00 |
|
feng lv
|
55ba4ec15e
|
Fix bar with invalid float value
fix
|
2021-03-25 13:28:07 +00:00 |
|
alexey-milovidov
|
9a9581f928
|
Merge pull request #22006 from ClickHouse/fix-ubsan-add-month
Fix UBSan report in addMonths
|
2021-03-25 16:03:25 +03:00 |
|
alexey-milovidov
|
f895bc895c
|
Merge pull request #22011 from ClickHouse/min_max_time_system_parts_datetime64
Expose DateTime64 minmax part index in system.parts and system.parts_columns
|
2021-03-25 16:02:33 +03:00 |
|
alexey-milovidov
|
52396acba1
|
Merge pull request #22064 from ClickHouse/fix-overflow-aes
Fix missing check in decrypt for AEAD mode
|
2021-03-25 16:01:44 +03:00 |
|
alexey-milovidov
|
cb6926629e
|
Merge pull request #22099 from ClickHouse/map-populate-series-ubsan
Fix UBSan report in mapPopulateSeries.
|
2021-03-25 16:00:21 +03:00 |
|
alexey-milovidov
|
37a4f3ab3a
|
Merge pull request #22063 from ClickHouse/tuple-null-in
Allow to search tuple of NULLs in a set
|
2021-03-25 15:59:41 +03:00 |
|
Anton Popov
|
f58d470dd6
|
Merge pull request #21830 from foolchi/optimize_select_with_final
optimize select final with prewhere primary key
|
2021-03-25 15:32:13 +03:00 |
|
Vitaly Baranov
|
86a293d6c8
|
Merge pull request #22057 from vitlibar/update-simdjson
Update simdjson
|
2021-03-25 13:27:05 +03:00 |
|
alexey-milovidov
|
94dabbac60
|
Merge pull request #22001 from ClickHouse/timezone-of
Add function `timezoneOf` and fix inconsistencies
|
2021-03-24 23:15:22 +03:00 |
|
Alexey Milovidov
|
2d8e82f3d9
|
Add a test #22094
|
2021-03-24 23:12:58 +03:00 |
|
Alexey Milovidov
|
f9b93e968b
|
Merge branch 'master' into fix-ubsan-add-month
|
2021-03-24 22:37:06 +03:00 |
|
alexey-milovidov
|
087be05dfd
|
Merge pull request #22062 from ClickHouse/datetime64-ubsan
Fix UBSan report in TransformDateTime64
|
2021-03-24 22:36:20 +03:00 |
|
Maksim Kita
|
725c4f2544
|
Update 01774_tuple_null_in.sql
|
2021-03-24 22:20:50 +03:00 |
|
Anton Popov
|
f967fa574c
|
Merge pull request #22036 from CurtizJ/merge_21760
Add test for #21760
|
2021-03-24 16:31:14 +03:00 |
|
fuqi
|
57c6ebc844
|
fix test case
|
2021-03-24 19:38:14 +08:00 |
|
Nikolai Kochetov
|
6ca8a66da2
|
Merge pull request #21550 from amosbird/shardpruningliteral
Shard pruning via literals
|
2021-03-24 13:59:34 +03:00 |
|
fuqi
|
d76edc33d5
|
rename test case name
|
2021-03-24 18:35:03 +08:00 |
|
Vitaly Baranov
|
fb3af77098
|
Add test.
|
2021-03-24 12:25:40 +03:00 |
|
fuqi
|
487d6bdcd9
|
add test case
fix order key check
|
2021-03-24 16:36:45 +08:00 |
|
Alexey Milovidov
|
a6c1b30b3c
|
Merge branch 'master' into timezone-of
|
2021-03-24 04:12:05 +03:00 |
|
Alexey Milovidov
|
3e74f56261
|
Fix missing check in decrypt for AEAD mode
|
2021-03-24 03:34:30 +03:00 |
|
Alexey Milovidov
|
eae268f2f0
|
Allow to search tuple of NULLs in a set
|
2021-03-24 03:15:48 +03:00 |
|
Alexey Milovidov
|
47b00ad11b
|
Fix UBSan report in TransformDateTime64
|
2021-03-24 02:49:17 +03:00 |
|
alexey-milovidov
|
18c9167ba1
|
Merge pull request #22009 from ClickHouse/intdiv-ubsan-3
Fix UBSan report in intDiv #21769
|
2021-03-23 23:53:24 +03:00 |
|
alexey-milovidov
|
150a2df9df
|
Merge pull request #22026 from kitaisreal/cast-to-enum-nullable-fix
Cast to enum nullable fix
|
2021-03-23 23:51:19 +03:00 |
|
alexey-milovidov
|
b7bce01abd
|
Merge pull request #22007 from ClickHouse/add-test-7963
Add a test for #7963
|
2021-03-23 20:05:41 +03:00 |
|
alexey-milovidov
|
072d4bf199
|
Merge pull request #22002 from ClickHouse/add-test-15784
Add a test for #15784
|
2021-03-23 20:04:44 +03:00 |
|
alexey-milovidov
|
7c0dba1b0c
|
Merge pull request #21995 from ClickHouse/tehran-dst
Add a test for #21991
|
2021-03-23 20:04:13 +03:00 |
|
alexey-milovidov
|
7a48ce6b79
|
Merge pull request #21997 from ClickHouse/add-test-11720
Add a test for #11720
|
2021-03-23 20:03:45 +03:00 |
|
tavplubix
|
48b89a0ace
|
Merge pull request #21998 from Avogar/hedged-test
Update tests for hedged requests
|
2021-03-23 18:18:49 +03:00 |
|
Alexander Kuzmenkov
|
c9facd631c
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-03-23 17:40:13 +03:00 |
|
Anton Popov
|
9079dd2027
|
add test
|
2021-03-23 17:05:59 +03:00 |
|
Anton Popov
|
2e1f293bd5
|
Merge pull request #21699 from CurtizJ/fix-map-field-conversion
Fix conversions for fields in function 'arrayElement' for type Map
|
2021-03-23 15:30:44 +03:00 |
|
Vitaly Baranov
|
090e558da4
|
Merge pull request #21844 from Avogar/catboost-deadlock
Fix deadlock in first catboost model execution
|
2021-03-23 15:01:04 +03:00 |
|
Maksim Kita
|
82660d008d
|
Added test reference
|
2021-03-23 15:00:38 +03:00 |
|
Maksim Kita
|
75f5679bf0
|
Cast to enum nullable fix
|
2021-03-23 14:58:00 +03:00 |
|
alesapin
|
36898bdc4a
|
Merge pull request #21142 from Jokser/unfreeze-partitions
Add ALTER TABLE UNFREEZE command.
|
2021-03-23 14:05:38 +03:00 |
|
Alexey Milovidov
|
8d0210b510
|
Expose DateTime64 minmax part index in system.parts and system.parts_columns #18244
|
2021-03-23 01:16:41 +03:00 |
|
Alexey Milovidov
|
c94841bca5
|
Fix UBSan report in intDiv #21769
|
2021-03-23 00:38:25 +03:00 |
|
Anton Popov
|
90f9150829
|
fix test
|
2021-03-23 00:10:46 +03:00 |
|
Alexey Milovidov
|
e6c85df04b
|
Add a test for #7963
|
2021-03-22 23:50:04 +03:00 |
|
Alexey Milovidov
|
3952a8e976
|
Fix UBSan report in addMonths
|
2021-03-22 23:42:09 +03:00 |
|
Alexey Milovidov
|
81e91734f6
|
Add a test for #17080
|
2021-03-22 23:14:05 +03:00 |
|
Alexey Milovidov
|
855d36be45
|
Add a test for #16924
|
2021-03-22 23:12:01 +03:00 |
|