Alexey Milovidov
|
73a3394b3d
|
Clarifications #10981
|
2020-05-23 17:28:22 +03:00 |
|
alexey-milovidov
|
34eb533842
|
Merge pull request #10981 from g-arslan/master
Try to remove redundant data move in radix sort
|
2020-05-23 15:55:35 +03:00 |
|
Alexey Milovidov
|
3e87b5fe72
|
Remove old TODO
|
2020-05-23 14:50:21 +03:00 |
|
alexey-milovidov
|
765510d5c3
|
Merge pull request #10991 from ClickHouse/enable-clang-tidy-for-programs-and-utils
Enable clang-tidy for programs and utils
|
2020-05-21 15:12:07 +03:00 |
|
g-arslan
|
3267eaa498
|
fix style
|
2020-05-21 15:00:55 +03:00 |
|
g-arslan
|
b88d0dec1c
|
some little improvements
|
2020-05-21 15:00:55 +03:00 |
|
g-arslan
|
c01a7ef0e2
|
Implement reverse in radix sort, fix style, fix build
|
2020-05-21 15:00:55 +03:00 |
|
g-arslan
|
95668def24
|
Try to remove redundant data move in radix sort
|
2020-05-21 15:00:55 +03:00 |
|
alesapin
|
a416813597
|
Merge pull request #10777 from NanoBjorn/refactor-reservations
VolumePtr instead of DiskPtr in MergeTreeData*
|
2020-05-19 13:27:11 +03:00 |
|
Artem Zuikov
|
97c7447130
|
Bitonic sort improvements (#10934)
|
2020-05-19 00:41:23 +03:00 |
|
Artem Zuikov
|
0fe723acc9
|
Try to fix arcadia sync (#10959)
|
2020-05-18 13:26:23 +03:00 |
|
alesapin
|
07cb21ccb7
|
Merge branch 'master' into refactor-reservations
|
2020-05-18 11:43:48 +03:00 |
|
alexey-milovidov
|
a316184bef
|
Merge pull request #10990 from ClickHouse/odbc-bridge-wait-exp-backoff
Wait for odbc-bridge with exponential backoff
|
2020-05-18 10:17:59 +03:00 |
|
Nikolai Kochetov
|
cdb742dd4b
|
Added comment.
|
2020-05-18 09:06:48 +03:00 |
|
Nikolai Kochetov
|
fcde0d36bd
|
Merge pull request #10978 from ClickHouse/static-mutate
Try fix performance after static mutate.
|
2020-05-18 09:02:24 +03:00 |
|
alexey-milovidov
|
7efd2a825f
|
Merge pull request #10463 from ClickHouse/parallel-final
Parallel final
|
2020-05-18 05:20:18 +03:00 |
|
Alexey Milovidov
|
b0a5ce7743
|
Enable clang-tidy for programs and utils
|
2020-05-18 04:19:50 +03:00 |
|
Alexey Milovidov
|
7b5dfd9c00
|
Wait for odbc-bridge with exponential backoff
|
2020-05-18 04:06:04 +03:00 |
|
Nikolai Kochetov
|
aab2599fad
|
Fix build.
|
2020-05-17 23:26:53 +03:00 |
|
alexey-milovidov
|
6f1d522b6a
|
Merge pull request #10980 from azat/database-atomic-fixes
Database atomic fixes
|
2020-05-17 23:25:56 +03:00 |
|
alexey-milovidov
|
8d3c37992a
|
Merge pull request #10533 from ClickHouse/alter-key-column-better-exception-message
Better exception message and error code for ALTER of key column #9078
|
2020-05-17 22:21:14 +03:00 |
|
Nikolai Kochetov
|
c8e7ea0d6c
|
Try fix performance.
|
2020-05-17 21:55:49 +03:00 |
|
Azat Khuzhin
|
31035a3cd1
|
Allow relative path for renameat2 by using AT_FDCWD
Otherwise this will trigger logical error on CREATE TABLE with default
config.d overrides (path=./).
|
2020-05-17 17:02:03 +03:00 |
|
alexey-milovidov
|
a3346e9331
|
Merge pull request #10912 from ClickHouse/static-mutate
Static mutate
|
2020-05-17 09:05:35 +03:00 |
|
Alexey Milovidov
|
9fcfe5fb14
|
Better exception message and error code for ALTER of key column #9078
|
2020-05-17 07:46:25 +03:00 |
|
Gleb Novikov
|
1a25ac6e1f
|
Merge branch 'master' into refactor-reservations
|
2020-05-16 23:34:45 +03:00 |
|
Azat Khuzhin
|
c059ee0085
|
Use is_trivial+is_standard_layout over is_pod (later is deprecated)
|
2020-05-16 00:00:38 +03:00 |
|
Vitaly Baranov
|
d92ac9ea47
|
Merge branch 'master' into RBAC-10
|
2020-05-15 14:12:43 +03:00 |
|
Nikolai Kochetov
|
70ce0149b1
|
Try fix build.
|
2020-05-15 13:10:13 +03:00 |
|
alexey-milovidov
|
985b83a228
|
Merge pull request #10903 from ClickHouse/lexer-unicode-whitespaces
Support for unicode whitespaces in queries.
|
2020-05-15 10:31:59 +03:00 |
|
Artem Zuikov
|
8e8a2a17d6
|
build fixes
|
2020-05-15 03:01:31 +03:00 |
|
Ri
|
fc7afaa639
|
Bitonic sort on GPU (OpenCL) (#10232)
|
2020-05-15 03:01:14 +03:00 |
|
Alexey Milovidov
|
81a5d02628
|
Fix annoying "Arcadia" build
|
2020-05-14 20:05:55 +03:00 |
|
Nikolai Kochetov
|
4d22374f24
|
Merged with master.
|
2020-05-14 12:06:15 +03:00 |
|
Nikolai Kochetov
|
d68c385d35
|
Remove old code.
|
2020-05-14 11:59:15 +03:00 |
|
Nikolai Kochetov
|
4d0503f021
|
Make IColumn::mutate() static.
|
2020-05-14 11:30:18 +03:00 |
|
Alexey Milovidov
|
770cc9e863
|
Fix "Arcadia" build that is using obsolete version of C++ standard
|
2020-05-14 02:12:16 +03:00 |
|
Alexey Milovidov
|
c3cea85b10
|
Support for unicode whitespaces in Lexer
|
2020-05-14 00:31:57 +03:00 |
|
alexey-milovidov
|
623b2e5a43
|
Merge pull request #10849 from ClickHouse/fix_optimize_and_alter_hangs
Fix mutations and OPTIMIZE hangs when replica becomes inactive
|
2020-05-13 23:41:13 +03:00 |
|
alexey-milovidov
|
63c6eb1a37
|
Update ZooKeeper.h
|
2020-05-13 23:40:54 +03:00 |
|
Vitaly Baranov
|
dd8b29b4fb
|
Use enum Type instead of std::type_index to represent the type of IAccessEntity.
This change simplifies handling of access entities in access storages.
|
2020-05-13 19:40:48 +03:00 |
|
tavplubix
|
39518fe725
|
trigger CI
|
2020-05-13 16:45:39 +03:00 |
|
Alexander Tokmakov
|
032197b015
|
fix alter and optimize hangs when replica becomes inactive
|
2020-05-13 10:06:57 +03:00 |
|
Azat Khuzhin
|
e102ad373a
|
Fix SIGSEGV in StringHashTable if such key is not exists
|
2020-05-13 03:40:05 +03:00 |
|
alexey-milovidov
|
40ef113503
|
Merge branch 'master' into parallel-final
|
2020-05-11 06:47:44 +03:00 |
|
Gleb Novikov
|
57b6fb6d80
|
Merge branch 'master' into refactor-reservations
|
2020-05-10 13:01:45 +03:00 |
|
Gleb Novikov
|
a961e049a2
|
VolumeType as class with enum member class
|
2020-05-10 09:26:33 +03:00 |
|
Alexey Milovidov
|
dda2151f71
|
Fix build
|
2020-05-10 02:35:20 +03:00 |
|
Alexey Milovidov
|
fb32dbe6ee
|
Enable more warnings
|
2020-05-10 00:44:33 +03:00 |
|
Gleb Novikov
|
390b39b272
|
VolumePtr instead of DiskPtr in MergeTreeData*
|
2020-05-10 00:24:15 +03:00 |
|