Alexey Milovidov
|
eb0473c3f9
|
Fix UBSan report in "round"
|
2021-01-29 04:03:38 +03:00 |
|
Maksim Kita
|
bd81f43ecb
|
Merge pull request #19672 from ClickHouse/bigint-remove-old-code
Remove old code for BigInt.
|
2021-01-27 11:28:45 +03:00 |
|
Alexey Milovidov
|
f3929b151a
|
Remove even more code
|
2021-01-26 22:04:03 +03:00 |
|
Azat Khuzhin
|
f4a4d33c2d
|
Suppress UBsan reports in addYears()
https://clickhouse-test-reports.s3.yandex.net/19528/1c364b6ee3a44487529954cf2792e615f7de0f82/fuzzer_ubsan/report.html#fail1
|
2021-01-26 01:12:40 +03:00 |
|
tavplubix
|
9fc1eba0bc
|
Update DateLUTImpl.h
|
2021-01-25 12:40:49 +03:00 |
|
alexey-milovidov
|
77af612bc5
|
Merge pull request #19466 from azat/UBsan-report-fixes
UBsan report fixes (arraySlice, addMinutes/addHours/addWeeks/addDays, sumWithOverflow(Decimal))
|
2021-01-24 22:27:15 +03:00 |
|
Azat Khuzhin
|
cb30a02540
|
Fix UBsan report in addDays(INT64_MAX)
https://clickhouse-test-reports.s3.yandex.net/19466/df53438a66ee95de790b60d35f36eca986590027/fuzzer_ubsan/report.html#fail1
|
2021-01-24 13:51:05 +03:00 |
|
Alexey Milovidov
|
505898747e
|
Fix buffer overflow in DateLUT
|
2021-01-23 01:58:41 +03:00 |
|
Alexey Milovidov
|
4968f1733e
|
Annotations for DateLUT
|
2021-01-21 15:01:24 +03:00 |
|
hexiaoting
|
a2e5f7693a
|
Fix condition error
|
2020-12-30 11:20:38 +08:00 |
|
hexiaoting
|
ccaea5fa42
|
Make Date > 2106-02-07 overflow as 0
|
2020-12-28 19:09:41 +08:00 |
|
Nikolai Kochetov
|
8ffadac2a3
|
Try disable ucontect for arcadia
|
2020-12-23 19:49:36 +03:00 |
|
Nikolai Kochetov
|
e56a1c442c
|
Use ucontext fir arcadia build.
|
2020-12-23 18:20:52 +03:00 |
|
Nikolai Kochetov
|
af7f5c9518
|
Merge pull request #17868 from ClickHouse/async-read-from-socket
Async read from socket
|
2020-12-23 12:20:42 +03:00 |
|
alexey-milovidov
|
f0dc3ec152
|
Merge pull request #17665 from amosbird/clientedit
clickhouse-client editor
|
2020-12-22 09:53:54 +03:00 |
|
Amos Bird
|
fe16aec48b
|
add .sql suffix
|
2020-12-21 14:43:06 +08:00 |
|
Amos Bird
|
0d89e4aac6
|
correct write
|
2020-12-21 14:43:06 +08:00 |
|
Amos Bird
|
86aa155e62
|
Cleaner
|
2020-12-21 14:43:05 +08:00 |
|
Amos Bird
|
a3d52dd6a0
|
Don't shallow errors.
|
2020-12-21 14:43:05 +08:00 |
|
Amos Bird
|
91e8b35977
|
clickhouse-client editor
|
2020-12-21 14:43:05 +08:00 |
|
alexey-milovidov
|
b932b984a0
|
Update wide_integer_impl.h
|
2020-12-21 04:02:49 +03:00 |
|
Alexey Milovidov
|
a159fc0a90
|
Merge branch 'master' into ucasFL-fix
|
2020-12-20 22:29:43 +03:00 |
|
alexey-milovidov
|
55ed2ab563
|
Update wide_integer_impl.h
|
2020-12-20 09:46:43 +03:00 |
|
Amos Bird
|
c447628d42
|
Add connection thread metrics
|
2020-12-18 15:22:55 +08:00 |
|
alexey-milovidov
|
6ee2ada592
|
Merge pull request #18204 from ClickHouse/remove-strerror
Do not use non thread-safe function `strerror`
|
2020-12-18 08:07:46 +03:00 |
|
Alexey Milovidov
|
fb3d235e84
|
Do not use strerror
|
2020-12-17 21:25:12 +03:00 |
|
Maksim Kita
|
fd7fe0f84c
|
Updated ya.make
|
2020-12-17 12:10:46 +03:00 |
|
Maksim Kita
|
685099af7f
|
Move getPageSize in common
|
2020-12-17 00:23:41 +03:00 |
|
Nikolai Kochetov
|
af83d82a84
|
Try use tsan annotated boost fibre.
|
2020-12-16 20:06:04 +03:00 |
|
alexey-milovidov
|
0d7e27d93f
|
Merge branch 'master' into fix
|
2020-12-14 23:02:14 +03:00 |
|
Nikolai Kochetov
|
8de5cd5bc7
|
Merge branch 'master' into async-read-from-socket
|
2020-12-14 17:45:38 +03:00 |
|
Nikolai Kochetov
|
e295dfe6e3
|
Use ucontext for asan
|
2020-12-14 17:42:08 +03:00 |
|
Amos Bird
|
88341fec82
|
client SIGWINCH fix
|
2020-12-12 00:34:40 +08:00 |
|
PHO
|
d014ac4ce2
|
Provide a default constructor for wide::integer
The implicit one provided by compiler does not initialize its member
variable "items" because it's a POD array. GCC emits a warning about this.
|
2020-12-07 16:00:32 +03:00 |
|
fenglv
|
ff4ffd2c6d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix
|
2020-12-07 04:39:49 +00:00 |
|
Ivan
|
315ff4f0d9
|
ANTLR4 Grammar for ClickHouse and new parser (#11298)
|
2020-12-04 05:15:44 +03:00 |
|
Ilya Yatsishin
|
9b72323594
|
Try fix arcadia build (#17720)
* Try fix arcadia build
* fix
|
2020-12-02 17:54:52 +03:00 |
|
Yuriy Chernyshov
|
a6e66fc3b5
|
Use feature testing macro to test if char8_t is supported
|
2020-11-30 22:36:30 +03:00 |
|
alexey-milovidov
|
81e4885664
|
Merge pull request #17556 from ClickHouse/memory-amount-worse
getMemoryAmount: make code worse
|
2020-11-30 12:53:50 +03:00 |
|
Alexey Milovidov
|
f80ae936ad
|
Fix parsing of multiline queries in interactive mode #13654
|
2020-11-29 17:50:42 +03:00 |
|
Alexey Milovidov
|
7627f4f371
|
getMemoryAmount: make code worse
|
2020-11-29 15:13:10 +03:00 |
|
fenglv
|
5c5d72379a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix
|
2020-11-28 03:38:29 +00:00 |
|
alexey-milovidov
|
d3b10c91f0
|
Update wide_integer_impl.h
|
2020-11-26 08:03:54 +03:00 |
|
Alexander Tokmakov
|
60a5782c75
|
fix AST formatting in log messages
|
2020-11-22 20:23:12 +03:00 |
|
fenglv
|
615287ae75
|
Avoid bigint_cast stack overflow
|
2020-11-22 03:42:16 +00:00 |
|
Matwey V. Kornilov
|
9d509cfc56
|
Add missed <stdexcept>
std::logic_error is used at line 294, so the appropriate header is required.
|
2020-11-21 13:26:38 +03:00 |
|
alexey-milovidov
|
b494b18748
|
Merge pull request #17108 from ClickHouse/ya-make-owners
Add "OWNER" to ya.make files.
|
2020-11-17 05:19:46 +03:00 |
|
Alexey Milovidov
|
24f4fa6edf
|
Follow Arcadia ya.make rules
|
2020-11-17 00:16:50 +03:00 |
|
Alexey Milovidov
|
3df04ce0c2
|
Follow Arcadia ya.make rules
|
2020-11-16 21:24:58 +03:00 |
|
myrrc
|
2430d9d20d
|
fixed the UB when casting from double to int64_t
Corresponding upstream fix: https://github.com/cerevra/int/pull/24
|
2020-11-13 18:13:15 +03:00 |
|