Robert Schulze
6b37595e11
Update boost to 1.79
2023-08-17 19:34:07 +00:00
Robert Schulze
c823d1f619
Make usearch dependencies separate submodules
2023-08-17 12:38:06 +00:00
Robert Schulze
ec7daed52f
Merge pull request #50276 from ClibMouse/feature/mergetree-checksum-big-endian-support
...
MergeTree & SipHash checksum big-endian support
2023-08-17 13:27:18 +02:00
Robert Schulze
ab0bdda3fc
Merge remote-tracking branch 'rschu1ze/master' into CVE-2023-36054
2023-08-17 10:09:41 +00:00
Robert Schulze
456a02da1b
Merge remote-tracking branch 'rschu1ze/master'
2023-08-17 09:30:27 +00:00
Robert Schulze
ea8a99c103
Sort stuff
2023-08-16 19:04:28 +00:00
Robert Schulze
5688891236
curl: update to latest master (fixes CVE-2023-32001)
2023-08-16 19:00:27 +00:00
Robert Schulze
0ec69f2360
krb5: Fix CVE-2023-36054
2023-08-16 18:03:50 +00:00
Davit Vardanyan
48c62fd75e
Add: USearch
2023-08-15 16:00:27 +04:00
taiyang-li
c2017e0ea3
update orc version
2023-08-15 14:49:45 +08:00
ltrk2
139e9433a8
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
2023-08-09 09:48:00 -04:00
Antonio Andelic
0e17d26b88
More formats supported, read single archive from 1 thread
2023-08-09 11:58:37 +00:00
Antonio Andelic
96bad0537a
Merge branch 'master' into add-reading-from-archives
2023-08-03 08:36:42 +00:00
ltrk2
27a2d4d1c7
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
2023-08-02 11:36:43 -04:00
ltrk2
323aa9f183
Merge branch 'master' into feature/hashing-big-endian-support
2023-08-01 13:09:43 -04:00
Antonio Andelic
0037ab759d
Fix build on mac
2023-08-01 11:26:55 +02:00
Antonio Andelic
71e58699b5
Fix build and test
2023-08-01 07:52:50 +00:00
Antonio Andelic
6a1cf5c683
Extend tests
2023-07-31 13:27:06 +00:00
ltrk2
6c9a1b14ef
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
2023-07-28 16:18:46 -04:00
Antonio Andelic
e83e0ec2cd
Fix build
2023-07-28 12:26:56 +00:00
Antonio Andelic
17fa8a87a8
Update libarchive
2023-07-28 08:54:25 +00:00
Antonio Andelic
720d587e85
Merge branch 'master' into add-reading-from-archives
2023-07-28 08:49:00 +00:00
ltrk2
5bd670d8c6
Improve endianness-independent support for hash functions
2023-07-27 15:58:46 -07:00
Kruglov Pavel
fab77783f1
Merge pull request #49367 from ClickHouse/enc
...
Partially reimplement Parquet encoder to make it faster and parallelizable
2023-07-27 00:48:54 +02:00
Michael Kolupaev
dfdf5de972
Fixes
2023-07-25 10:16:28 +00:00
Alexey Milovidov
0d0ec4cdf3
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.2.0
2023-07-25 06:47:15 +03:00
Alexey Milovidov
641c086dbd
Fix Darwin
2023-07-24 00:53:11 +02:00
Alexey Milovidov
7b4d0cf9d5
Fix Darwin
2023-07-24 00:51:20 +02:00
Alexey Milovidov
1e467867e6
Attempt to fix LTO
2023-07-24 00:03:40 +02:00
Alexey Milovidov
67f643f27e
Fix error
2023-07-23 21:00:28 +02:00
Alexey Milovidov
c8f8a23c71
Fix errors
2023-07-23 06:11:03 +02:00
Alexey Milovidov
4170d1458b
Use incbin for resources, part 2
2023-07-23 06:11:03 +02:00
Alexey Milovidov
00d6f2ee08
Use incbin for resources, part 1
2023-07-23 06:11:03 +02:00
Alexey Milovidov
4d0b75ebdd
Remove hashid
2023-07-22 04:42:16 +02:00
ltrk2
ba4072f049
Adapt changes around SipHash
2023-07-19 10:01:58 -07:00
alesapin
45a7134478
Merge branch 'master' into feature/keeper-dyn-reconf
2023-07-19 14:04:59 +02:00
Alexey Milovidov
5637c419bd
Merge pull request #52124 from ClickHouse/update-cctz-5
...
Update CCTZ
2023-07-18 03:29:52 +03:00
Antonio Andelic
61dc020b4d
Merge branch 'master' into feature/keeper-dyn-reconf
2023-07-17 12:50:17 +02:00
jinjunzh
c443c798b1
upgrade qpl to v1.2.0 and libaccel to v4.0
2023-07-16 17:22:01 -04:00
Alexey Milovidov
254b0a65b3
Update CCTZ
2023-07-14 20:03:48 +02:00
Alexey Milovidov
f0f69a2e3a
Update CMakeLists.txt
2023-07-14 10:13:36 -04:00
Alexey Milovidov
b2546c8bb5
Update CMakeLists.txt
2023-07-14 10:13:36 -04:00
Alexey Milovidov
efa78a377e
Update CMakeLists.txt
2023-07-14 10:13:36 -04:00
Boris Kuschel
dff5d78126
Add jemalloc support
2023-07-14 10:13:36 -04:00
Azat Khuzhin
a10aa9ad50
Force libunwind usage (removes gcc_eh support)
...
libunwind is reentrant and signal safe, and works faster then then
gcc_eh (plus it has some custom patches for problems that have been
found during it's usage in ClickHouse).
gcc_eh may be missing in the system (if gcc was not installed), and
even if it exists clickhouse uses -nodefaultlibs, so some care should be
made to make it work.
Also this library is tiny and there shouln't be any problem to require
it always (there is already tendency to require some contrib libraries,
i.e. poco).
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-08 20:55:50 +02:00
Mike Kot
8b6376005a
"reconfig" support for CH Keeper
2023-07-07 00:20:54 +03:00
李扬
18622231b4
Merge branch 'master' into fix_ec_issue
2023-07-03 10:09:21 +08:00
Robert Schulze
6872084051
Merge pull request #50949 from georgthegreat/update-re2
...
Update contrib/re2 to 2023-06-02
2023-06-30 10:40:17 +02:00
Antonio Andelic
3b7f6a4324
Merge pull request #50796 from ClickHouse/keeper-add-api-version-config
...
Add feature flags for Keeper API
2023-06-30 09:20:52 +02:00
Yuriy Chernyshov
19676e3a92
Merge branch 'master' into update-re2
2023-06-29 00:40:31 +02:00
Vitaly Baranov
5570863676
Merge branch 'master' into reorder-part-checksum-halves
2023-06-28 17:25:34 +02:00
Antonio Andelic
efbe01b6bb
Merge branch 'master' into keeper-add-api-version-config
2023-06-27 10:11:04 +00:00
taiyang-li
e6535b1f87
update libhdfs3 version
2023-06-26 22:22:22 +08:00
Kruglov Pavel
97f76d712c
Merge pull request #51285 from ClickHouse/Avogar-patch-1
...
Define Thrift version for parquet and use correct arrow version
2023-06-26 14:30:30 +02:00
Yuriy Chernyshov
3e6654a1fe
Merge branch 'master' into update-re2
2023-06-24 22:34:44 +02:00
Vitaly Baranov
3711430d9f
Rename member fields of CityHash_v1_0_2::uint128: "first" -> "low64", "second" -> "high64".
2023-06-24 12:25:56 +02:00
Robert Schulze
cc3398159e
Restore Azure build on ARM ( #51288 )
2023-06-23 14:35:51 +02:00
Nikita Taranov
003acb4fbe
add absl as include dir
2023-06-22 23:54:18 +02:00
Kruglov Pavel
1d379108a3
Update arrow version in cmake
2023-06-22 19:23:14 +02:00
Kruglov Pavel
376b65ee1e
Define Thrift version for parquet
2023-06-22 19:06:49 +02:00
San
6288a17708
Merge pull request #50920 from ClickHouse/update_contrib_ocr_module
...
Update contribe/orc in .gitmodules
2023-06-22 19:11:48 +10:00
santrancisco
f0dcefa0e1
Fixing git submodule back to our own fork as this pull https://github.com/apache/orc/pull/1542 is now merged into apache/orc repository
2023-06-22 18:00:39 +10:00
santrancisco
a4137223e3
Testing fix for PPC platform https://github.com/apache/orc/pull/1542
2023-06-21 21:44:55 +10:00
santrancisco
26fc9ee8dc
ran git checkout inside contrib/orc
2023-06-21 12:25:39 +10:00
Michael Kolupaev
10d597676c
Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly
2023-06-16 11:08:12 -07:00
Yuriy Chernyshov
4096c082b9
Cleanup RE2_SOURCES
2023-06-14 15:09:17 +03:00
santrancisco
197c76107e
Re-added CpuInfoUtil to CMakeList.txt
2023-06-14 18:38:09 +10:00
santrancisco
6ffdfb8b6b
test removing CpuInfoUtil.cc and see if build breaks :p
2023-06-14 13:29:05 +10:00
santrancisco
29b9cba75c
Update CMakeLists.txt with help from Nikita
2023-06-14 11:31:09 +10:00
Antonio Andelic
bf0260bf5e
Merge branch 'master' into keeper-add-api-version-config
2023-06-13 21:27:51 +02:00
santrancisco
a01056f67c
Update orc submodule
2023-06-14 02:33:48 +10:00
Yuriy Chernyshov
9a5c5c7e93
Update contrib/re2 to 2023-06-02
2023-06-13 19:29:41 +03:00
Kruglov Pavel
8fdcd91c38
Merge pull request #49752 from Avogar/better-capnproto-3
...
Refactor CapnProto format to improve input/output performance
2023-06-13 16:20:38 +02:00
Antonio Andelic
91a4b6e331
Merge branch 'master' into keeper-add-api-version-config
2023-06-12 07:10:58 +00:00
Antonio Andelic
a3da7c8ebe
Merged NuRaft
2023-06-10 17:20:29 +00:00
Antonio Andelic
5b4078f0c1
Merge branch 'master' into keeper-reject-unknown-operation
2023-06-10 17:19:17 +00:00
Antonio Andelic
8a70bab7bf
Merge branch 'master' into keeper-add-api-version-config
2023-06-09 13:36:18 +00:00
Antonio Andelic
b8b70d78e1
Build fix
2023-06-09 13:34:27 +00:00
Kseniia Sumarokova
f5d88d2c05
Merge pull request #50770 from ClickHouse/azure_table_function
...
Fix build for aarch64 (temporary disable azure)
2023-06-09 15:33:03 +02:00
Nikita Taranov
8c4c82abd6
Update lz4 to enable cutting-edge optimisations ( #50621 )
2023-06-09 15:11:07 +02:00
Antonio Andelic
2d220bd841
Fix NuRaft
2023-06-09 11:38:50 +00:00
alesapin
430a19bb80
Better
2023-06-09 13:26:53 +02:00
alesapin
16a6190446
More strict build Aarch64
2023-06-09 13:25:50 +02:00
Antonio Andelic
ab8365630b
Reject logs containing unknown operation
2023-06-09 10:10:40 +00:00
alesapin
96d9b88a20
Fix build
2023-06-09 10:48:13 +02:00
avogar
cc036528fe
Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-capnproto-3
2023-06-08 11:16:13 +00:00
Daniel Kutenin
c4e1dc5545
Enable FAST_DEC_LOOP for Arm LZ4 to get 5% of decomp speed
...
It's disabled for clang because of mobile
e82198428c/lib/lz4.c (L471)
2023-06-05 14:10:53 +01:00
Alexey Milovidov
eb5985e5fc
Merge pull request #50400 from ClickHouse/bump-protobuf
...
Bump protobuf to v3.18.x
2023-06-02 05:01:05 +03:00
Robert Schulze
9490cd44ac
Include msan fix in protobuf
2023-06-01 13:16:33 +00:00
Robert Schulze
578711e8e5
Merge branch 'master' into bump-c-ares
2023-06-01 09:56:50 +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
Kruglov Pavel
898d1f34db
Merge branch 'master' into better-capnproto-3
2023-05-31 21:44:00 +02:00
avogar
c9626314f7
Better
2023-05-31 19:22:44 +00:00
Robert Schulze
5b32c026b9
Fix CVE-2022-2469
2023-05-31 18:48:41 +00:00
Robert Schulze
2bf867c1cf
Bump to v1.19.1
2023-05-31 18:13:18 +00:00
Robert Schulze
eeab9fb3d4
Add new file
2023-05-31 18:08:20 +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
Robert Schulze
3a1e07d4c1
Add submodule c-ares
2023-05-31 17:54:47 +00:00
Robert Schulze
95cbc11d7b
Remove c-ares submodule
2023-05-31 17:54:31 +00:00
Robert Schulze
2e2f98ced6
Add new source file
2023-05-31 17:26:31 +00:00