Alexey Milovidov
a44c00c926
Merge pull request #50411 from ClickHouse/remove-something
...
Remove something
2023-06-01 13:14:24 +03:00
Sema Checherinda
72dde838cb
Merge pull request #50342 from CheSema/fix-test-profile-events
...
do not fix the event list in test
2023-06-01 11:30:50 +02:00
Kseniia Sumarokova
d0cfb32ac0
Merge pull request #50362 from kssenii/fix-async-buffer
...
Fix after #50109
2023-06-01 11:14:29 +02:00
Kseniia Sumarokova
064c15f2ab
Merge branch 'master' into fix-async-buffer
2023-06-01 11:13:54 +02:00
Sema Checherinda
de62c9e558
Merge pull request #50410 from ClickHouse/clang-17-2
...
Support clang-17
2023-06-01 10:48:58 +02:00
Robert Schulze
669b795ec8
Merge pull request #50245 from rschu1ze/msan-siphash-keyed
...
Fix msan issue in keyed siphash
2023-06-01 10:04:59 +02:00
Robert Schulze
793513419b
Merge pull request #50402 from rschu1ze/bump-libxml2
...
Bump libxml2 to 2.10.4
2023-06-01 09:55:54 +02:00
Robert Schulze
4c29e06ba2
Merge pull request #50404 from rschu1ze/bump-gsasl
...
Fix CVE-2022-2469
2023-06-01 09:52:03 +02:00
Alexey Milovidov
fb86fe8f9d
Remove useless code
2023-06-01 03:08:05 +02:00
Alexey Milovidov
956c399b2a
Remove useless code
2023-06-01 03:04:29 +02:00
Alexey Milovidov
75de3ffba8
Merge branch 'master' into fix-async-buffer
2023-06-01 03:40:28 +03:00
Alexey Milovidov
8e6100b0f9
Merge branch 'clang-17-2'
2023-06-01 01:33:23 +02:00
Alexey Milovidov
c54abdb4f8
Support clang-17
2023-06-01 01:32:03 +02:00
Nikita Mikhaylov
3543d95980
Parallel replicas always skip unavailable ones ( #50293 )
2023-05-31 22:10:33 +02:00
Robert Schulze
5b32c026b9
Fix CVE-2022-2469
2023-05-31 18:48:41 +00:00
Robert Schulze
5eb592acc5
Bump libxml2 from 2.10.3 to 2.10.4
...
CVE-2023-28484
CVE-2023-29469
2023-05-31 17:57:50 +00:00
Sema Checherinda
dd2d43a491
Merge branch 'master' into fix-test-profile-events
2023-05-31 18:57:52 +02:00
Sema Checherinda
aedd3afb8a
fix hung in unit tests ( #50391 )
...
* fix hung in unit tests
* Update gtest_writebuffer_s3.cpp
* Update gtest_writebuffer_s3.cpp
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-05-31 19:20:58 +03:00
Kruglov Pavel
0beca0336d
Merge pull request #49112 from ClickHouse/Avogar-patch-3
...
Fix possible terminate called for uncaught exception in some places
2023-05-31 16:55:43 +02:00
Alexey Milovidov
e181199791
Merge pull request #50340 from ClickHouse/tylerhannan-patch-1
...
Update README.md
2023-05-31 16:58:07 +03:00
Maksim Kita
2efebee5a3
Compare functions NaN update test ( #50366 )
...
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-05-31 15:24:36 +02:00
Alexander Tokmakov
4d4112ff53
Revert "less logs in WriteBufferFromS3" ( #50390 )
2023-05-31 15:26:56 +03:00
Kseniia Sumarokova
9b8159e081
Update 02770_async_buffer_ignore.sh
2023-05-31 14:20:28 +02:00
Kruglov Pavel
3460667cac
Merge pull request #47496 from iiiuwioajdks/allow_empty
...
Allow empty column names in CSVWithNames/TSVWithNames
2023-05-31 13:24:39 +02:00
Vitaly Baranov
6d45d0c374
Use fingerprints instead of key IDs in encrypted disks ( #49882 )
...
* Use fingerprints instead of key IDs to find keys in encrypted disks.
Always use little endian in the headers of encryption files.
* Add tests.
* Fix copying binary files to test containers.
* Fix ownership for copied files in test containers.
* Add comments after review.
---------
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-05-31 13:11:10 +02:00
pufit
08d3887832
Add re-creation for cherry-pick PRs ( #50373 )
...
* Add recreation for cherry-pick PRs.
Small PR comment fix.
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-05-31 13:04:29 +02:00
vdimir
9e4eafc75f
Merge pull request #49359 from ClickHouse/vdimir/matcher_join_use_nulls
2023-05-31 13:04:14 +02:00
Sema Checherinda
ab027ca1ce
Merge pull request #50275 from CheSema/d-tor-free
...
buffers d-tor finalize free
2023-05-31 12:26:19 +02:00
Kseniia Sumarokova
cd4c4e3169
Update 02770_async_buffer_ignore.sh
2023-05-31 11:57:51 +02:00
Kseniia Sumarokova
d9e2938971
Merge pull request #50363 from kssenii/fix-logging
...
Fix log message
2023-05-31 11:56:26 +02:00
Kseniia Sumarokova
410eb44f0f
Merge branch 'master' into fix-logging
2023-05-31 11:55:53 +02:00
Sema Checherinda
52d690b42f
Merge pull request #50347 from CheSema/less-logs
...
less logs in WriteBufferFromS3
2023-05-31 11:13:29 +02:00
Tyler Hannan
45e2fb4b3e
Update README.md
...
changing release webinar date
2023-05-31 10:58:05 +02:00
Sema Checherinda
fbae970b8e
Merge branch 'master' into less-logs
2023-05-31 10:21:24 +02:00
Robert Schulze
c5343679df
Merge branch 'master' into msan-siphash-keyed
2023-05-31 09:05:24 +02:00
Robert Schulze
f171ad93bc
Merge pull request #49656 from ClickHouse/rs/entropy-learned-hashing
...
Add SQL functions for Entropy Learned Hashing
2023-05-31 08:26:57 +02:00
Dan Roscigno
a01e8644c5
Settings update ( #50350 )
...
* sync system.server_settings with doc
* typos
* update DNS cache setting
* add server settings from system tbl
* catch up
* catch up
* Trigger Build
---------
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-05-31 03:09:56 +02:00
robot-clickhouse
bf80f8d8f7
Merge pull request #50360 from rschu1ze/remove-obsolete-install-scripts
...
Remove legacy install scripts superseded by universal.sh
2023-05-31 02:57:41 +02:00
Dan Roscigno
3bc4d11b46
Merge pull request #50359 from rschu1ze/docs-advanced-install
...
Docs: Explain non-production / advanced install options in more detail
2023-05-30 20:32:39 -04:00
Dan Roscigno
ff5884989f
Merge pull request #50352 from den-crane/patch-28
...
Doc. Copy/paste typo
2023-05-30 19:32:45 -04:00
Kseniia Sumarokova
a2c7c84346
Update 02770_async_buffer_ignore.sh
2023-05-30 23:37:27 +02:00
Denny Crane
7b01fb24a3
Merge branch 'master' into patch-28
2023-05-30 17:30:42 -03:00
Robert Schulze
fc157b3dad
Merge branch 'master' into msan-siphash-keyed
2023-05-30 21:30:33 +02:00
kssenii
f15769ee6c
Fix
2023-05-30 21:29:08 +02:00
Kseniia Sumarokova
07467639a2
Update 02770_async_buffer_ignore.sh
2023-05-30 21:00:15 +02:00
kssenii
7fcafaabd5
Fix
2023-05-30 20:56:48 +02:00
Kseniia Sumarokova
55b2e42150
Merge pull request #50232 from kssenii/fix-iceberg
...
Fix iceberg metadata parsing
2023-05-30 20:11:11 +02:00
Robert Schulze
d7002f8b94
Incorporate Dan's feedback
2023-05-30 17:46:21 +00:00
Michael Kolupaev
536c4a99c8
Fix clickhouse-local crashing when writing empty Arrow or Parquet output
2023-05-30 10:45:49 -07:00
Robert Schulze
e0759eff97
Remove install scripts superseded by universal.sh
2023-05-30 17:28:48 +00:00