Guillaume Tassery
|
7b1be6efc4
|
Clode cleaning and add test for X-ClickHouse-Summary header
|
2019-04-26 10:46:52 +07:00 |
|
Guillaume Tassery
|
3707f26edf
|
Write number of rows written in a summary instead of progress header
|
2019-04-26 10:38:39 +07:00 |
|
Guillaume Tassery
|
ced71ac9fd
|
Send how many rows and bytes were written during the query
|
2019-04-25 18:25:49 +07:00 |
|
Guillaume Tassery
|
7a75003d26
|
Send X-ClickHouse-Progress header in the end of a query execution
|
2019-04-19 19:14:10 +07:00 |
|
Alexey Milovidov
|
0db5ec9227
|
More tests
|
2019-04-12 03:52:24 +03:00 |
|
Alexey Milovidov
|
ceef92fa9e
|
Fixed inconsistent whitespaces
|
2019-04-12 03:37:07 +03:00 |
|
Alexey Milovidov
|
b4878dbffa
|
Added support for non-constant and negative size and length arguments for function substringUTF8
|
2019-04-12 03:34:11 +03:00 |
|
alexey-milovidov
|
d083976b88
|
Merge pull request #4952 from 4ertus2/ast
Rewrite ASTSelectQuery (consistent children)
|
2019-04-11 13:38:44 +03:00 |
|
alexey-milovidov
|
7e7b458eb9
|
Merge pull request #4938 from 4ertus2/joins
Fix unexpected error in case of JOIN + ARRAY JOIN
|
2019-04-11 13:35:31 +03:00 |
|
alexey-milovidov
|
7b4fc33ef9
|
Merge pull request #4973 from yandex/noreturn
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-11 01:10:55 +03:00 |
|
Alexey Milovidov
|
f2cf2ffc80
|
Cleanups
|
2019-04-11 00:20:22 +03:00 |
|
alexey-milovidov
|
0162468466
|
Merge pull request #4969 from 4ertus2/bugs
Fix wrong name qualification in GLOBAL JOIN
|
2019-04-10 23:41:16 +03:00 |
|
Alexey Milovidov
|
36d016d331
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
|
Alexey Milovidov
|
d591c7187f
|
Simplified expression
|
2019-04-10 23:16:04 +03:00 |
|
Alexey Milovidov
|
985936995f
|
Fixed Java programmer's error (found by PVS-Studio)
|
2019-04-10 23:15:44 +03:00 |
|
Alexey Milovidov
|
5be06d8556
|
Simplified expression (suggested by PVS-Studio)
|
2019-04-10 23:05:25 +03:00 |
|
Alexey Milovidov
|
37e086f3bf
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-04-10 22:57:42 +03:00 |
|
Alexey Milovidov
|
b4efebc6ac
|
Fixed error found by PVS-Studio
|
2019-04-10 22:57:30 +03:00 |
|
Danila Kutenin
|
e9bef32618
|
License to valid utf8 function
|
2019-04-10 22:09:27 +03:00 |
|
chertus
|
ee6c83a2f7
|
global join: fix wrong name qualification (save replaced table name as alias)
|
2019-04-10 20:41:19 +03:00 |
|
Alexey Milovidov
|
f37d66bb2e
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
|
chertus
|
a698700faf
|
fix tests (external storages)
|
2019-04-10 14:44:58 +03:00 |
|
Mikhail Fandyushin
|
e566d10eee
|
HTTP Accept-Encoding: br; Revert using unbundled brotli library. FCixed using not initialized http respones ostream pointer
|
2019-04-10 00:59:44 +03:00 |
|
chertus
|
e53a50e01a
|
fix pushdown & build
|
2019-04-09 19:49:52 +03:00 |
|
chertus
|
9329410012
|
fix use after move
|
2019-04-09 17:59:06 +03:00 |
|
chertus
|
82dc1fb1db
|
rewrite ASTSelectQuery (consistent children)
|
2019-04-09 17:22:35 +03:00 |
|
Mikhail Fandyushin
|
7fc9b8c6fb
|
Merge branch 'master' into brotli
|
2019-04-08 21:07:58 +03:00 |
|
chertus
|
58d24c0840
|
join + array join: fix unexpected error
|
2019-04-08 15:35:26 +03:00 |
|
Danila Kutenin
|
b32c19c1b6
|
Merge pull request #4934 from danlark1/master
isValidUTF8 function added
|
2019-04-08 02:59:10 +03:00 |
|
Danila Kutenin
|
9dc6d8f0f5
|
Style
|
2019-04-08 00:23:15 +03:00 |
|
Danila Kutenin
|
3519598ae9
|
Accurate tail handling
|
2019-04-07 23:24:08 +03:00 |
|
Danila Kutenin
|
b603e51c6e
|
isValidUTF8 function added
|
2019-04-07 21:58:13 +03:00 |
|
hcz
|
7910055017
|
Fix typo
|
2019-04-07 11:35:46 +08:00 |
|
alexey-milovidov
|
27f7f0908f
|
Merge pull request #4913 from yandex/fix_additional_seek
Fix bug with additional file processing in cache compressed buffer
|
2019-04-07 01:24:50 +03:00 |
|
Danila Kutenin
|
1c030e4ed1
|
Fix allocations for a while
|
2019-04-06 23:53:25 +03:00 |
|
alexey-milovidov
|
4ffb8372d2
|
Merge pull request #4928 from danlark1/master
MarkCache and UncompressedCache use different allocator to catch segfaults
|
2019-04-06 23:03:04 +03:00 |
|
Artem Zuikov
|
cbb0404d19
|
Merge pull request #4924 from Gladdy/martijn-asof-speedup
Significant speedup of ASOF join
|
2019-04-06 21:38:46 +03:00 |
|
Danila Kutenin
|
5635e3b01c
|
Use inheritance, it is better
|
2019-04-06 20:25:54 +03:00 |
|
Danila Kutenin
|
50379e7cd3
|
Delete state from allocator because of alignment issues
|
2019-04-06 20:06:39 +03:00 |
|
Danila Kutenin
|
7e1e81c444
|
delete Allocator.cpp
|
2019-04-06 18:36:52 +03:00 |
|
Danila Kutenin
|
37d70ac558
|
MarkCache and UncompressedCache use different allocator to catch segfaults more reliable
|
2019-04-06 18:27:39 +03:00 |
|
alexey-milovidov
|
04a163b952
|
Merge pull request #4922 from yandex/fix-issue-4919
Fix types for aggregate functions with low cardinality arguments.
|
2019-04-06 18:07:25 +03:00 |
|
Alexey Milovidov
|
07334ebad4
|
Fixed race condition in DNSCacheUpdater
|
2019-04-06 04:09:15 +03:00 |
|
Alexey Milovidov
|
460b58379a
|
Fixed bad whitespaces
|
2019-04-06 03:36:04 +03:00 |
|
Alexey Milovidov
|
571bc7065a
|
Removed unused code related to MemoryTracker
|
2019-04-06 01:35:56 +03:00 |
|
Martijn Bakker
|
0848f53bed
|
move the sorted atomic bool first in the class
|
2019-04-05 21:22:57 +01:00 |
|
alexey-milovidov
|
f862bb2ed2
|
Merge pull request #4920 from abyss7/fix-PVS
Fix BlockIO::operator=
|
2019-04-05 22:47:43 +03:00 |
|
Martijn Bakker
|
442c001fd5
|
fix style
|
2019-04-05 19:05:24 +01:00 |
|
Martijn Bakker
|
f96a7e401e
|
remove the list lookup and prevent the global lock
|
2019-04-05 18:59:48 +01:00 |
|
Nikolai Kochetov
|
b656786608
|
Merge pull request #4917 from yandex/hczhcz-master
Add aggregate function leastSqr
|
2019-04-05 20:04:24 +03:00 |
|