Anton Popov
|
624782bd8f
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-09-18 23:13:20 +00:00 |
|
Anton Popov
|
d94c1b1ec9
|
add check for collisions in filenames
|
2023-09-18 22:27:04 +00:00 |
|
Sema Checherinda
|
e7550523c8
|
Merge pull request #54651 from CheSema/limit_backoff_timeout
limit the delay before next try in S3
|
2023-09-18 19:41:26 +02:00 |
|
Alexey Milovidov
|
e4d47539ab
|
Merge pull request #54477 from azat/view-sampling
Support SAMPLE BY for VIEW
|
2023-09-18 14:00:52 +03:00 |
|
Kruglov Pavel
|
9c888ea42b
|
Merge pull request #53549 from Avogar/group-by-constant-keys
Optimize group by constant keys
|
2023-09-18 12:12:40 +02:00 |
|
Yakov Olkhovskiy
|
711876dfa8
|
Merge pull request #54696 from ClickHouse/fix-match-keycondition
Fix: avoid using regex match, possibly containing alternation, as a key condition.
|
2023-09-17 22:45:13 -04:00 |
|
Robert Schulze
|
f5e8028bb1
|
Merge pull request #54642 from rschu1ze/broken-re2st
Remove broken lockless variant of re2
|
2023-09-17 15:30:57 +02:00 |
|
robot-clickhouse-ci-1
|
a878d104d7
|
Merge pull request #52839 from zvonand/zvonand-globs-small-fix
Fix directory permissions for multi-directory globs. Follow-up #50559
|
2023-09-16 20:52:30 +02:00 |
|
robot-ch-test-poll1
|
a2ed5c2cae
|
Merge pull request #54174 from ClickHouse/vdimir/fix_hostname_const
Fix hostname and co result constness in new analyzer
|
2023-09-16 19:37:08 +02:00 |
|
robot-ch-test-poll4
|
5fb8e46967
|
Merge pull request #54635 from Avogar/cluster-func-names-with-spaces
Fix schema inference for *Cluster functions for column names with spaces
|
2023-09-15 20:36:33 +02:00 |
|
Yakov Olkhovskiy
|
f52e87f474
|
fix
|
2023-09-15 18:30:26 +00:00 |
|
Yakov Olkhovskiy
|
c2d46286e7
|
we can't process regex with alternation here - bypass
|
2023-09-15 18:21:38 +00:00 |
|
Bhavna Jindal
|
dc99de3c44
|
Log engine Mark file to read and write in little Endian for s390x compatibility
|
2023-09-15 08:59:40 -07:00 |
|
Kruglov Pavel
|
2075f9c667
|
Merge branch 'master' into group-by-constant-keys
|
2023-09-15 15:10:08 +02:00 |
|
Andrey Zvonov
|
ffbed02f14
|
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
|
2023-09-15 14:18:07 +03:00 |
|
avogar
|
e647346b36
|
Better
|
2023-09-15 11:11:04 +00:00 |
|
Kruglov Pavel
|
1bc29696be
|
Merge pull request #54576 from HarryLeeIBM/hlee-s390x-rand-gen
Fix UInt256 and IPv4 random data generation on s390x
|
2023-09-15 11:42:47 +02:00 |
|
Robert Schulze
|
f0eadd4b22
|
Merge pull request #54103 from ClickHouse/ustweaks
Small usearch index improvements: metrics and configurable internal data type
|
2023-09-14 19:58:53 +02:00 |
|
Sema Checherinda
|
d9e15c00c9
|
limit the delay before next try in S3
|
2023-09-14 19:45:07 +02:00 |
|
vdimir
|
1aa18e0eb6
|
Analyzer: Remove constants from header in StorageDistributed
|
2023-09-14 16:44:18 +00:00 |
|
Robert Schulze
|
7b378dbad3
|
Remove broken lockless variant of re2
|
2023-09-14 16:40:42 +00:00 |
|
Mikhail f. Shiryaev
|
bf962a8674
|
Merge pull request #54517 from HarryLeeIBM/hlee-s390x-jemalloc-bins
Fix endian issue in jemalloc_bins for s390x
|
2023-09-14 15:43:50 +02:00 |
|
avogar
|
f240243c86
|
Fix schema inference for *Cluster functions for column names with spaces
|
2023-09-14 13:34:11 +00:00 |
|
Michael Kolupaev
|
8997464867
|
Small usearch index improvements: metrics and f16
|
2023-09-14 11:24:47 +00:00 |
|
Andrey Zvonov
|
ff16ddbbb3
|
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
|
2023-09-14 11:31:49 +03:00 |
|
robot-clickhouse-ci-2
|
e111d4abd3
|
Merge pull request #54610 from CurtizJ/fix-after-refactoring
Fix reading of virtual columns in reverse order
|
2023-09-14 03:38:27 +02:00 |
|
Anton Popov
|
df2d1ed638
|
fix reading of virtual columns in reverse order
|
2023-09-13 21:09:49 +00:00 |
|
Tim Windelschmidt
|
7979090333
|
use env to find bash
|
2023-09-13 18:57:11 +02:00 |
|
Robert Schulze
|
59cded9d84
|
Merge pull request #54563 from rschu1ze/issue-54541
Fix AST fuzzer crash in MergeTreeIndex{FullText|Inverted}
|
2023-09-13 16:29:06 +02:00 |
|
Alexander Tokmakov
|
a365557d9e
|
Merge pull request #54550 from ClickHouse/fix_zero_copy_garbage
Fix zero copy garbage
|
2023-09-13 15:02:05 +02:00 |
|
HarryLeeIBM
|
735039673a
|
Fix UInt256 and IPv4 random data generation on s390x
|
2023-09-13 04:55:02 -07:00 |
|
alesapin
|
e8055ba509
|
Merge pull request #54549 from ClickHouse/fix_redundant_checksums_doesnt_match_error
Fix rare case of CHECKSUM_DOESNT_MATCH error
|
2023-09-13 13:02:50 +02:00 |
|
Robert Schulze
|
8c7a256632
|
Fix full text index fix
|
2023-09-13 07:57:48 +00:00 |
|
Robert Schulze
|
e69c1c2f9a
|
Fix inverted index fix
|
2023-09-13 07:56:35 +00:00 |
|
Robert Schulze
|
28068f11e1
|
Fix #54541
|
2023-09-12 21:23:23 +00:00 |
|
alesapin
|
18ab92eb4f
|
Fix style
|
2023-09-12 21:57:46 +02:00 |
|
alesapin
|
e17a824fec
|
Fxi
|
2023-09-12 21:42:32 +02:00 |
|
alesapin
|
6ec65d6be7
|
Make function slightly more readable
|
2023-09-12 21:41:05 +02:00 |
|
Alexander Tokmakov
|
46fae52c29
|
fix zero copy garbage
|
2023-09-12 20:01:46 +02:00 |
|
alesapin
|
f3729da64b
|
Fix rare case of CHECKSUM_DOESNT_MATCH error
|
2023-09-12 19:55:56 +02:00 |
|
Igor Nikonov
|
7b3f32b95a
|
Merge pull request #54520 from ClickHouse/pr-cleanup
Parallel replicas: cleanup unused params
|
2023-09-12 19:48:18 +02:00 |
|
robot-clickhouse
|
1c8ee76ba2
|
Merge pull request #54513 from Avogar/formats-with-names-no-header
Fix possible parsing error in WithNames formats with disabled input_format_with_names_use_header
|
2023-09-12 17:58:03 +02:00 |
|
Anton Popov
|
38e0689b3b
|
Merge pull request #54512 from CurtizJ/fix-use-after-free
Fix use-after-free in `MergeTreePrefetchedReadPool`
|
2023-09-12 16:51:12 +02:00 |
|
Dmitry Novik
|
7edc0a30a3
|
Merge pull request #54335 from arenadata/ADQM-1109
Added peak_threads_usage to query_log table
|
2023-09-12 16:03:27 +02:00 |
|
Dmitry Novik
|
f730a003ea
|
Merge pull request #54467 from ClickHouse/drop-lost-part-log
Add a log message on replicated table drop
|
2023-09-12 15:59:18 +02:00 |
|
Igor Nikonov
|
3acc26001a
|
Merge remote-tracking branch 'origin/master' into pr-cleanup
|
2023-09-12 10:38:06 +00:00 |
|
Alexey Milovidov
|
e9daff6c2f
|
Merge pull request #54506 from azat/system.detached_parts-modification_time
Add modification_time into system.detached_parts
|
2023-09-12 04:53:59 +03:00 |
|
Alexey Milovidov
|
44a9dbd2b7
|
Update StorageSystemDetachedParts.cpp
|
2023-09-12 04:53:51 +03:00 |
|
Sema Checherinda
|
0ea0799118
|
Merge pull request #54430 from CheSema/remove-recursive-with-projection
reproduce and fix the bug in removeSharedRecursive
|
2023-09-12 00:18:55 +02:00 |
|
Igor Nikonov
|
d5ea047ab8
|
Parallel replicas: cleanup unused params
|
2023-09-11 21:52:40 +00:00 |
|