Danila Kutenin
|
e9bef32618
|
License to valid utf8 function
|
2019-04-10 22:09:27 +03:00 |
|
Alexey Milovidov
|
f37d66bb2e
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +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 |
|
Mikhail Fandyushin
|
7fc9b8c6fb
|
Merge branch 'master' into brotli
|
2019-04-08 21:07:58 +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 |
|
Nikolai Kochetov
|
523c8e5ec1
|
Remove LowCardinality from aggregate function argument types. #4919
|
2019-04-05 19:52:31 +03:00 |
|
Nikolai Kochetov
|
eff767b6aa
|
Fix PVS studio warning.
|
2019-04-05 19:31:53 +03:00 |
|
Ivan Lezhankin
|
34cf495db8
|
Fix BlockIO::operator=
|
2019-04-05 19:21:46 +03:00 |
|
Nikolai Kochetov
|
085c758dbd
|
Avoid divizion by zero in leastSqr function.
|
2019-04-05 17:52:27 +03:00 |
|
Nikolai Kochetov
|
bb9958b0d7
|
Minor fixes for leastSqr.
|
2019-04-05 16:42:33 +03:00 |
|
Nikolai Kochetov
|
feb16eedd2
|
Merge branch 'master' of https://github.com/hczhcz/ClickHouse into hczhcz-master
|
2019-04-05 16:10:29 +03:00 |
|
alesapin
|
e8079c8ecd
|
Add empty reads to cache
|
2019-04-05 15:57:22 +03:00 |
|
chertus
|
aae1e56214
|
fix typo
|
2019-04-05 15:57:08 +03:00 |
|
chertus
|
f50a0778fb
|
fix missing column error message
|
2019-04-05 15:50:14 +03:00 |
|
alesapin
|
7e1975b0c8
|
Fix bug with additional seek in cache compressed buffer
|
2019-04-05 12:42:44 +03:00 |
|
alexey-milovidov
|
a6797a9fba
|
Merge pull request #4883 from yandex/fix_codec_delta_alter
Fix alter modify of codec when column type is not specified
|
2019-04-04 22:16:22 +03:00 |
|
alexey-milovidov
|
6e3e583fb9
|
Merge pull request #4898 from 4ertus2/joins
Asterisks for simple multiple joins
|
2019-04-04 22:13:19 +03:00 |
|
alexey-milovidov
|
029dcb0263
|
Merge pull request #4895 from proller/fix15
CLICKHOUSE-4387 Add (official build) to version of yandex builds
|
2019-04-04 21:56:09 +03:00 |
|
alexey-milovidov
|
82890e0f93
|
Merge pull request #4894 from vitlibar/fix-cutQueryStringAndFragment
Fix functions cutQueryStringAndFragment() and queryStringAndFragment().
|
2019-04-04 21:51:42 +03:00 |
|
proller
|
60bc13e619
|
Version to end of exception
|
2019-04-04 15:34:49 +03:00 |
|
chertus
|
e578020bd3
|
safe tables order in select * with multiple joins
|
2019-04-04 15:14:10 +03:00 |
|
proller
|
bebb4cd140
|
Merge remote-tracking branch 'upstream/master' into fix15
|
2019-04-04 14:50:14 +03:00 |
|
alexey-milovidov
|
38f2df7e97
|
Merge pull request #4891 from danlark1/master
Typos for other factories
|
2019-04-04 13:58:41 +03:00 |
|
Danila Kutenin
|
ea53a0a85d
|
Clang build is too annoying
|
2019-04-04 09:23:12 +03:00 |
|
proller
|
70bcbb2666
|
Merge remote-tracking branch 'upstream/master' into fix15
|
2019-04-03 23:54:40 +03:00 |
|
alesapin
|
eeca2f907b
|
Merge pull request #4897 from yandex/fix_aio_seek_after_eof
Fix aio seek after eof
|
2019-04-03 19:50:26 +03:00 |
|
chertus
|
6b49900e1a
|
Asterisks for multiple joins CLICKHOUSE-4372
|
2019-04-03 19:06:05 +03:00 |
|
alesapin
|
5a6c4bf526
|
Better comment
|
2019-04-03 17:34:46 +03:00 |
|
alesapin
|
804a7612c2
|
Add comment
|
2019-04-03 17:28:39 +03:00 |
|