alesapin
|
4ed375ca5b
|
Merge pull request #40720 from ClickHouse/fix_benign_race
Fix benign race in database replicated worker
|
2022-08-29 11:13:07 +02:00 |
|
Azat Khuzhin
|
269453a646
|
Avoid leaking of ThreadGroupStatus::finished_threads_counters_memory
Cleanup them in ThreadStatus::detachQuery(), anyway they cannot be
received after by the client.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-08-29 11:08:50 +02:00 |
|
alesapin
|
7ce0afc0df
|
Merge pull request #40670 from Avogar/kafka
Add setting to disable limit on kafka_num_consumers
|
2022-08-29 10:53:35 +02:00 |
|
Amos Bird
|
15a69bce84
|
Use index when row_policy_filter is always false
|
2022-08-29 16:44:32 +08:00 |
|
Antonio Andelic
|
b4af21b6fb
|
Small fixes
|
2022-08-29 07:06:51 +00:00 |
|
Amos Bird
|
6493fb4cbb
|
Add more test cases
|
2022-08-29 14:35:49 +08:00 |
|
Amos Bird
|
abf51bccfd
|
Disable projection when grouping set is used.
|
2022-08-29 14:35:48 +08:00 |
|
Konstantin Morozov
|
6636bdec2a
|
refactoring: fix format
|
2022-08-29 07:44:40 +03:00 |
|
Cory Levy
|
deb2a97020
|
Add docs
|
2022-08-28 22:28:34 -04:00 |
|
Cory Levy
|
d0ace9a8fb
|
Add the %z format descriptor to formatDateTime
|
2022-08-28 22:28:11 -04:00 |
|
Dan Roscigno
|
4d9cfb9d05
|
Merge pull request #40731 from DanRoscigno/replace-symlink
Replace symlink
|
2022-08-28 21:08:44 -04:00 |
|
Suzy Wang
|
cad4eeb891
|
Correct __dup3() to dup3()
|
2022-08-28 18:03:07 -07:00 |
|
Alexey Milovidov
|
b72fceb441
|
Merge pull request #40708 from lesandie/test_s3_table_functions
Added integration test for s3 table function
|
2022-08-29 03:49:53 +03:00 |
|
Alexey Milovidov
|
18eaf7d0dc
|
Merge pull request #40721 from ClickHouse/enable_zero_copy_replication_in_ci
Enable zero-copy replication in CI
|
2022-08-29 03:49:23 +03:00 |
|
Dan Roscigno
|
f2feac1718
|
Merge branch 'master' into replace-symlink
|
2022-08-28 20:49:15 -04:00 |
|
Alexey Milovidov
|
71f6c52c2d
|
Merge pull request #40727 from amosbird/column-transformer-fix1
Correct format of APPLY transformer param
|
2022-08-29 03:48:04 +03:00 |
|
Alexey Milovidov
|
307e8f2da9
|
Merge pull request #40729 from ClickHouse/remove-useless-method
Remove useless method
|
2022-08-29 03:46:34 +03:00 |
|
Alexey Milovidov
|
9f052e1515
|
Merge pull request #40733 from azat/fix-doc-check
Update aspell-dict to fix doc check
|
2022-08-29 03:43:10 +03:00 |
|
DanRoscigno
|
753afd0584
|
update links
|
2022-08-28 20:41:29 -04:00 |
|
Dan Roscigno
|
74ce3462fe
|
Merge branch 'master' into replace-symlink
|
2022-08-28 20:10:23 -04:00 |
|
Azat Khuzhin
|
35f5e56159
|
Update aspell-dict to fix doc check
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-08-29 00:27:19 +02:00 |
|
DanRoscigno
|
b50fa8b5a9
|
replace symlinks
|
2022-08-28 17:34:50 -04:00 |
|
DanRoscigno
|
3c36660488
|
replace symlinks
|
2022-08-28 17:27:24 -04:00 |
|
Alexey Milovidov
|
84f9432e7e
|
Merge pull request #40724 from azat/update-bash-completion
Update available formats for bash completion
|
2022-08-29 00:14:48 +03:00 |
|
Alexey Milovidov
|
8448242785
|
Merge pull request #40716 from azat/fix-gdb-index
Fix gdb index (makes gdb 17x faster)
|
2022-08-29 00:13:58 +03:00 |
|
Alexey Milovidov
|
ae97e880d7
|
Merge pull request #40710 from azat/DWARF-5
Support for DWARF-5 in in house DWARF parser
|
2022-08-29 00:13:33 +03:00 |
|
Alexey Milovidov
|
dc49b353cf
|
Fix style
|
2022-08-28 22:52:23 +02:00 |
|
Alexey Milovidov
|
82ef85e713
|
Merge pull request #40722 from kssenii/fix-test-02382
Fix flaky test
|
2022-08-28 23:34:10 +03:00 |
|
Alexey Milovidov
|
27782ceef8
|
Remove useless method
|
2022-08-28 22:33:42 +02:00 |
|
Konstantin Morozov
|
38a85ade27
|
refactoring: small up
|
2022-08-28 22:33:12 +03:00 |
|
Dan Roscigno
|
19d105a7fb
|
Merge pull request #40725 from DanRoscigno/add-more-slugs
Replacing symlinks in docs with includes
|
2022-08-28 14:18:31 -04:00 |
|
Dan Roscigno
|
1c675fa1f0
|
Merge branch 'master' into add-more-slugs
|
2022-08-28 14:13:25 -04:00 |
|
DanRoscigno
|
71891938ae
|
replace symlinks with includes
|
2022-08-28 14:08:07 -04:00 |
|
Diego Nieto (lesandie)
|
3d50dbea34
|
Black reformatting
|
2022-08-28 20:05:39 +02:00 |
|
Alexey Milovidov
|
a82723b5d9
|
Merge pull request #40719 from ClickHouse/kssenii-patch-4
Update 02313_filesystem_cache_seeks.queries
|
2022-08-28 21:04:48 +03:00 |
|
Konstantin Morozov
|
b4de735a90
|
refactoring: fix space
|
2022-08-28 20:55:08 +03:00 |
|
Konstantin Morozov
|
08e9e799d0
|
refactoring: fix
|
2022-08-28 20:53:00 +03:00 |
|
Konstantin Morozov
|
75bd61fad5
|
Merge remote-tracking branch 'origin/ref/remove-unnecessary-allocation' into ref/remove-unnecessary-allocation
# Conflicts:
# src/Access/ContextAccess.cpp
# src/Access/ContextAccess.h
|
2022-08-28 20:50:29 +03:00 |
|
Konstantin Morozov
|
7cd2821aed
|
refactoring: template make helper
|
2022-08-28 20:42:55 +03:00 |
|
Amos Bird
|
d1fbe51b81
|
Correct format of APPLY transformer param
|
2022-08-29 01:21:12 +08:00 |
|
Dan Roscigno
|
96cd94196e
|
Merge branch 'ClickHouse:master' into add-more-slugs
|
2022-08-28 12:06:37 -04:00 |
|
DanRoscigno
|
fad2e071eb
|
replace symlinks with includes
|
2022-08-28 11:58:59 -04:00 |
|
DanRoscigno
|
37127c683c
|
remove symlinks
|
2022-08-28 11:35:03 -04:00 |
|
Azat Khuzhin
|
29877d3992
|
Update available formats for bash completion
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-08-28 17:22:32 +02:00 |
|
DanRoscigno
|
5d1e3ee4d8
|
remove duplicate
|
2022-08-28 11:04:51 -04:00 |
|
alesapin
|
bcc8106182
|
Merge branch 'master' into enable_zero_copy_replication_in_ci
|
2022-08-28 17:04:08 +02:00 |
|
alesapin
|
98d84402e6
|
Fix test
|
2022-08-28 17:03:04 +02:00 |
|
DanRoscigno
|
5b5fcc56aa
|
add slugs
|
2022-08-28 10:53:34 -04:00 |
|
Konstantin Morozov
|
4050ab819e
|
refactoring: remove unnecessary allocation
|
2022-08-28 17:23:17 +03:00 |
|
Alexey Milovidov
|
ddff5e9145
|
Merge pull request #40712 from ClickHouse/ci-cmake-self-extractable
cmake: Disable default ENABLE_CLICKHOUSE_SELF_EXTRACTING
|
2022-08-28 17:12:19 +03:00 |
|