Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
Alexey Milovidov
|
eeb769d2d4
|
Remove useless code around zkutil
|
2020-08-18 22:02:07 +03:00 |
|
Alexey Milovidov
|
0c75ebcba3
|
Fix typo
|
2020-08-15 06:28:48 +03:00 |
|
Alexey Milovidov
|
c260ecb58e
|
Remove debug output
|
2020-08-15 06:27:36 +03:00 |
|
Alexey Milovidov
|
52c3857225
|
Fix server restart after stress test
|
2020-08-15 06:10:57 +03:00 |
|
it1804
|
a1c0c52c5b
|
Allow authenticate Redis with requirepass option
|
2020-08-14 02:01:25 +05:00 |
|
it1804
|
a79c3175a7
|
Allow authenticate Redis with requirepass option
|
2020-08-14 02:00:12 +05:00 |
|
Nikita Mikhaylov
|
9765588b9f
|
better
|
2020-08-13 14:12:16 +03:00 |
|
Nikita Mikhaylov
|
7082baa96c
|
add locks to fix datarace
|
2020-08-13 14:12:16 +03:00 |
|
Nikita Mikhaylov
|
4c89fb8f84
|
better
|
2020-08-11 22:50:48 +03:00 |
|
Nikita Mikhaylov
|
519c5c500e
|
first attempt
|
2020-08-11 22:39:48 +03:00 |
|
alexey-milovidov
|
8912a1cda3
|
Merge pull request #13082 from CurtizJ/fix-redis
Fix access to redis dictionary after connection was dropped once
|
2020-08-10 03:29:17 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
Alexander Kuzmenkov
|
45b57f2df5
|
fixes
|
2020-08-06 00:53:35 +03:00 |
|
Alexander Kuzmenkov
|
d205b20c04
|
wip
|
2020-08-05 05:21:33 +03:00 |
|
Alexander Tokmakov
|
5b92f43f12
|
Merge branch 'master' into database_atomic_improvements
|
2020-08-03 14:35:40 +03:00 |
|
alexey-milovidov
|
56a974049e
|
Merge pull request #13158 from ClickHouse/amosbird-fm
Merge #12574
|
2020-08-02 01:48:57 +03:00 |
|
Alexey Milovidov
|
07f3662f6d
|
Merge remote-tracking branch 'origin/master' into deprecate-special-zero-datetime
|
2020-07-31 23:49:06 +03:00 |
|
Alexey Milovidov
|
6d5590a4b4
|
Merge with master
|
2020-07-31 15:25:17 +03:00 |
|
alexey-milovidov
|
9c9ef0db9b
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-31 14:56:49 +03:00 |
|
Alexey Milovidov
|
bf4e74375e
|
generate ya.make
|
2020-07-31 02:43:55 +03:00 |
|
alexey-milovidov
|
74edcfb87e
|
Merge pull request #13073 from nikitamikhaylov/rewrite-tests
BayesAB test
|
2020-07-31 02:30:07 +03:00 |
|
Anton Popov
|
37499f2fe1
|
bump CI
|
2020-07-31 02:06:01 +03:00 |
|
Alexey Milovidov
|
83c9d9ef45
|
Merge branch 'master' into deprecate-special-zero-datetime
|
2020-07-31 00:17:04 +03:00 |
|
Nikita Mikhaylov
|
4d49d2c671
|
another removes
|
2020-07-30 13:31:14 +03:00 |
|
Nikita Mikhaylov
|
1d6c2ba689
|
rewrite other test + remove useless includes
|
2020-07-29 20:37:57 +03:00 |
|
Anton Popov
|
2bdf276687
|
fix access to redis dictionary after connection was dropped once
|
2020-07-29 19:20:17 +03:00 |
|
Anton Popov
|
48e6253442
|
minor fixes
|
2020-07-29 04:32:23 +03:00 |
|
Anton Popov
|
6d58279535
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-07-29 02:15:30 +03:00 |
|
alesapin
|
e73961dfe2
|
Fix columns duplication for range hashed dictionary created from DDL query
|
2020-07-27 17:06:44 +03:00 |
|
libenwang
|
76ef196c5d
|
Remove settings apply when not local
|
2020-07-27 18:10:39 +08:00 |
|
libenwang
|
b5bc7c0d97
|
Fix ClickHouseDictionarySource wrong access check
|
2020-07-25 12:01:16 +08:00 |
|
Alexander Tokmakov
|
9bcaaea3e0
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-22 05:24:48 +03:00 |
|
alesapin
|
1d8cab3379
|
Better function name and comment
|
2020-07-21 11:13:23 +03:00 |
|
alesapin
|
82c5ff6e9b
|
Remove redundant new line
|
2020-07-20 16:48:17 +03:00 |
|
alesapin
|
9881c60fdb
|
Better comment
|
2020-07-20 16:45:18 +03:00 |
|
alesapin
|
b9a0d0802c
|
Better code
|
2020-07-20 16:44:07 +03:00 |
|
alesapin
|
6b7d1033e6
|
Comments for ugly fix
|
2020-07-20 16:06:44 +03:00 |
|
alesapin
|
479048cf69
|
Ugly code without races
|
2020-07-20 15:34:29 +03:00 |
|
Alexander Tokmakov
|
c27de9b424
|
fixes
|
2020-07-17 16:11:44 +03:00 |
|
Alexander Tokmakov
|
a612080df1
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-17 00:43:59 +03:00 |
|
Alexander Tokmakov
|
d10b4c504d
|
rename database with dictionaries
|
2020-07-16 17:25:39 +03:00 |
|
Alexey Milovidov
|
7a8bd40c2c
|
Merge branch 'master' into deprecate-special-zero-datetime
|
2020-07-16 03:21:21 +03:00 |
|
Alexander Tokmakov
|
f6949b2f47
|
use dictionary ids
|
2020-07-15 22:25:31 +03:00 |
|
Alexander Kuzmenkov
|
3e6b9f297f
|
Some provisions for Android build
|
2020-07-15 14:16:00 +03:00 |
|
Alexander Tokmakov
|
eea0cdcf25
|
add uuid to generated config
|
2020-07-14 23:32:13 +03:00 |
|
Alexander Tokmakov
|
2e2f17b694
|
add StorageID to IDictionaryBase 3
|
2020-07-14 22:19:17 +03:00 |
|
Alexander Tokmakov
|
4de18e3d8b
|
add StorageID to IDictionaryBase 2
|
2020-07-14 22:18:33 +03:00 |
|
Alexander Tokmakov
|
1f6ffb08e4
|
add StorageID to IDictionaryBase 1
|
2020-07-14 21:46:29 +03:00 |
|
Alexey Milovidov
|
a31d8a4f5b
|
Update tests
|
2020-07-13 05:26:22 +03:00 |
|
alexey-milovidov
|
b1b4f8832d
|
Merge pull request #12397 from myrrc/bug/part-dict-update
Resolve #12098
|
2020-07-11 23:07:00 +03:00 |
|
myrrc
|
cfe06a3b2f
|
fix: #12098
|
2020-07-10 16:06:41 +03:00 |
|
Vitaly Baranov
|
4e40965c88
|
Show error after TrieDictionary failed to load.
|
2020-07-08 13:55:39 +03:00 |
|
Vitaly Baranov
|
4733504b51
|
Don't split dictionary source's table name into schema and table name itself
if ODBC driver doesn't support schema.
|
2020-07-06 23:41:39 +03:00 |
|
alesapin
|
e72bc39654
|
Merge pull request #11983 from ClickHouse/storage_mongodb
Merging #10931 (Storage MongoDB)
|
2020-06-29 11:49:18 +03:00 |
|
Alexey Milovidov
|
1462a66d1e
|
Fix typos
|
2020-06-27 22:05:00 +03:00 |
|
alesapin
|
6fc6422c4d
|
Remove empty lines
|
2020-06-26 18:19:00 +03:00 |
|
alesapin
|
4969da85d9
|
Fixes
|
2020-06-26 17:28:00 +03:00 |
|
alesapin
|
11f88340a5
|
Merge branch 'mongo' of https://github.com/ageraab/ClickHouse into storage_mongodb
|
2020-06-26 16:03:06 +03:00 |
|
Nikita Mikhaylov
|
1934240064
|
remove useless const
|
2020-06-25 13:22:48 +03:00 |
|
Nikita Mikhaylov
|
e55577ba65
|
Merge branch 'nikvas0/ssd_dict' of git://github.com/nikvas0/ClickHouse into merging-ssh-cache
|
2020-06-24 16:45:18 +03:00 |
|
Nikita Mikhaylov
|
8bbf1ce167
|
fix + bump tests
|
2020-06-24 16:36:02 +03:00 |
|
Nikita Vasilev
|
f8c818ccdc
|
logger
|
2020-06-21 20:09:58 +03:00 |
|
Nikita Vasilev
|
68d3ec5a4c
|
fix
|
2020-06-21 17:24:29 +03:00 |
|
Nikita Vasilev
|
8fef9f451b
|
fix review
|
2020-06-21 17:22:35 +03:00 |
|
Alexander Tokmakov
|
1c982d00e3
|
try fix sync
|
2020-06-04 16:59:12 +03:00 |
|
Alexander Tokmakov
|
4dae169216
|
fix gcc warnings
|
2020-06-04 16:03:06 +03:00 |
|
Alexander Tokmakov
|
64c013610a
|
fix
|
2020-06-04 01:03:49 +03:00 |
|
Alexander Tokmakov
|
e67837bc4a
|
cleenup
|
2020-06-04 00:11:17 +03:00 |
|
Alexander Tokmakov
|
73926b2cf9
|
support loading from multiple partitions with complex key
|
2020-06-03 14:54:26 +03:00 |
|
Alexander Tokmakov
|
aade00130c
|
add raii wrappers
|
2020-06-01 20:37:32 +03:00 |
|
Alexander Tokmakov
|
62761eddcc
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-06-01 14:44:46 +03:00 |
|
alexey-milovidov
|
9984e989c1
|
Merge pull request #11317 from ClickHouse/logger-fmt-2
Preparation for structured logging
|
2020-06-01 00:11:29 +03:00 |
|
Alexey Milovidov
|
f47320cb96
|
Added clarification #10678
|
2020-05-31 17:28:44 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
6468d7af8c
|
Regenerate ya.make
|
2020-05-30 19:20:19 +03:00 |
|
Alexander Tokmakov
|
8921041706
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-29 18:20:39 +03:00 |
|
Andrey Chulkov
|
18c14ebc05
|
Try disabling clang's static_analyzer for some code using boost geometry
|
2020-05-28 15:02:29 +03:00 |
|
Alexander Tokmakov
|
905bce4aeb
|
fix
|
2020-05-27 23:53:35 +03:00 |
|
Nikita Mikhaylov
|
ec479839d9
|
fixed
|
2020-05-27 22:44:22 +03:00 |
|
Andrey Chulkov
|
48f59fb0b3
|
fix clang-10 warnings
|
2020-05-27 18:12:26 +03:00 |
|
Alexander Tokmakov
|
f099ce19a7
|
fix
|
2020-05-27 16:54:39 +03:00 |
|
Andrey Chulkov
|
eb70ea6244
|
fix build
|
2020-05-27 05:06:11 +03:00 |
|
Andrey Chulkov
|
49276426aa
|
Merge remote-tracking branch 'upstream/master' into polygon-dict-grids
|
2020-05-27 03:20:21 +03:00 |
|
Alexander Tokmakov
|
940132adc4
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-27 00:13:57 +03:00 |
|
Andrey Chulkov
|
ce219817d8
|
fix style errors
|
2020-05-26 23:52:50 +03:00 |
|
Andrey Chulkov
|
2c910633aa
|
update ya.make
|
2020-05-26 23:15:45 +03:00 |
|
Alexander Tokmakov
|
310d522528
|
minimal implementation
|
2020-05-26 22:21:18 +03:00 |
|
Andrey Chulkov
|
e193bf98d1
|
fix bug
|
2020-05-26 21:24:18 +03:00 |
|
Andrey Chulkov
|
74ce47be2d
|
fix unused param
|
2020-05-26 21:17:53 +03:00 |
|
Andrey Chulkov
|
a10a809a52
|
fix unused param
|
2020-05-26 21:15:22 +03:00 |
|
Andrey Chulkov
|
4b3a2d87e5
|
optimizing the grid
|
2020-05-26 21:09:32 +03:00 |
|
bobrovskij artemij
|
27c6eefc85
|
Merge branch 'master' into mongo
|
2020-05-25 23:33:38 +03:00 |
|
Andrey Chulkov
|
ba241a08b8
|
Remove grid polygon dict and rename the others
|
2020-05-25 18:57:03 +03:00 |
|
Andrey Chulkov
|
70f2476046
|
fix param path bug
|
2020-05-25 02:49:08 +03:00 |
|
Andrey Chulkov
|
3b17827381
|
fix switched params
|
2020-05-25 02:43:24 +03:00 |
|
Andrey Chulkov
|
011e26c8aa
|
fix errors
|
2020-05-25 02:16:04 +03:00 |
|
Andrey Chulkov
|
71444954ec
|
add parsing multiple parameters from https://github.com/ClickHouse/ClickHouse/pull/8624 & add the actual parameters
|
2020-05-25 01:51:15 +03:00 |
|
bobrovskij artemij
|
a4d74601a6
|
build warnings fix
|
2020-05-25 00:42:05 +03:00 |
|
Nikita Vasilev
|
d6f4c66fbc
|
fix aio for other os
|
2020-05-25 00:00:44 +03:00 |
|