Alexey Milovidov
|
4a74e9c112
|
Fixed style
|
2020-03-30 16:21:54 +03:00 |
|
Alexey Milovidov
|
5c21dee05c
|
Every function in its own file, part 12
|
2020-03-29 20:04:16 +03:00 |
|
alexey-milovidov
|
bcbaa1f440
|
Merge pull request #9909 from azat/system.settings-type
Add type column into system.settings/merge_tree_settings
|
2020-03-28 20:03:30 +03:00 |
|
alexey-milovidov
|
546970fed2
|
Update system_tables.md
|
2020-03-28 20:02:59 +03:00 |
|
Azat Khuzhin
|
419150d81b
|
Basic system.settings/merge_tree_settings coverage
|
2020-03-28 18:12:43 +03:00 |
|
alexey-milovidov
|
f0a17ee726
|
Merge pull request #9907 from ClickHouse/remove-useless-code-locks
Remove useless code around locks
|
2020-03-28 16:23:25 +03:00 |
|
alexey-milovidov
|
719f060d6b
|
Merge pull request #9598 from hczhcz/patch-0310
Add function arrayReduceInRanges
|
2020-03-28 16:20:00 +03:00 |
|
alexey-milovidov
|
654ed29f6c
|
Update arrayReduceInRanges.cpp
|
2020-03-28 16:18:20 +03:00 |
|
alexey-milovidov
|
5cd9c764a9
|
Update arrayReduceInRanges.cpp
|
2020-03-28 16:13:26 +03:00 |
|
Azat Khuzhin
|
2090925270
|
Add type column into system.settings/merge_tree_settings
This can be useful for various drivers to know the type.
|
2020-03-28 15:38:54 +03:00 |
|
alesapin
|
3c98bfeeea
|
Add correct version of llvm-symbolizer in stress-test
|
2020-03-28 15:01:55 +03:00 |
|
Alexey Milovidov
|
fbe951e03d
|
Removed garbage
|
2020-03-28 13:26:23 +03:00 |
|
hcz
|
b634228947
|
Use tuples in arrayReduceInRanges
|
2020-03-28 18:07:54 +08:00 |
|
hcz
|
294f4af165
|
Add docs for arrayReduceInRanges
|
2020-03-28 18:07:54 +08:00 |
|
hcz
|
421d45f04d
|
Add performance tests for arrayReduce* functions
|
2020-03-28 18:02:11 +08:00 |
|
hcz
|
d856313b15
|
Fix
|
2020-03-28 18:02:11 +08:00 |
|
hcz
|
3e418f8af9
|
Add tests for array_reduce_in_ranges
|
2020-03-28 18:02:11 +08:00 |
|
hcz
|
40207b072d
|
Add function arrayReduceInRanges
|
2020-03-28 18:02:11 +08:00 |
|
hcz
|
6c4147501b
|
Register function arrayReduceInRanges
|
2020-03-28 18:00:29 +08:00 |
|
hcz
|
003671ee39
|
Cleanup arrayReduce.cpp
|
2020-03-28 17:55:34 +08:00 |
|
alesapin
|
219b39187d
|
Fix build
|
2020-03-28 12:40:06 +03:00 |
|
Alexey Milovidov
|
01ed894b65
|
Whitespaces
|
2020-03-28 06:02:26 +03:00 |
|
Alexey Milovidov
|
4ec30b01b1
|
Remove some of the garbage from code
|
2020-03-28 05:26:48 +03:00 |
|
Alexey Milovidov
|
1ea236c91d
|
Remove useless code around locks
|
2020-03-28 05:09:29 +03:00 |
|
Alexey Milovidov
|
f27a95da0d
|
Fixed typo
|
2020-03-28 04:59:06 +03:00 |
|
Alexey Milovidov
|
097fcbcadf
|
Removed useless method
|
2020-03-28 04:53:59 +03:00 |
|
alexey-milovidov
|
e75cf7b6af
|
Merge pull request #9901 from ClickHouse/fix_optimize_drop_race
Fix race condition between optimize and drop
|
2020-03-28 04:32:38 +03:00 |
|
alexey-milovidov
|
aa9ab6bae0
|
Merge pull request #9808 from azat/optimize_skip_unused_shards-DISTINCT
Fix DISTINCT for Distributed and optimize_skip_unused_shards
|
2020-03-28 04:31:50 +03:00 |
|
alexey-milovidov
|
676aff9ba8
|
Update StorageDistributed.cpp
|
2020-03-28 04:31:03 +03:00 |
|
alexey-milovidov
|
c63ff92ec2
|
Update IStorage.h
|
2020-03-28 04:30:21 +03:00 |
|
alexey-milovidov
|
4b2edd16ec
|
Merge pull request #9888 from ClickHouse/better-check-instructions
Better check for available CPU instructions.
|
2020-03-28 04:28:30 +03:00 |
|
alexey-milovidov
|
8d40a711f1
|
Merge pull request #9196 from Avogar/regexp_format
Add new input format: RegexpRowInputFormat.
|
2020-03-28 04:18:03 +03:00 |
|
alexey-milovidov
|
8b87aea35e
|
Update RegexpRowInputFormat.h
|
2020-03-28 04:17:49 +03:00 |
|
alexey-milovidov
|
49865294d2
|
Update RegexpRowInputFormat.cpp
|
2020-03-28 04:15:09 +03:00 |
|
alexey-milovidov
|
315cd96543
|
Merge pull request #9740 from CurtizJ/tuple-literal
Parse Tuple as literal if possible
|
2020-03-28 04:10:21 +03:00 |
|
alexey-milovidov
|
6dd4f1c9c3
|
Merge pull request #9904 from amosbird/it
Fix scalar optimization in ALTER mutations
|
2020-03-28 02:17:52 +03:00 |
|
Nikita Mikhaylov
|
0fc7205ea3
|
fix build after clang-tidy
|
2020-03-28 01:44:13 +03:00 |
|
Artem Zuikov
|
b1bd11f962
|
Rename column names in local distributed_product_mode (#9891)
|
2020-03-27 23:12:14 +03:00 |
|
Avogar
|
318d7f45f0
|
Fix errors
|
2020-03-27 23:10:03 +03:00 |
|
Nikita Mikhaylov
|
7fc9de01f2
|
Merge pull request #9075 from nikitamikhaylov/clickhouse-copier
clickhouse copier
|
2020-03-27 23:25:44 +04:00 |
|
Ivan Blinkov
|
f08f16d0ea
|
Get rid of backticks in headers and outdated comment
|
2020-03-27 18:35:26 +03:00 |
|
Amos Bird
|
c0e3564ff5
|
Fix scalar optimization in ALTER
|
2020-03-27 23:12:48 +08:00 |
|
alesapin
|
4003dcd12e
|
Better storage def in flaky test
|
2020-03-27 17:51:14 +03:00 |
|
alesapin
|
655ce5b6a7
|
Merge pull request #9886 from ClickHouse/add_sort_check_to_mutations
Remove order by from mutations interpreter and add check
|
2020-03-27 16:23:33 +03:00 |
|
alexey-milovidov
|
75eab25da0
|
Merge pull request #9890 from ClickHouse/like-fixed-string
Implement operator LIKE for FixedString at left hand side.
|
2020-03-27 15:18:09 +03:00 |
|
alesapin
|
a4b75697bb
|
Merge with outselfs
|
2020-03-27 14:23:24 +03:00 |
|
alesapin
|
96203d4391
|
Review fixes
|
2020-03-27 14:22:08 +03:00 |
|
alesapin
|
d3e8335a8d
|
Fix race condition between optimize and drop
|
2020-03-27 13:53:04 +03:00 |
|
Ivan Blinkov
|
7419184777
|
Grammar in architecture.md
|
2020-03-27 11:23:48 +03:00 |
|
alesapin
|
3e17cf3a9b
|
Update main.cpp
|
2020-03-27 11:14:20 +03:00 |
|