hanqf-git
|
71ce4b46d8
|
Add x86 feature avx512 support for memcmpSmall. Co-authored-by: @vesslanjin jun.i.jin@intel.com
|
2022-01-17 16:13:49 +08:00 |
|
hanqf-git
|
d2bc77ac47
|
Add x86 feature avx512 support for memcmpSmall
|
2022-01-17 12:03:12 +08:00 |
|
hanqf-git
|
46f3a699df
|
Add x86 feature avx512 support for memcmpSmall
|
2022-01-14 20:21:22 +08:00 |
|
Kseniia Sumarokova
|
f95f0e7306
|
Merge pull request #33585 from ClickHouse/kssenii-patch-2
Update mongodb.md
|
2022-01-13 10:37:07 +03:00 |
|
Kseniia Sumarokova
|
5d2324368f
|
Update mongodb.md
|
2022-01-13 09:37:57 +03:00 |
|
alexey-milovidov
|
6c71a7c40f
|
Merge pull request #33518 from hexiaoting/dev-limit-offset
Fix bug for select from VIEW with format and limit settings
|
2022-01-12 23:39:31 +03:00 |
|
Maksim Kita
|
2088570a01
|
Merge pull request #33525 from kitaisreal/hash-table-constant-fix
HashTable constant fix
|
2022-01-12 19:39:49 +03:00 |
|
Kruglov Pavel
|
db63218577
|
Merge pull request #33556 from Avogar/fix-from-infile
Fix parsing queries with FROM INFILE statement again
|
2022-01-12 17:24:43 +03:00 |
|
Mikhail f. Shiryaev
|
d6976432ff
|
Merge pull request #33562 from ClickHouse/fix-latest-build-links
Don't upload splitted binaries to builds.clickhouse.com
|
2022-01-12 14:58:51 +01:00 |
|
Mikhail f. Shiryaev
|
830edf76cc
|
Don't upload splitted binaries to builds.clickhouse.com
|
2022-01-12 14:57:11 +01:00 |
|
Mikhail f. Shiryaev
|
0520e4b55e
|
Merge pull request #33560 from ClickHouse/fix-latest-build-links
Fix logic for upload upload_master_static_binaries
|
2022-01-12 14:32:07 +01:00 |
|
Mikhail f. Shiryaev
|
9188b8afc2
|
Fix logic for upload upload_master_static_binaries
|
2022-01-12 14:30:32 +01:00 |
|
Mikhail f. Shiryaev
|
0abaaa1a70
|
Merge pull request #33559 from ClickHouse/fix-latest-build-links
Fix latest build links
|
2022-01-12 14:17:09 +01:00 |
|
Mikhail f. Shiryaev
|
325c786f68
|
Add uploading binary builds from master to static URLs
|
2022-01-12 13:17:54 +01:00 |
|
Mikhail f. Shiryaev
|
3614b0c4ed
|
Slightly refactor build_check.py
|
2022-01-12 13:17:21 +01:00 |
|
Mikhail f. Shiryaev
|
eaf3bdabf5
|
Add typing to CI_CONFIG
|
2022-01-12 13:14:31 +01:00 |
|
Mikhail f. Shiryaev
|
b98e0be869
|
Use a proper branch name for PRInfo w/ number==0
|
2022-01-12 12:31:13 +01:00 |
|
tavplubix
|
8c9a369588
|
Merge pull request #33535 from kssenii/fix-local-client-exception
Fix clickhouse local interactive exception case
|
2022-01-12 13:17:05 +03:00 |
|
avogar
|
7ea75b3082
|
Fix parsing queries with FROM INFILE statement again
|
2022-01-12 12:59:40 +03:00 |
|
Kruglov Pavel
|
a142b7c55e
|
Merge pull request #33443 from zhongyuankai/auto_format_by_file_extension
INTO OUTFILE / FROM INFILE: autodetect FORMAT by file extension
|
2022-01-12 11:23:38 +03:00 |
|
Kruglov Pavel
|
f299c35904
|
Merge pull request #33529 from Avogar/fix-arrow-dict
Fix possible segfault in arrowSchemaToCHHeader
|
2022-01-12 11:11:16 +03:00 |
|
alexey-milovidov
|
e52e3c1499
|
Update 02166_arrow_dictionary_inference.sh
|
2022-01-12 01:52:59 +03:00 |
|
Cody Baker
|
b4e30ad78e
|
Add admixer blog post (#33528)
|
2022-01-12 00:55:32 +03:00 |
|
kssenii
|
211f1dd482
|
Fix
|
2022-01-12 00:28:53 +03:00 |
|
Mikhail f. Shiryaev
|
80a452cca0
|
Apply black on build_check.py and tee_popen.py
|
2022-01-11 19:36:34 +01:00 |
|
avogar
|
9915ce7ded
|
Fix segfault in arrowSchemaToCHHeader
|
2022-01-11 20:30:35 +03:00 |
|
Kruglov Pavel
|
dca9753e7a
|
Delete unecessary line
|
2022-01-11 20:26:43 +03:00 |
|
Kruglov Pavel
|
186020d906
|
Update ParserInsertQuery.cpp
|
2022-01-11 20:24:34 +03:00 |
|
mergify[bot]
|
7999d90900
|
Merge branch 'master' into auto_format_by_file_extension
|
2022-01-11 17:21:14 +00:00 |
|
tavplubix
|
6eee1fda56
|
Merge pull request #33521 from Avogar/fix-from-infile-syntax
Fix parsing queries with FROM INFILE statement
|
2022-01-11 20:16:24 +03:00 |
|
Cody Baker
|
98ed7e2a22
|
Add new team members to company page (#33506)
|
2022-01-11 19:06:19 +03:00 |
|
Maksim Kita
|
457a38a1ad
|
HashTable constant fix
|
2022-01-11 18:45:41 +03:00 |
|
Mikhail f. Shiryaev
|
9fb4e69e7e
|
Merge pull request #33514 from kitaisreal/query-kind-enum-style-fix
IAST QueryKind style fix
|
2022-01-11 15:26:12 +01:00 |
|
avogar
|
070fd60b02
|
Fix parsing queries with FROM INFILE statement
|
2022-01-11 17:16:54 +03:00 |
|
zhongyuankai
|
7456ed06e6
|
Delete 02162_auto_format_by_file_extension.sh
|
2022-01-11 22:02:32 +08:00 |
|
zhongyuankai
|
146068c911
|
INTO OUTFILE / FROM INFILE: autodetect FORMAT by file extension
|
2022-01-11 21:52:09 +08:00 |
|
zhongyuankai
|
4ce9f7ac58
|
INTO OUTFILE / FROM INFILE: autodetect FORMAT by file extension
|
2022-01-11 21:47:52 +08:00 |
|
zhongyuankai
|
f97250aea9
|
Merge branch 'master' into auto_format_by_file_extension
|
2022-01-11 21:41:49 +08:00 |
|
zhongyuankai
|
99279c1443
|
INTO OUTFILE / FROM INFILE: autodetect FORMAT by file extension
|
2022-01-11 21:26:14 +08:00 |
|
hexiaoting
|
5c847264f7
|
Fix bug for select from VIEW with format and limit settings
|
2022-01-11 20:19:41 +08:00 |
|
Maksim Kita
|
35cad3968f
|
Merge pull request #33513 from kitaisreal/build-with-enable-tests-fix
Build with ENABLE_TESTS fix
|
2022-01-11 12:41:09 +03:00 |
|
Maksim Kita
|
a9f389d546
|
Merge pull request #33512 from kitaisreal/h3-funcs-bad-arguments-possible-crash-fix
H3 functions bad arguments possible crash fix
|
2022-01-11 12:31:57 +03:00 |
|
Maksim Kita
|
9a6cddd64f
|
Merge pull request #33511 from murfel/patch-2
Specify clang version for CC / CXX bc no symlinks
|
2022-01-11 12:31:48 +03:00 |
|
Maksim Kita
|
3aeb1279ee
|
IAST QueryKind style fix
|
2022-01-11 12:31:26 +03:00 |
|
Kseniia Sumarokova
|
6587cd0ec6
|
Merge pull request #33231 from kssenii/settings-changes-with-named-conf
Pass settings as key value or config for storage with settings
|
2022-01-11 12:30:41 +03:00 |
|
Maksim Kita
|
c1ec85d87a
|
Build with ENABLE_TESTS fix
|
2022-01-11 12:30:40 +03:00 |
|
Kruglov Pavel
|
94cb98df28
|
Merge pull request #33177 from kssenii/materialized-postgresql-better-startup
materialized postgresql better startup
|
2022-01-11 12:18:29 +03:00 |
|
Kruglov Pavel
|
eb65175b6b
|
Merge pull request #33504 from ClickHouse/fix_nested_lc_default
Fix insert into defalut nested LowCardinality column.
|
2022-01-11 12:15:27 +03:00 |
|
Maksim Kita
|
8aa930b52f
|
Merge pull request #33294 from ClickHouse/query-kind-concurent_restriction
Add IAST::QueryKind enum and use it in query limiter
|
2022-01-11 11:23:18 +03:00 |
|
Maksim Kita
|
ca5e08cef6
|
H3 functions bad arguments possible crash fix
|
2022-01-11 11:21:56 +03:00 |
|