Alexey Milovidov
|
098df5cef0
|
Fix flaky test 01254_dict_load_after_detach_attach.sql
|
2024-06-23 02:30:59 +02:00 |
|
Alexey Milovidov
|
af361a73ff
|
Merge pull request #65498 from ClickHouse/revert-65028-fix-poco-send-http-buffer
Revert "Use 1MB HTTP buffers to avoid frequent send syscalls"
|
2024-06-22 20:45:20 +02:00 |
|
Alexey Milovidov
|
8f2489b0b5
|
Fix a test
|
2024-06-22 20:17:58 +02:00 |
|
Alexey Milovidov
|
ecd8802036
|
Remove tech debt
|
2024-06-22 20:12:51 +02:00 |
|
Max K
|
c30fcf5783
|
CI: Flaky check fix failure on deleted tests
|
2024-06-22 19:07:30 +02:00 |
|
Alexey Milovidov
|
a9ce6845ba
|
Merge pull request #65292 from Blargian/doc_varpop_fix
[Docs] Fix nonsense `varPop`, `varPopStable` docs
|
2024-06-22 11:15:22 +00:00 |
|
Shaun Struwig
|
c9b4f4ecaa
|
Remove note about stability for varsamp
|
2024-06-22 11:36:18 +02:00 |
|
Shaun Struwig
|
c318b773da
|
Remove note about stability for varpop
|
2024-06-22 11:35:52 +02:00 |
|
Max K
|
d9dd481d5e
|
Merge pull request #65524 from ClickHouse/ci_remove_rerun_check
CI: Try Rerun check removal
|
2024-06-22 09:28:43 +00:00 |
|
Alexey Milovidov
|
831b574c22
|
Merge pull request #65501 from HarryLeeIBM/hlee-s390x-dwarf5
Fix out-of-range exception in parsing Dwarf5 on s390x
|
2024-06-21 23:19:14 +00:00 |
|
pn
|
27dc55849f
|
Merge branch 'ClickHouse:master' into array_min_max_generic
|
2024-06-22 04:47:05 +08:00 |
|
Sema Checherinda
|
84ac796152
|
delete 01526_client_start_and_exit.sh
|
2024-06-21 20:14:03 +02:00 |
|
alesapin
|
c93af842fc
|
Remove redundant link
|
2024-06-21 19:59:53 +02:00 |
|
Yarik Briukhovetskyi
|
40088ffe79
|
revert experiment
|
2024-06-21 19:18:10 +02:00 |
|
alesapin
|
104dc8fa3e
|
Fix server settings
|
2024-06-21 19:16:27 +02:00 |
|
yariks5s
|
133259e707
|
Experiment with bool operator on Chunk + change the resize application
|
2024-06-21 16:46:26 +00:00 |
|
alesapin
|
0dc01f4a94
|
Add ability to change config reload interval
|
2024-06-21 18:24:20 +02:00 |
|
pufit
|
762c91a073
|
Merge pull request #64957 from ClickHouse/pufit/fix-alter-query-clone
Fix alter query clone with SQL security
|
2024-06-21 16:15:36 +00:00 |
|
Alexey Milovidov
|
98543b33c1
|
Merge pull request #65531 from ClickHouse/tylerhannan-patch-1
Update README.md
|
2024-06-21 15:44:24 +00:00 |
|
yariks5s
|
3062f177d5
|
fix the if statement and remove includes, style check
|
2024-06-21 15:24:58 +00:00 |
|
Anton Popov
|
dd862d0abb
|
add test
|
2024-06-21 15:16:14 +00:00 |
|
Yarik Briukhovetskyi
|
c1b6e091d0
|
make code prettier
|
2024-06-21 17:09:49 +02:00 |
|
yariks5s
|
7e407d6e3a
|
simplified planSquashing
|
2024-06-21 15:07:21 +00:00 |
|
robot-clickhouse
|
581cc540ee
|
Automatic style fix
|
2024-06-21 14:53:54 +00:00 |
|
kssenii
|
e278584c01
|
Add a test
|
2024-06-21 16:46:03 +02:00 |
|
Sema Checherinda
|
803b58cdfa
|
remove tables in test, make that test non-parrallel
|
2024-06-21 16:44:20 +02:00 |
|
Kseniia Sumarokova
|
3587140c20
|
Disable background download by default
|
2024-06-21 16:40:15 +02:00 |
|
Raúl Marín
|
0f268efa5b
|
Style and use proper function
|
2024-06-21 16:23:06 +02:00 |
|
kssenii
|
0b0f235a0d
|
Review fixes, fix race, add more logging to debug failing test
|
2024-06-21 16:20:57 +02:00 |
|
Raúl Marín
|
debeb36927
|
Update README.md
|
2024-06-21 16:10:02 +02:00 |
|
Alexey Milovidov
|
1ac78e1ffb
|
Merge branch 'master' into strict-parsing-in-keeper-client
|
2024-06-21 15:18:42 +02:00 |
|
Tyler Hannan
|
f0ae3a7c9f
|
Update README.md
Updating events.
|
2024-06-21 15:05:31 +02:00 |
|
Pablo Marcos
|
932e4bf982
|
Merge pull request #65381 from pamarcos/system-error-log
Add system.error_log
|
2024-06-21 13:04:23 +00:00 |
|
Robert Schulze
|
0a60dc1672
|
OpenSSL: Replace temporary fix for unsynchronized access by official fix
|
2024-06-21 12:57:44 +00:00 |
|
Raúl Marín
|
fdda63e287
|
Add missing declarations
|
2024-06-21 13:53:37 +02:00 |
|
Yarik Briukhovetskyi
|
253d044b63
|
Update src/AggregateFunctions/AggregateFunctionGroupConcat.cpp
Co-authored-by: Sema Checherinda <104093494+CheSema@users.noreply.github.com>
|
2024-06-21 13:44:47 +02:00 |
|
Raúl Marín
|
ae61482ca2
|
Merge remote-tracking branch 'blessed/master' into 65390-avoid-exceptions-on-s3-throttler-metrics
|
2024-06-21 13:35:20 +02:00 |
|
Robert Schulze
|
df857ff17a
|
Bump re2 to latest HEAD
|
2024-06-21 10:34:30 +00:00 |
|
kssenii
|
a066b78c4d
|
Merge remote-tracking branch 'origin' into s3queue-improvements
|
2024-06-21 12:27:32 +02:00 |
|
Max K
|
4064ca018f
|
CI: Try Rerun check removal
|
2024-06-21 12:19:26 +02:00 |
|
kssenii
|
16457c67b9
|
Fix
|
2024-06-21 12:17:33 +02:00 |
|
Robert Schulze
|
6dd675579f
|
Merge pull request #64492 from 0xfei/master
Add profile event `SelectQueriesWithPrimaryKeyUsage`
|
2024-06-21 10:13:45 +00:00 |
|
Nikolai Kochetov
|
64118d1969
|
Do not use non-intersecting-parts optimization for final in case of read-in-order.
|
2024-06-21 10:01:34 +00:00 |
|
Raúl Marín
|
26aa65b9d1
|
Add 'Experimental Feature' category
|
2024-06-21 09:49:26 +00:00 |
|
Robert Schulze
|
8249efb8c7
|
Replace setting 'uniform_snowflake_conversion_functions' by 'allow_deprecated_snowflake_conversion_functions'
|
2024-06-21 09:37:06 +00:00 |
|
Antonio Andelic
|
71c7c0edbc
|
Merge pull request #65481 from ClickHouse/fix-incremental-backup-user-specific-auth
Fix user specific auth with incremental backups
|
2024-06-21 09:32:47 +00:00 |
|
Raúl Marín
|
fa3bdf6050
|
Fix style
|
2024-06-21 09:15:32 +00:00 |
|
Antonio Andelic
|
af1e5c42a0
|
Merge pull request #65497 from ClickHouse/fix-test-keeper-snapshots
Fix `test_keeper_snapshots`
|
2024-06-21 07:55:54 +00:00 |
|
pufit
|
6e5f2f6b01
|
Merge branch 'master' into pufit/fix-alter-query-clone
|
2024-06-21 02:36:06 -04:00 |
|
Konstantin Bogdanov
|
610b97d344
|
Merge pull request #65510 from ClickHouse/local/prompt-without-hostname
clickhouse-local: remove hostname from prompt
|
2024-06-21 01:52:55 +00:00 |
|