lgbo-ustc
ea4eb1f388
update
2024-06-24 09:22:38 +08:00
Mikhail f. Shiryaev
2ea1796931
Merge pull request #65308 from ClickHouse/auto/v24.4.3.25-stable
...
Update version_date.tsv and changelogs after v24.4.3.25-stable
2024-06-23 21:14:56 +00:00
Robert Schulze
75dec71580
Merge pull request #65522 from rschu1ze/allow_deprecated_snowflake_conversion_functions
...
Replace setting `uniform_snowflake_conversion_functions` by `allow_deprecated_snowflake_conversion_functions`
2024-06-23 18:26:56 +00:00
Max K
5287b45e40
more docs fixes
2024-06-23 18:37:18 +02:00
Azat Khuzhin
ba99955f11
Add missing logger directives into config.xml
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-22 17:54:14 +02:00
Max K
58b90e15a5
CI: Rename "ClickHouse (special) build check" job
2024-06-22 13:44:12 +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
Robert Schulze
8249efb8c7
Replace setting 'uniform_snowflake_conversion_functions' by 'allow_deprecated_snowflake_conversion_functions'
2024-06-21 09:37:06 +00:00
Pablo Marcos
71f8937abd
Merge branch 'master' into system-error-log
2024-06-20 16:33:44 +00:00
kssenii
5904847316
Fix tests
2024-06-20 18:32:00 +02:00
avogar
8a0dd60650
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-new-serialization
2024-06-20 16:09:39 +00:00
Raúl Marín
c5b16f4b8d
Revert "Merge pull request #65384 from yariks5s/docs_for_group_concat"
...
This reverts commit ab7ba4efd9
, reversing
changes made to 87b91c6115
.
2024-06-20 09:26:07 +02:00
Nikita Mikhaylov
a829444ff4
Merge pull request #65465 from slvrtrn/update-mysql-interface-docs
...
Update MySQL interface docs - multiple users in CH Cloud
2024-06-19 22:13:22 +00:00
slvrtrn
b49908a808
Update MySQL interface docs - multiple users in CH Cloud
2024-06-19 19:42:09 +02:00
Yarik Briukhovetskyi
e442a1fdba
Merge pull request #64662 from Artemmm91/hilbert-index-analysis
...
Index analysis using Hilbert space-filling curve
2024-06-19 13:59:47 +00:00
Kseniia Sumarokova
8827fc7c21
Merge pull request #65430 from allegrinisante/patch-1
...
Mode value = 'unordered' may lead to confusion
2024-06-19 11:20:02 +00:00
Raúl Marín
4036911ca3
Merge pull request #65420 from timacdonald/patch-1
...
Documentation typo
2024-06-19 10:44:44 +00:00
Raúl Marín
02f1946fc0
Merge pull request #64820 from lsj4401/patch-1
...
fix typo
2024-06-19 10:42:40 +00:00
allegrinisante
619333b356
Mode value = 'unordered' may lead to confusion
...
According to the documentation, the default mode was 'ordered' before version 24.6. Starting from version 24.6, there is no default value for mode. Using mode = 'unordered' can be confusing.
2024-06-19 11:44:38 +02:00
Han Fei
5eca8db5fc
Merge pull request #64781 from XuJia0210/feature_database_and_table_count_limitation_issue56347
...
Feature database and table count limitation issue56347
2024-06-19 09:41:51 +00:00
Robert Schulze
fd59d7e02f
Merge pull request #64948 from rschu1ze/uniform-snowflake-id-conversion
...
Add uniform conversion functions for Snowflake IDs
2024-06-19 08:27:40 +00:00
Tim MacDonald
100916440b
Typo
2024-06-19 10:34:55 +10:00
Alexey Katsman
03f7ac2c2a
Merge pull request #64597 from alexkats/grants
...
Add query privileges information to the query log
2024-06-18 21:35:32 +00:00
Kruglov Pavel
e53fc186b5
Merge branch 'master' into variant-new-serialization
2024-06-18 21:17:40 +02:00
Alexey Katsman
ddbe83d993
Merge pull request #65269 from liuneng1994/edit-distance-utf8
...
Add function editDistanceUTF8
2024-06-18 18:46:13 +00:00
Pablo Marcos
6a95f19958
Minor changes found reviewing to remove the draft status
2024-06-18 15:42:57 +00:00
Alex Katsman
13fcfd9784
Add docs for privileges columns to the system.query_log
2024-06-18 15:39:22 +00:00
Yarik Briukhovetskyi
ab7ba4efd9
Merge pull request #65384 from yariks5s/docs_for_group_concat
...
Add docs for groupConcat
2024-06-18 14:18:21 +00:00
Han Fei
c32b97d904
Merge branch 'master' into feature_database_and_table_count_limitation_issue56347
2024-06-18 15:52:18 +02:00
Yarik Briukhovetskyi
bc85577af0
init
2024-06-18 13:17:16 +02:00
Raúl Marín
22f6095484
Merge pull request #65364 from yokofly/patch-1
...
[docs] pin the gimli-rs/addr2line version in allocation-profiling.md
2024-06-18 11:04:52 +00:00
alesapin
85771099f4
Merge pull request #64061 from ClickHouse/workload-for-merges
...
Workload classification for merges and mutations
2024-06-18 10:17:27 +00:00
Pablo Marcos
5da425ecb0
Add documentation
2024-06-18 09:09:33 +00:00
liuneng
a12ebf05b8
add function edit distance utf8
2024-06-18 14:55:25 +08:00
haohang
579e94319c
[docs] pin the gimli-rs/addr2line version in Update allocation-profiling.md
...
after upstream changed the folder, the build command is broken:
https://github.com/gimli-rs/addr2line/pull/291/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R70-R72
for a more stable way, I intend to pin the version
2024-06-18 11:03:10 +08:00
Robert Schulze
3f41201060
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
2024-06-17 20:49:52 +00:00
Artem Mustafin
04770033ab
Merge branch 'ClickHouse:master' into hilbert-index-analysis
2024-06-17 22:19:39 +03:00
Kruglov Pavel
fa2a6f281c
Merge pull request #65144 from Blargian/footer_column__names
...
Pretty formats: display column names in footer if the table is long.
2024-06-17 18:25:56 +00:00
avogar
abe12219e8
Merge branch 'master' of github.com:ClickHouse/ClickHouse into workload-for-merges
2024-06-17 18:04:47 +00:00
Kruglov Pavel
9be2ec6511
Fix docs
2024-06-17 19:13:01 +02:00
Kruglov Pavel
318a099d90
Fix docs
2024-06-17 19:12:35 +02:00
Sema Checherinda
eec118b703
Merge pull request #63562 from GSokol/feat-59620
...
[feature] A setting `http_response_headers`
2024-06-17 13:52:37 +00:00
Robert Schulze
95fe3a8035
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
2024-06-17 13:26:38 +00:00
Robert Schulze
b0b2c3fea9
Minor clarification of setting docs
2024-06-17 13:19:59 +00:00
avogar
6b966bb9aa
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-new-serialization
2024-06-17 12:45:42 +00:00
Antonio Andelic
d9a11faf4a
Merge pull request #64842 from Unalian/jemalloc_as_metric
...
[feature] Add an asynchronous metric jemalloc.profile.active to show whether sampling is currently active
2024-06-17 07:10:15 +00:00
Alexey Milovidov
141688932a
Merge pull request #65294 from Blargian/docs_float_fix
...
[Docs] make `Float` page prettier
2024-06-17 05:46:35 +00:00
Shaun Struwig
d8c8aebc1f
Merge branch 'master' into footer_column__names
2024-06-15 08:39:02 +02:00
robot-clickhouse
459631261d
Update version_date.tsv and changelogs after v24.4.3.25-stable
2024-06-14 17:07:11 +00:00
Sergei Trifonov
a17d9d92d7
Merge branch 'master' into workload-for-merges
2024-06-14 18:35:43 +02:00
robot-clickhouse
d421d39b73
Update version_date.tsv and changelogs after v23.8.15.35-lts
2024-06-14 15:33:31 +00:00
Shaun Struwig
ad103b9db8
Update float.md
2024-06-14 16:06:40 +02:00
Blargian
36a575e124
Fix float page
2024-06-14 15:55:02 +02:00
Shaun Struwig
0ed8c8d620
Merge branch 'master' into doc_varpop_fix
2024-06-14 15:39:52 +02:00
Blargian
3bc720e7a7
Fix nonsense docs
2024-06-14 15:33:19 +02:00
Robert Schulze
06b27f0922
Merge pull request #64991 from arenadata/ADQM-1893
...
Add functions to encode and decode base64url
2024-06-14 12:41:38 +00:00
Blargian
5326c840eb
Fix bad formatting in exponentialMovingAverage
2024-06-14 11:15:31 +02:00
Blargian
98f3bd21de
Update examples and descriptions of exponentialTimeDecayedXYZ functions
2024-06-14 11:12:08 +02:00
unashi
a6f05df749
[feature] Add an asynchronous_metric jemalloc.profile.active to show whether sampling is currently active for the calling thread. This is an activation mechanism in addition to prof.active; both must be active for the calling thread to sample.
2024-06-14 16:12:59 +08:00
Alexey Milovidov
5f1060d335
Merge branch 'master' into auto/v24.5.3.5-stable
2024-06-14 02:24:58 +02:00
Xu Jia
bd0da139af
Add 2 server_setting to limit numebr of table/db
...
max_table_num_to_throw
max_database_num_to_throw
2024-06-14 08:16:12 +08:00
Max K
87f451d764
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported"
2024-06-13 22:36:57 +02:00
Alexey Milovidov
dcbfa50446
Merge pull request #51008 from ClickHouse/nopresigned
...
Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported
2024-06-13 21:25:38 +02:00
Mikhail f. Shiryaev
4a30ebd8d6
Merge pull request #65235 from ClickHouse/auto/v24.3.4.147-lts
...
Update version_date.tsv and changelogs after v24.3.4.147-lts
2024-06-13 18:30:05 +00:00
Nikolay Degterinsky
960a017bc5
Merge pull request #65194 from morning-color/fix_docs_for_skipping_indexes
...
Fix docs for skipping-indexes.md
2024-06-13 18:08:49 +00:00
robot-clickhouse
3bba8e80f1
Update version_date.tsv and changelogs after v24.5.3.5-stable
2024-06-13 17:51:46 +00:00
robot-clickhouse
11020f71f3
Update version_date.tsv and changelogs after v24.5.2.34-stable
2024-06-13 18:37:48 +02:00
robot-clickhouse
833d138383
Update version_date.tsv and changelogs after v24.3.4.147-lts
2024-06-13 16:28:12 +00:00
Blargian
a03d0c9290
Update examples
2024-06-13 18:11:12 +02:00
Sema Checherinda
e8c0caa5ab
Merge pull request #63314 from arthurpassos/no_proxy_support
...
Add `no_proxy` support
2024-06-13 15:48:12 +00:00
Artem Mustafin
2997509dbf
docs upd + tests
2024-06-13 17:44:30 +03:00
Mikhail Gorshkov
a6520bcf90
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ADQM-1893
2024-06-13 14:03:11 +00:00
Robert Schulze
5e1ef8aefa
Update tests.md
2024-06-13 15:44:36 +02:00
Robert Schulze
e8ac8d46ff
Update docs/en/development/tests.md
...
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-06-13 15:43:30 +02:00
Robert Schulze
df607c535c
Docs: Recommend disabling ASLR for sanitizer builds
2024-06-13 13:31:43 +00:00
Kseniia Sumarokova
e87be0d6b5
Merge pull request #65077 from ClickHouse/kssenii-patch-9-1
...
Update s3queue.md
2024-06-13 12:28:57 +00:00
Kseniia Sumarokova
3f0211a2f8
Update s3queue.md
2024-06-13 13:49:47 +02:00
Grigorii Sokolik
8119054cea
Add documentation
2024-06-13 11:21:48 +03:00
Blargian
040b25f5b7
Use LaTex on math functions page, add pages for exponentialTimeDecay functions
2024-06-13 08:51:29 +02:00
morning-color
07f93fe78d
Fix docs
2024-06-13 10:44:32 +08:00
Mikhail f. Shiryaev
72cc6b2ba0
Merge pull request #64813 from ClickHouse/changelog-in-ci
...
Changelog in ci
2024-06-12 21:11:29 +00:00
Nikita Mikhaylov
fbb36fc738
Merge pull request #64394 from Blargian/docs_fix_broken_link
...
[Docs] Fix broken link under CSV format settings
2024-06-12 17:29:05 +00:00
Anton Popov
2fc7ab2e6d
Merge remote-tracking branch 'upstream/master' into HEAD
2024-06-12 16:42:18 +00:00
Yarik Briukhovetskyi
f811dbf8f8
Merge pull request #65165 from Blargian/fix_deadlinks
...
Fix broken links in docs
2024-06-12 16:15:37 +00:00
Nikita Mikhaylov
7082730554
Merge pull request #60622 from phil-schreiber/fix/docu-column-ddl-for-codec-and-comment
...
fix column ddl expression order documentation
2024-06-12 15:51:29 +00:00
Blargian
84e81daa3e
Second pass fix remaining broken links
2024-06-12 15:09:50 +02:00
Mikhail f. Shiryaev
3dba47297c
Generate omit v24.1.6.52-stable.md changelog
2024-06-12 14:43:25 +02:00
Blargian
d851fa871f
Fix broken links in docs
2024-06-12 14:09:37 +02:00
Dale Mcdiarmid
20385161e4
add diagram
2024-06-12 12:33:18 +01:00
Blargian
7ca8f51bf2
Correct typo in docs
2024-06-12 09:47:57 +02:00
Blargian
09e59765c5
Add setting output_format_pretty_display_footer_column_names_min_rows
2024-06-12 09:45:36 +02:00
Blargian
37e03ef320
Modify pretty formats to display column names in the footer when row count is large
2024-06-12 07:52:50 +02:00
Michael Kolupaev
08504d7b1b
Change default s3_throw_on_zero_files_match to true, document that pre-signed S3 URLs are not supported
2024-06-11 23:06:59 +00:00
serxa
08a293a91f
Merge branch 'master' into workload-for-merges
2024-06-11 21:33:25 +00:00
Alexander Gololobov
3b37015c1d
Merge pull request #65099 from ClickHouse/davenger-patch-1
...
Update odbc-bridge.md
2024-06-11 20:52:48 +00:00
Dale Mcdiarmid
b4e12156dd
stackoverflow dataset
2024-06-11 18:55:49 +01:00
Mikhail Gorshkov
39914d848d
Docs updated, __msan_unpoison usage fixed
2024-06-11 15:13:42 +00:00
Robert Schulze
cb5d929dcd
Merge pull request #64814 from rschu1ze/stabilize-row-ordering
...
Make row order optimization non-experimental
2024-06-11 15:09:44 +00:00
Robert Schulze
e6d222b148
Merge pull request #64900 from Blargian/docs_flameGraph
...
[Docs] add `flameGraph` aggregate function to docs
2024-06-11 14:42:18 +00:00
Blargian
5aa9389f85
Add failing test, setting and docuumentation
2024-06-11 15:13:36 +02:00
Alexander Gololobov
2d2ebc918a
Update odbc-bridge.md
2024-06-11 14:42:48 +02:00
Shaun Struwig
47411d8230
Merge branch 'ClickHouse:master' into docs_fix_broken_link
2024-06-11 13:54:45 +02:00
János Benjamin Antal
8792db6321
Merge pull request #64427 from liuneng1994/adapting-parquet-block-size
...
Adapting parquet reader output block rows
2024-06-11 09:16:36 +00:00
Kseniia Sumarokova
00e58f522f
Update s3queue.md
2024-06-11 10:35:55 +02:00
Kseniia Sumarokova
f27e92c97b
Update s3queue.md
2024-06-11 10:34:19 +02:00
Kseniia Sumarokova
2c0a1ce918
Merge pull request #64574 from ClickHouse/named-collecitons-in-keeper
...
Named collections in keeper
2024-06-11 07:53:10 +00:00
Robert Schulze
a482b3efea
Merge remote-tracking branch 'rschu1ze/master' into stabilize-row-ordering
2024-06-10 16:53:19 +00:00
Robert Schulze
9b37288e7e
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
2024-06-10 16:49:36 +00:00
Max K
621793e856
Merge pull request #64968 from ClickHouse/auto/v24.4.2.141-stable
...
Update version_date.tsv and changelogs after v24.4.2.141-stable
2024-06-10 16:11:56 +00:00
János Benjamin Antal
69bacef5d4
Merge branch 'master' into adapting-parquet-block-size
2024-06-10 14:43:49 +02:00
Kseniia Sumarokova
9a55cdf77c
Merge pull request #64947 from ilejn/time_virtual_col
...
Add _time virtual column to file alike storages
2024-06-10 12:14:46 +00:00
kssenii
571ddb66df
Merge remote-tracking branch 'origin/master' into named-collecitons-in-keeper
2024-06-10 13:17:32 +02:00
Mikhail Gorshkov
0da0d8dfb1
PR post-review fixes
2024-06-10 10:14:45 +00:00
Robert Schulze
25fd51e5bc
Mark row order optimization non-experimental
2024-06-10 07:51:22 +00:00
Robert Schulze
ccdaf6f5a4
Restrict to MergeTree
2024-06-10 07:50:04 +00:00
Robert Schulze
d59a170144
Docs for MergeTree: Capitalized SETTINGS
2024-06-10 07:05:36 +00:00
Robert Schulze
ee59036a83
Merge pull request #65030 from rschu1ze/docs-mt-settings
...
Docs: Move MergeTree setting docs into MergeTree settings docs page
2024-06-09 19:47:54 +00:00
Robert Schulze
cdd2957a31
Move MergeTree setting docs into MergeTree settings docs page
2024-06-09 19:09:33 +00:00
Nikolay Degterinsky
30a838a1c0
Merge pull request #64857 from xogoodnow/kafka-named-collections
...
Added Named collections for accessing Kafka
2024-06-09 16:59:02 +00:00
Robert Schulze
e9bcaad952
Merge pull request #64911 from Blargian/document_lowCardinalityXYZ
...
[Docs] add `lowCardinalityKeys`, `lowCardinalityIndices` to docs
2024-06-09 10:44:13 +00:00
Sergei Trifonov
da3e745055
Merge pull request #65013 from den-crane/patch-69
...
Doc. Note about http_send_timeout
2024-06-08 20:11:47 +00:00
Blargian
3238bcf90a
Review changes
2024-06-08 09:49:45 +02:00
Alexey Milovidov
873964b882
Merge pull request #63788 from ClickHouse/show-create-system-tables
...
Use right comments for system tables
2024-06-08 06:34:04 +02:00
Denny Crane
c7ec61e8e6
Update settings.md
2024-06-07 17:37:29 -03:00
Sergei Trifonov
686d6d676a
Merge pull request #64969 from ClickHouse/revert-64423-precise-memtracking
...
Revert "Add dynamic untracked memory limits for more precise memory tracking"
2024-06-07 16:51:36 +00:00
Alexey Milovidov
95e3adf976
Merge pull request #62519 from ClickHouse/linestring
...
Add support for `LineString` geometry type
2024-06-07 18:38:27 +02:00
Nikita Mikhaylov
756ac16170
Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables
2024-06-07 18:00:33 +02:00
Mikhail Gorshkov
98235ba2b1
Dedicated support for Base64URL encoding
2024-06-07 15:47:12 +00:00
serxa
7594e06ea2
Merge branch 'master' into workload-for-merges
2024-06-07 13:58:41 +00:00
Dmitry Novik
2cba91f555
Merge pull request #64643 from ClickHouse/analyzer-incompatible-docs
...
Docs: Add info about analyzer incompatibilities
2024-06-07 13:22:42 +00:00
Robert Schulze
5c7f600d74
Merge pull request #64798 from arenadata/ADQM-1892
...
Support non-const scale arguments in rounding functions
2024-06-07 12:41:36 +00:00
Antonio Andelic
b1d6c73208
Merge pull request #64604 from ClibMouse/parallel_replicas_custom_key_range_min_max_setting
...
Allow users to specify a custom range for the range filter when using parallel replicas with dynamic shards
2024-06-07 12:26:30 +00:00
Sergei Trifonov
2d9ac2e816
Revert "Add dynamic untracked memory limits for more precise memory tracking"
2024-06-07 14:03:56 +02:00
robot-clickhouse
4d88f10346
Update version_date.tsv and changelogs after v24.4.2.141-stable
2024-06-07 11:28:36 +00:00
Robert Schulze
9920c3d17f
Add uniform snowflakeID conversion functions
2024-06-07 11:16:46 +00:00
kssenii
44127fdd35
Add documentation
2024-06-07 13:08:01 +02:00
Dmitry Novik
43e6482af0
Update docs/en/operations/analyzer.md
2024-06-07 11:36:24 +02:00
Justin de Guzman
f2700f5510
Analyzer docs changes
2024-06-07 01:48:02 -07:00
Shaun Struwig
18ced447ef
Fix typo II
2024-06-07 08:45:39 +02:00
Mikhail Gorshkov
b98eca1e60
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1892
2024-06-07 06:03:23 +00:00
LiuNeng
6d20d66081
Merge branch 'master' into adapting-parquet-block-size
2024-06-07 11:00:45 +08:00
Ilya Golshtein
258b1f9559
time_virtual_col: tests, doc, small refactoring
2024-06-06 21:00:47 +00:00
Sergei Trifonov
9ec1306016
Merge pull request #64423 from ClickHouse/precise-memtracking
...
Add dynamic untracked memory limits for more precise memory tracking
2024-06-06 18:37:31 +00:00
Dmitry Novik
db1dd64f04
Add info about invalid VIEWs
2024-06-06 19:17:34 +02:00
Alexey Milovidov
821c7322bd
Merge pull request #58349 from azat/ci/flake8
...
Check python code with flake8
2024-06-06 19:03:58 +02:00
Dmitry Novik
ef9ef53fde
Add info about fix
2024-06-06 18:53:28 +02:00
Arthur Passos
e0898b117f
Merge branch 'master' into no_proxy_support
2024-06-06 13:47:04 -03:00
Dmitry Novik
e42791e9e8
Add info about MutationsInterpreter
2024-06-06 18:45:43 +02:00