robot-clickhouse-ci-2
47c0f8c99f
Merge pull request #54179 from joelynch/http-query-timing
...
Add elapsed_ns to HTTP headers X-ClickHouse-Progress and X-ClickHouse-Summary
2023-09-11 06:18:47 +02:00
Robert Schulze
4d2223defe
Merge pull request #54119 from mkmkme/mkmkme/aklomp-base64
...
Replace Turbo-Base64 with aklomp/base64
2023-09-09 16:24:26 +02:00
Denny Crane
34aaa710fa
Merge branch 'master' into background_fetches_pool_size
2023-09-08 16:34:41 -03:00
Andrey Zvonov
ff4586e663
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
2023-09-08 18:17:06 +02:00
Robert Schulze
bff06d18aa
Merge pull request #54249 from rschu1ze/multiple_query_arguments
...
Allow multiple `--query` parameters in clickhouse-client/local.
2023-09-07 21:20:07 +02:00
Denny Crane
bcbe908659
Merge branch 'master' into background_fetches_pool_size
2023-09-07 12:43:04 -03:00
Robert Schulze
cd3c121a62
Various fixups
2023-09-07 10:32:49 +00:00
zvonand
c36a3fbd39
renamed setting
2023-09-07 12:00:25 +03:00
Alexey Gerasimchuck
c2f4dc0f14
Implemented peak_threads_usage
2023-09-07 01:32:39 +00:00
Mikhail Koviazin
f98007a4ed
Replace Turbo-Base64 with aklomp/base64
...
Closes #31643
2023-09-06 13:01:38 +00:00
Robert Schulze
470ce3444c
Merge pull request #53149 from seshWCS/gcddelta-codec
...
Add GCD codec
2023-09-05 23:32:06 +02:00
Joe Lynch
767f2472c2
Add elapsed_ns to HTTP headers X-ClickHouse-Progress and X-ClickHouse-Summary
...
The TCP interface progress has this field. This is not a super accurate
measure of server side query time, but trying to measure from the client
is even worse.
2023-09-05 21:03:13 +02:00
Denny Crane
e1bc6cb0a7
increase background_fetches_pool_size to 16, background_schedule_pool_size to 512
2023-09-05 15:24:21 -03:00
robot-ch-test-poll
2e7edf4413
Merge pull request #53638 from arenadata/ADQM-987
...
Add `backup_log` system table
2023-09-05 17:03:41 +02:00
robot-clickhouse
9cafdbd972
Merge pull request #54309 from evillique/better-docs
...
Make docs better
2023-09-05 15:58:59 +02:00
Nikolay Degterinsky
2db239d6ad
Make docs better
2023-09-05 12:43:53 +00:00
Ziy1-Tan
5db1961129
Allow specifying --query
multiple times in the command line
2023-09-04 11:44:22 +00:00
Victor Krasnov
52cce27e81
Merge branch 'master' into ADQM-987
2023-09-01 18:00:20 +03:00
Александр Нам
43a3650a9e
Merge branch 'ClickHouse:master' into gcddelta-codec
2023-08-31 15:25:52 +03:00
Robert Schulze
97d960ba1d
Merge pull request #53818 from arenadata/ADQM-1070
...
Add new hide_in_preprocessed attribute in configuration file
2023-08-31 13:00:16 +02:00
Andrey Zvonov
83405a8808
Merge branch 'master' into zvonand-globs-small-fix
2023-08-31 08:42:48 +02:00
Alexey Gerasimchuck
3a212217a3
Implemented globs to select * from '<file>'
2023-08-31 04:20:44 +00:00
Alexey Gerasimchuck
a1687e618b
backward compatibility changes + fixes
2023-08-29 23:50:41 +00:00
seshWCS
53963573f1
Docs-fix
2023-08-29 18:21:46 +00:00
Alexey Gerasimchuck
de1ed97876
disabled validate_tcp_client_information
2023-08-29 08:59:49 +00:00
Alexey Gerasimchuck
e9757abea6
Added validate_tcp_client_information setting
2023-08-29 00:15:55 +00:00
Roman Vasin
0a5a9e8b65
Update MD docs
2023-08-28 13:53:06 +00:00
Roman Vasin
87cf0e38fd
Update MD docs
2023-08-28 13:11:44 +00:00
Александр Нам
ee0b2e4b39
Merge branch 'ClickHouse:master' into gcddelta-codec
2023-08-27 02:41:10 +03:00
Andrey Zvonov
911bf94fbd
Merge branch 'master' into zvonand-globs-small-fix
2023-08-25 23:50:07 +05:00
Victor Krasnov
921f0c8b5d
Merge branch 'master' into ADQM-987
2023-08-25 21:20:23 +03:00
Roman Vasin
8cfab6d53f
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1070
2023-08-25 12:13:53 +00:00
vdimir
50b8bbe0dc
Merge pull request #53557 from mkmkme/mkmkme/array-shift-rotate
...
Added functions `array{Rotate,Shift}{Left,Right}`
2023-08-25 13:24:31 +02:00
Roman Vasin
ed3ad4c943
Add documentation
2023-08-25 05:37:10 +00:00
Rich Raposa
793f40b522
Update Russian tutorial.md
2023-08-24 09:07:16 -06:00
Mikhail Koviazin
a5eb1aa22f
Added functions array{Rotate,Shift}{Left,Right}
...
Fixes #52755 and #52895
2023-08-24 09:16:39 +00:00
Александр Нам
e8a3914baa
Update table.md
2023-08-23 00:34:26 +03:00
Александр Нам
50e10a66cc
Added Docs
2023-08-22 17:12:01 +00:00
Victor Krasnov
a7813260c0
Merge branch 'master' into ADQM-987
2023-08-21 14:45:13 +03:00
Victor Krasnov
8b005a9d02
Update the documentaion
2023-08-21 12:37:58 +03:00
zvonand
a8cdc94720
update docs acc to review
2023-08-15 23:42:04 +05:00
zvonand
0efaa5ab45
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-globs-small-fix
2023-08-15 21:20:52 +05:00
Nikolay Degterinsky
3d5c9bfa1a
Update insert-into.md
2023-08-14 16:39:37 +02:00
Andrey Zvonov
3d902e65e4
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
2023-08-12 23:12:47 +03:00
Alexey Milovidov
d87997d001
Merge pull request #52893 from knoguchi/CVE-2016-2183
...
CVE-2016-2183: disable 3DES
2023-08-12 03:34:49 +03:00
robot-clickhouse-ci-1
9e7e581813
Merge pull request #53216 from vitaliyf/master
...
docs: Fixed invalid MySQL named collection examples
2023-08-11 17:14:51 +02:00
Andrey Zvonov
02c511a008
Merge branch 'master' into zvonand-globs-small-fix
2023-08-11 15:56:44 +02:00
zvonand
1983c7ce95
update docs
2023-08-11 16:53:17 +03:00
zvonand
e4a1780bd7
update docs according to the PR + fix the same for HDFS
2023-08-10 15:29:27 +03:00
Vitaliy
f90e80e27d
docs: Fixed invalid MySQL named collection examples
...
It's not valid to specify both on_duplicate_clause and replace_query, plus on_duplicate_clause
was supposed to be an SQL clause and not a boolean/integer.
2023-08-09 09:20:53 -04:00
Alexey Milovidov
1ab99e5fdd
Replace old docs with symlinks
2023-08-08 22:38:52 +02:00
Sean Haynes
77dd869414
Add ability to log when max_partitions_per_insert_block is reached ( #50948 )
...
* Add ability to log when max_partitions_per_insert_block is reached
There's plenty of reasons to drop max_partitions_per_insert_block
down from it's default of 100, with the main one being even touching
remotely close to this number of partitions will create a lot of
merge activity that can de-stabilise a cluster.
This commit adds the ability to log when the above limit is reached
rather than throw an exception, so that you can gauge the impact on
users when dropping this value down.
* Update docs/ru/operations/settings/query-complexity.md
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
* Update docs/ru/operations/settings/query-complexity.md
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
* Update docs/ru/operations/settings/query-complexity.md
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
---------
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-08-07 23:28:19 +02:00
Elena Torró
f423b440d1
Add optional parameters to Engine definition
2023-08-07 09:55:16 +02:00
Kruglov Pavel
b1fe9ce8f7
Merge branch 'master' into formats-with-subcolumns
2023-08-04 13:01:12 +02:00
Alexander Zaitsev
b4d692c95f
doc: try to fix PGO docs
2023-08-02 16:08:38 +02:00
Anton Popov
ff137773e7
Merge branch 'master' into formats-with-subcolumns
2023-08-02 15:24:56 +02:00
Kenji Noguchi
17c4abce10
CVE-2016-2183: disable 3DES
2023-08-01 10:44:43 -07:00
Andrey Zvonov
99cd8f9ba9
Merge branch 'master' into zvonand-float-parsing
2023-07-31 23:43:24 +03:00
Andrey Zvonov
cb5bebf4e4
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-07-31 11:09:01 +03:00
Alexey Gerasimchuck
e58b3cfd32
Implemented max sessions for user
2023-07-30 22:09:03 +00:00
zvonand
00a1a9f6bd
added docs
2023-07-30 20:59:15 +02:00
Alexander Tokmakov
39200606ec
Merge pull request #52174 from arenadata/ADQM-988
...
Added possibility to save logs on crash and options to configure logs buffer
2023-07-28 16:55:00 +03:00
Alexey Gerasimchuck
63b05da1f2
System logs improvements
2023-07-28 07:23:34 +00:00
Robert Schulze
c04fb61487
Merge branch 'master' into follow-up-to-50986
2023-07-27 10:28:59 +02:00
robot-ch-test-poll2
7bcef0a6c0
Merge pull request #52520 from zvonand/revert-52450-remove-to-decimal-string
...
Fix `toDecimalString` function
2023-07-27 00:18:36 +02:00
Robert Schulze
aa25ce9e3d
Follow-up to "Implement support of encrypted elements in configuration file"
...
Cf. PR #50986
- rename XML attribute "encryption_codec" to "encrypted_by"
2023-07-26 13:27:13 +00:00
Kruglov Pavel
0d34e97dbe
Merge branch 'master' into formats-with-subcolumns
2023-07-26 13:30:35 +02:00
Robert Schulze
d4737ca033
Merge pull request #50986 from arenadata/ADQM-822
...
Implement support of encrypted elements in configuration file
2023-07-26 12:27:04 +02:00
robot-ch-test-poll3
ead59eff9e
Merge pull request #52574 from jmaicher/fix/docs/modify-column-remove-syntax
...
fix(docs): Document correct MODIFY COLUMN REMOVE syntax
2023-07-26 00:10:30 +02:00
Julian Maicher
b91852de3a
fix(docs): Document correct MODIFY COLUMN REMOVE syntax
2023-07-25 16:07:29 +02:00
Dmitry Kardymon
d4d381de7e
Merge remote-tracking branch 'origin/master' into ADQM-940
2023-07-24 20:04:10 +00:00
Andrey Zvonov
21097209d2
Revert "Remove toDecimalString
"
2023-07-24 15:41:21 +03:00
Roman Vasin
0af869ff0f
Merge branch 'master' into ADQM-822
2023-07-24 12:23:11 +03:00
Dmitry Kardymon
810137e57a
Add new peak_memory_usage to docs
2023-07-24 05:59:07 +00:00
Alexey Milovidov
5c15e6021b
Merge branch 'master' into remove-to-decimal-string
2023-07-24 01:51:43 +02:00
robot-clickhouse-ci-2
66c0015b87
Merge pull request #52050 from arenadata/ADQM-982
...
Subsequence string matching (new hasSubsequence() function)
2023-07-23 21:18:27 +02:00
Alexey Milovidov
5f4756fb33
Remove toDecimalString
2023-07-22 04:54:58 +02:00
AlexBykovski
e6624a07e4
Update build-osx.md
...
syntax error in command for compiler for OSx compilation
2023-07-20 18:54:48 +03:00
Samuel Colvin
02fe735b76
fix in other other languages
2023-07-19 20:12:35 +01:00
Han Fei
2675b8fa79
Merge pull request #52181 from arenadata/ADQM-868
...
Millisecond and microsecond support in date_diff / age functions
2023-07-19 17:41:23 +02:00
vdimir
92f04d2c53
Merge pull request #52209 from mkmkme/mkmkme/first-line
2023-07-19 11:10:13 +02:00
robot-clickhouse-ci-1
32b765a4ba
Merge pull request #50559 from zvonand/zvonand-issue-49290
...
Add support for multi-directory globs
2023-07-19 06:24:38 +02:00
Dmitry Kardymon
4e1bdc7db9
Merge remote-tracking branch 'origin/master' into ADQM-868
2023-07-18 18:21:04 +00:00
Roman Vasin
12df1b2d7f
Fix MD docs style
2023-07-18 14:52:38 +00:00
Mikhail Koviazin
4f7fd69883
Added function firstLine to extract the first line from a multiline string
...
Fixes #51172
2023-07-18 12:18:26 +03:00
Alexey Milovidov
4884022fda
Merge branch 'master' into zvonand-issue-49290
2023-07-17 23:03:50 +03:00
Kruglov Pavel
d3d0f101f7
Merge branch 'master' into full-filename-placeholder
2023-07-17 19:14:10 +02:00
Kruglov Pavel
1dd05319b5
Merge branch 'master' into formats-with-subcolumns
2023-07-17 19:13:42 +02:00
vdimir
5de1cfee7d
Merge pull request #51735 from arenadata/ADQM-976
2023-07-17 16:24:11 +02:00
Andrey Zvonov
d339c22a2f
Merge branch 'master' into zvonand-issue-49290
2023-07-17 16:43:15 +03:00
Kruglov Pavel
df363f444e
Merge pull request #51767 from arenadata/Support-range-nullable
...
Support for function range of Nullable argument
2023-07-17 12:52:19 +02:00
Dmitry Kardymon
2de9ea6925
Merge remote-tracking branch 'origin/master' into ADQM-982
2023-07-17 10:03:16 +00:00
Dmitry Kardymon
a644317f57
Revert "Merge pull request #52129 from ClickHouse/revert-51291-ADQM-868"
...
This reverts commit 1b9bcae68e
, reversing
changes made to 7284749d05
.
2023-07-16 18:07:22 +00:00
robot-ch-test-poll1
3b2b7d75c9
Merge pull request #52094 from zvonand/zvonand-docs-dt-parsing-short-string
...
Small docs update for DateTime, DateTime64
2023-07-15 19:31:49 +02:00
robot-ch-test-poll1
78994c8a96
Merge pull request #52090 from zvonand/zvonand-docs-22948
...
Small docs update for toYearWeek() function
2023-07-15 19:31:19 +02:00
Andrey Zvonov
dbdd15686a
Merge branch 'master' into zvonand-issue-49290
2023-07-15 00:53:29 +02:00
Alexey Milovidov
9307e60c20
Revert "Millisecond and microsecond support in date_diff / age functions"
2023-07-14 23:21:26 +03:00
robot-ch-test-poll
93b40c490f
Merge pull request #51945 from arenadata/ADQM-950-B
...
Implement support of date/time format specifiers in log and error log file names
2023-07-14 18:54:27 +02:00
zvonand
f7505f0c77
update docs
2023-07-13 19:41:45 +02:00
Andrey Zvonov
54723d4822
typofix2
2023-07-13 20:14:06 +03:00
Andrey Zvonov
013e46e0ee
Merge branch 'master' into zvonand-docs-22948
2023-07-13 18:02:49 +02:00
zvonand
7e1b5d8997
updated docs for toYearWeek()
2023-07-13 17:21:23 +02:00
Roman Vasin
b9adb2039b
Update MD docs
2023-07-11 15:13:47 +00:00
Andrey Zvonov
a9ae26c146
Merge branch 'master' into zvonand-issue-49290
2023-07-11 16:28:35 +02:00
Roman Vasin
b6023d9f62
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-822
2023-07-11 10:35:31 +00:00
Dmitry Kardymon
7a308206a9
Merge remote-tracking branch 'origin/master' into Support-range-nullable
2023-07-11 08:28:47 +00:00
Dmitry Kardymon
6d7e98590e
Merge remote-tracking branch 'origin/master' into ADQM-976
2023-07-11 08:27:36 +00:00
Dmitry Kardymon
44550d8cdd
Merge remote-tracking branch 'origin/master' into ADQM-868
2023-07-11 08:27:01 +00:00
Dmitry Kardymon
ae69627d87
Merge remote-tracking branch 'origin/master' into ADQM-982
2023-07-11 08:16:21 +00:00
Dmitry Kardymon
cfe846c2ec
Merge remote-tracking branch 'origin/master' into Support-range-nullable
2023-07-10 13:29:21 +00:00
Dmitry Kardymon
0cd4b753d6
Merge remote-tracking branch 'origin/master' into ADQM-976
2023-07-10 13:27:45 +00:00
Dmitry Kardymon
3237169c9a
Merge remote-tracking branch 'origin/master' into ADQM-868
2023-07-10 13:24:17 +00:00
Dmitry Kardymon
385a210fee
Merge remote-tracking branch 'origin/master' into ADQM-870
2023-07-10 13:19:21 +00:00
Dmitry Kardymon
17891ca1eb
Add case ins utf8 impl + tests
2023-07-10 09:18:09 +00:00
Victor Krasnov
e311d31d87
Merge branch 'master' into ADQM-950-B
2023-07-10 15:50:09 +08:00
Andrey Zvonov
3e8d0249e8
Merge branch 'master' into zvonand-issue-49290
2023-07-07 14:10:37 +02:00
Victor Krasnov
7080d85d2d
Amend the documentation
2023-07-07 10:54:36 +08:00
Dmitry Kardymon
7255c35edc
Add more tests
2023-07-06 19:43:37 +00:00
Andrey Zvonov
cc0210f760
Merge branch 'master' into zvonand-issue-49290
2023-07-06 11:13:51 +02:00
Dmitry Kardymon
32f5a78302
Fix setting name
2023-07-06 07:32:46 +00:00
Dmitry Kardymon
24b5c9c204
Use one setting input_format_csv_allow_variable_number_of_colums and code in RowInput
2023-07-06 06:05:43 +00:00
Kruglov Pavel
a2805f8f44
Merge branch 'master' into formats-with-subcolumns
2023-07-04 23:27:03 +02:00
avogar
3dc4ff1760
Remove obsolete settings
2023-07-04 21:21:22 +00:00
Rory Crispin
c9a26d43c5
(docs) Remove async_metric_log event_time_microseconds
...
event_time_microseconds was removed from the
system.asynchronous_metric_log in
https://github.com/ClickHouse/ClickHouse/pull/36360
2023-07-04 12:06:15 +01:00
Dmitry Kardymon
9c8cb9f77e
Add comment to docs
2023-07-04 13:20:48 +03:00
Dmitry Kardymon
ab4142eb8f
Merge remote-tracking branch 'clickhouse/master' into ADQM-870
2023-07-04 08:23:31 +03:00
Dmitry Kardymon
ed16828b70
Merge remote-tracking branch 'clickhouse/master' into ADQM-868
2023-07-04 08:18:57 +03:00
Dmitry Kardymon
fe1cf294fb
Fix ru docs
2023-07-03 13:25:16 +00:00
Dmitry Kardymon
16ab84d804
Style fix
2023-07-03 11:50:26 +00:00
Dmitry Kardymon
1a40e30797
Add initcapUtf8: impl + tests
2023-07-03 11:37:55 +00:00
Dmitry Kardymon
1cf021c0b1
Add initcap prototype / tests
2023-06-30 13:11:06 +00:00
avogar
ebeef65920
Add placeholder for rull filename in rename_files_after_processing setting
2023-06-29 13:35:27 +00:00
Andrey Zvonov
ae26ff27a1
Merge branch 'master' into zvonand-issue-49290
2023-06-28 12:13:05 +02:00
Nikita Mikhaylov
d24c5ab01f
Merge branch 'master' into fix-ip-aggregate-state
2023-06-27 14:11:26 +02:00
Alexey Milovidov
0e88aae9d7
Remove ConsoleCertificateHandler
2023-06-26 04:27:50 +02:00
Andrey Zvonov
0b6688ffe4
Merge branch 'master' into zvonand-issue-49290
2023-06-24 12:36:27 +02:00
Robert Schulze
43c97d76bf
Merge pull request #44149 from zvonand/zvonand-implicit-tz
...
Session time zones
2023-06-23 14:28:49 +02:00
Dmitry Kardymon
d2635bff64
Merge remote-tracking branch 'origin/master' into ADQM-868
2023-06-22 19:56:15 +00:00
Dmitry Kardymon
dbced8a30c
Merge remote-tracking branch 'origin/master' into ADQM-870
2023-06-22 19:49:06 +00:00
Mike Kot
456709488e
Update ext-dict-functions.md
2023-06-22 20:03:36 +03:00
Andrey Zvonov
d4316c7189
Merge branch 'master' into zvonand-implicit-tz
2023-06-22 17:23:20 +02:00
Andrey Zvonov
18e7b029d5
Merge branch 'master' into zvonand-issue-49290
2023-06-22 17:20:24 +02:00
Dan Roscigno
c856c4a7df
Merge branch 'master' into Docs/ip_addresses
2023-06-21 17:26:27 -04:00
Andrey Zvonov
b4f2e4020d
Merge branch 'master' into zvonand-implicit-tz
2023-06-21 13:41:35 +02:00
Dmitry Kardymon
fff0c8da92
Merge remote-tracking branch 'origin/master' into ADQM-870
2023-06-21 10:56:50 +00:00
Dmitry Kardymon
792cdb6da5
Add millisecond support to age() / add tests
2023-06-20 08:26:59 +00:00
Andrey Zvonov
f9b8358409
Update decimal.md
2023-06-20 00:01:16 +03:00
zvonand
ebdbf68262
upd docs
2023-06-19 13:31:35 +02:00
Dmitry Kardymon
30bea857fd
Merge remote-tracking branch 'origin/master' into ADQM-870
2023-06-19 07:19:07 +00:00
Yakov Olkhovskiy
cf301324fb
Merge branch 'master' into fix-ip-aggregate-state
2023-06-16 12:49:17 -04:00
Roman Vasin
d55878d587
Merge branch 'master' into ADQM-822
2023-06-16 18:57:51 +03:00
Dmitry Kardymon
02b5b50e41
Add milli/micro seconds support for date_diff
2023-06-16 12:39:46 +00:00
Andrey Zvonov
66d86a9ea2
Update settings.md
2023-06-16 12:33:37 +03:00
Andrey Zvonov
d065fb756d
Update settings.md
2023-06-16 12:24:19 +03:00
Andrey Zvonov
00a5df684b
Merge branch 'master' into zvonand-issue-49290
2023-06-16 02:53:07 +02:00
zvonand
4155d13d69
merge master and resolve conflict
2023-06-16 02:20:32 +02:00
zvonand
e60506f41b
changes requested in review
2023-06-16 02:16:04 +02:00
Robert Schulze
74cb79769b
Merge pull request #50925 from arenadata/ADQM-812
...
Implement support of syslog format in the parseDateTimeBestEffort() function
2023-06-15 21:04:50 +02:00
Andrey Zvonov
9e3ddeca34
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into zvonand-issue-49290
2023-06-15 14:21:44 +02:00
Dmitry Kardymon
806176d88e
Add input_format_csv_missing_as_default setting and tests
2023-06-15 11:23:08 +00:00
Victor Krasnov
11dfd35cd7
Amend the docs following the reviewer's pointers
2023-06-15 10:45:18 +03:00
DanRoscigno
40d4508a72
catch ru changelog up to 2023
2023-06-14 17:32:03 -04:00
Denny Crane
fd01cb7bec
Merge branch 'master' into Docs/ip_addresses
2023-06-14 17:38:48 -03:00
Dmitry Kardymon
a91fc3ddb3
Add docs/ add more cases in test
2023-06-14 16:44:31 +00:00
Yakov Olkhovskiy
0131ca8768
add note regarding -MapState
2023-06-14 10:49:20 -04:00
Roman Vasin
14dfebba49
Fix links in MD
2023-06-14 13:35:11 +00:00
Andrey Zvonov
2f572b7211
Merge branch 'master' into zvonand-issue-49290
2023-06-14 14:22:32 +02:00
Roman Vasin
a4e982442f
Update documentation
2023-06-14 11:13:59 +00:00
Alexey Gerasimchuck
f1b5d47ce2
corrections after second review iteration
2023-06-14 01:26:39 +00:00
Alexey Gerasimchuck
e3a13111ae
Merge branch 'master' into ADQM-871
2023-06-13 14:05:13 +10:00
Victor Krasnov
b3ef2a4860
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-812
2023-06-13 03:55:38 +00:00
Alexey Gerasimchuck
2395b25f9e
Changes after review
2023-06-13 01:55:34 +00:00
Robert Schulze
128e8c20d5
Merge pull request #50709 from arenadata/ADQM-867
...
Added numeric arguments support to some Date/DateTime conversion functions
2023-06-12 17:08:14 +02:00
Kruglov Pavel
873cee9451
Merge pull request #49626 from alekseygolub/renamefile
...
Added option to rename files, loaded via TableFunctionFile, after successful processing
2023-06-12 15:01:22 +02:00
Dmitry Kardymon
9fd3f197c6
Merge branch 'master' into ADQM-867
2023-06-11 22:06:37 +03:00
Victor Krasnov
9b70836b6c
Add a syslog format example to the documentation
2023-06-09 16:07:07 +03:00
Victor Krasnov
3c1b02a37b
Rectify the existing example of the year omission
2023-06-09 15:43:36 +03:00
Victor Krasnov
a21bd4ec62
Elucidate the syslog case in the documentation
2023-06-09 15:33:51 +03:00
Victor Krasnov
b740a08b6e
Fix the docs
2023-06-09 15:05:23 +03:00
Victor Krasnov
32d781c058
Align the documentation with the new feature
2023-06-09 14:51:26 +03:00
Dmitry Kardymon
5c76a8882e
Fix docs by pull request comments
2023-06-09 09:12:07 +00:00
YalalovSM
95c0b942c1
Update projection.md
2023-06-09 10:37:20 +05:00
Alexey Gerasimchuck
d15b737294
Minor renaming
2023-06-09 03:54:29 +00:00
Alexey Gerasimchuck
7578203b46
Changes after review
2023-06-09 03:44:43 +00:00
Andrey Zvonov
d95be4162f
Merge branch 'master' into zvonand-implicit-tz
2023-06-08 18:34:45 +03:00
Alexey Gerasimchuck
cf24d70bfd
minor documentation changes
2023-06-08 02:20:50 +00:00
Alexey Gerasimchuck
d3eb0805d4
clang-tidy run + changes in docs
2023-06-07 23:28:19 +00:00
zvonand
bfdb18619c
small docs udpate
2023-06-07 19:25:33 +02:00
Alexey Gerasimchuck
17754bf694
minor changes in documentation
2023-06-07 05:59:13 +00:00
Alexey Gerasimchuck
23a3026836
Implemented connection string
2023-06-07 03:16:29 +00:00
Kruglov Pavel
b83b057045
Merge branch 'master' into renamefile
2023-06-06 19:38:05 +02:00
Dan Roscigno
f691fe787b
Merge branch 'master' into Docs/ip_addresses
2023-06-06 09:12:31 -04:00
Denny Crane
2e187e0a0e
try to fix redirect
2023-06-04 20:12:35 -03:00
Denny Crane
aa35689cb1
fix links in other lang-s
2023-06-04 19:39:30 -03:00
Alexey Gerasimchuk
9958731c27
Merge branch 'master' into ADQM-830
2023-06-05 07:46:47 +10:00
Dmitry Kardymon
c032dee3b4
Merge remote-tracking branch 'origin/master' into ADQM-867
2023-06-04 18:45:47 +00:00
Alexey Milovidov
129fe9158f
Merge pull request #50486 from Algunenano/system_on_cluster
...
Mention ON CLUSTER options for SYSTEM queries
2023-06-03 06:48:54 +03:00
Raúl Marín
dcd5579851
Mention ON CLUSTER options for SYSTEM queries
2023-06-02 16:51:04 +02:00
Roman Vlasenko
c3a888a47b
Remove needless minus sign
2023-06-02 15:41:43 +03:00
Dmitry Kardymon
fa5f890a7a
Added ru function descriptions (docs)
2023-06-02 12:03:50 +00:00
Andrey Zvonov
2e427ee028
Merge branch 'master' into zvonand-implicit-tz
2023-06-02 01:15:56 +03:00
Andrey Zvonov
87fc780c14
Merge branch 'master' into zvonand-implicit-tz
2023-05-30 13:13:46 +03:00
Victor Krasnov
9a8086a377
Reorder toLastDayOf* functions in settings.md
2023-05-29 22:12:44 +00:00
alekseygolub
63225b37a2
Merge branch 'ClickHouse:master' into renamefile
2023-05-29 16:52:41 +03:00
Victor Krasnov
0ad5b9f598
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-810-dev
2023-05-29 08:26:26 +00:00
alekseygolub
36e8f13242
Added docs for feature
2023-05-25 20:10:02 +00:00
Alexey Gerasimchuck
4eb944fef1
minor changes in documentation
2023-05-25 08:05:11 +00:00
Alexey Gerasimchuck
75791d7a63
Added input_format_csv_trim_whitespaces parameter
2023-05-25 07:51:32 +00:00
Victor Krasnov
99a7967f11
Amend the dicumentation with regard to toLastDayOfWeek
2023-05-24 11:58:39 +00:00
Dan Roscigno
0c3392662c
Merge branch 'master' into url-function-docs
2023-05-23 08:42:13 -04:00
Alexey Gerasimchuk
30f3b3ba04
Merge branch 'master' into ADQM-808
2023-05-23 17:03:54 +10:00
Robert Schulze
f4c73e94d2
Merge pull request #49989 from arenadata/ADQM-811
...
Add support of Date|Date32 arguments to the toUnixTimestamp() function
2023-05-23 08:55:56 +02:00
Alexey Gerasimchuk
df751f1bca
Merge branch 'master' into ADQM-808
2023-05-23 13:43:18 +10:00
Timur Solodovnikov
1f0250f730
Updating url table functions docs
2023-05-22 13:00:38 -07:00
Nikolay Degterinsky
d4b89cb643
Merge pull request #49356 from Ziy1-Tan/vcol
...
Support for `_path` and `_file` virtual columns for table function `url`.
2023-05-22 18:10:32 +02:00
Victor Krasnov
a7b641134a
Follow the reviewer's recommendations regarding the documentation
2023-05-22 08:28:11 +00:00
zvonand
f459ac5517
resolve ambiguity by adding a section to docs
2023-05-20 01:38:35 +02:00
zvonand
7dccb51bc0
fix conflict and update
2023-05-19 23:40:51 +02:00
Alexey Milovidov
f5506210d6
Geo types are production ready
2023-05-19 12:43:55 +02:00
Victor Krasnov
3c68d63213
Amend the toUnixTimestamp function documentation
2023-05-18 09:11:48 +00:00
Alexey Gerasimchuck
253fadb676
Updated documentation for --multiquery
2023-05-17 03:45:09 +00:00
zvonand
c3af36915f
fixed docs 2
2023-05-12 01:29:34 +02:00
zvonand
60b69601e9
update docs
2023-05-12 00:27:11 +02:00
Vitaly Baranov
ec011b9113
Merge branch 'master' into user-grants-from-config
2023-05-11 17:08:06 +02:00
zvonand
ecd0b4cc06
update settings from master
2023-05-11 00:37:58 +02:00
Alexey Milovidov
33a58aacea
Merge pull request #49719 from ClickHouse/make-projections-non-experimental
...
Make projections production-ready
2023-05-10 18:07:02 +03:00
zvonand
7762dde325
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
2023-05-10 14:49:17 +02:00
Roman Vasin
632c0eeefc
Add support of temporary tables in FROM part of ATTACH|REPLACE PARTITION FROM ( #49436 )
...
* Add temp tables after FROM
* Resolve works fine with temp and non-temp tables
* Add usage of temporary table in 00626_replace_partition_from_table test
* Update documentation
* Add tests for ReplicatedMergeTree
* Move tests into 02731_replace_partition_from_temporary_table
2023-05-10 15:25:12 +03:00
Alexey Milovidov
8a6e07f0ea
Make projections production-ready
2023-05-10 03:35:13 +02:00
Andrey Zvonov
9237b904be
Merge branch 'master' into zvonand-implicit-tz
2023-05-10 01:25:33 +02:00
Mikhail f. Shiryaev
e1fa92e078
Add openSUSE and SLES to docs dictionary, sort it
2023-05-07 19:30:55 +02:00
Mikhail f. Shiryaev
b2963eb4be
Add documentation how to install clickhouse on SUSE family
2023-05-07 17:59:46 +02:00
pufit
e1fa147e51
docs
2023-05-05 22:57:48 -04:00
zvonand
8338d54c34
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
2023-05-05 15:50:26 +02:00
Ivan Takarlikov
8873856ce5
Fix some grammar mistakes in documentation, code and tests
2023-05-04 13:35:18 -03:00
Ziy1-Tan
2c159061ed
Support _path
and _file
virtual columns for table function url
.
2023-05-01 21:40:30 +08:00
Nikita Mikhaylov
da72eb630e
Done
2023-04-27 18:14:46 +02:00
pufit
1985fb785e
Merge pull request #48262 from ClickHouse/42497-inherit-grant
...
GRANT CURRENT GRANTS implementation
2023-04-24 11:11:10 -04:00
Yakov Olkhovskiy
540c33abce
fix grammar
2023-04-20 22:39:26 -04:00
Yakov Olkhovskiy
9ca91e618a
add arrayPartialSort and arrayPartialReverseSort
2023-04-20 22:27:13 -04:00
zvonand
b281ceacbb
Update docs/ru/operations/settings/settings.md
2023-04-19 14:47:57 +02:00
zvonand
daae5025e8
small updates due to review
2023-04-19 14:45:51 +02:00
zvonand
22be85d976
renamed setting
2023-04-18 02:42:30 +02:00
pufit
a9fcff72f3
Update docs
2023-04-13 12:57:21 -04:00
zvonand
2a9f28b73b
resolve
2023-04-12 12:54:39 +02:00
pufit
078b8f5399
Small refactor, additional tests
2023-04-11 19:55:59 -04:00
Alexander Tokmakov
327bfbc6c4
Merge pull request #48183 from ClickHouse/contrib_sparse_checkout
...
Add scripts for sparse checkout of some contribs
2023-04-11 16:18:27 +03:00
Denny Crane
36871fad34
Update deltasumtimestamp.md
2023-04-09 19:38:08 -03:00
Denny Crane
a4183204f9
Update deltasumtimestamp.md
2023-04-09 19:27:13 -03:00
Denny Crane
c89eb29b0f
Update deltasumtimestamp.md
2023-04-09 19:24:42 -03:00
Alexander Tokmakov
3633f0b2f3
fix
2023-04-07 23:50:09 +02:00
Alexander Tokmakov
3c509214e4
Merge branch 'master' into contrib_sparse_checkout
2023-04-07 23:44:38 +02:00
pufit
8441b0a3e1
Fix comments, tests, docs
2023-04-04 20:43:15 -04:00
Alexander Tokmakov
2ab198f19d
Merge branch 'master' into contrib_sparse_checkout
2023-03-31 16:10:15 +02:00
Alexander Tokmakov
caf00b5968
Merge branch 'master' into sync_replica_lightweight
2023-03-31 14:52:55 +02:00
Nikolai Kochetov
f06bdc85eb
Merge pull request #48226 from ClickHouse/rename-setting-stop_reading_on_first_cancel
...
Rename setting stop_reading_on_first_cancel
2023-03-30 18:03:23 +02:00
filimonov
fbb22348ea
Refactor reading the pool setting & from server config. ( #48055 )
...
After #36425 there was a lot of confusions/problems with configuring pools - when the message was confusing, and settings need to be ajusted in several places.
See some examples in #44251 , #43351 , #47900 , #46515 .
The commit includes the following changes:
1) Introduced a unified mechanism for reading pool sizes from the configuration file(s). Previously, pool sizes were read from the Context.cpp with fallbacks to profiles, whereas main_config_reloader in Server.cpp read them directly without fallbacks.
2) Corrected the data type for background_merges_mutations_concurrency_ratio. It should be float instead of int.
3) Refactored the default values for settings. Previously, they were defined in multiple places throughout the codebase, but they are now defined in one place (or two, to be exact: Settings.h and ServerSettings.h).
4) Improved documentation, including the correct message in system.settings.
Additionally make the code more conform with #46550 .
2023-03-30 16:44:11 +02:00
Nikolai Kochetov
a8a28bdf3d
Merge branch 'master' into rename-setting-stop_reading_on_first_cancel
2023-03-30 16:07:14 +02:00
Nikolai Kochetov
f870e6f7a9
Rename setting stop_reading_on_first_cancel to partial_result_on_first_cancel.
2023-03-30 14:00:44 +00:00
Alexander Tokmakov
905975f6e6
update docs
2023-03-29 18:47:38 +02:00
zvonand
edc80fbd94
updated docs + fix linker isssue
2023-03-28 13:25:18 +02:00
Alexander Tokmakov
b5fe1ada0b
more options for sync replica
2023-03-28 01:39:36 +02:00
zvonand
dbd0ccdb64
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal
2023-03-27 20:21:09 +02:00
zvonand
b7bb09d362
upload
2023-03-27 20:19:52 +02:00
zvonand
b5b200c483
add docs in docs section
2023-03-21 14:28:47 +01:00
Sergei Trifonov
273770519b
Merge branch 'master' into master
2023-03-20 18:28:10 +01:00
Sergei Trifonov
b33e56a05f
Merge pull request #47522 from kolechenkov/patch-2
2023-03-20 14:28:36 +01:00
Alexander Tokmakov
f1df91cd09
Merge pull request #47659 from ClickHouse/fix_993
...
Fixes for 993 and friends
2023-03-18 14:46:43 +03:00
rfraposa
ac5ed141d8
New nav - reverting the revert
2023-03-17 21:45:43 -05:00
Alexander Tokmakov
d11aee2b0c
Merge branch 'master' into fix_993
2023-03-17 21:28:23 +03:00
Alexander Tokmakov
ec44c8293a
Revert "New navigation"
2023-03-17 21:21:11 +03:00
Alexander Tokmakov
dfd8b2670a
fix tests, update docs
2023-03-17 14:15:03 +01:00
Andrey Zvonov
a871c36d38
Merge branch 'master' into zvonand-implicit-tz
2023-03-17 10:49:35 +01:00
rfraposa
05786fe897
Trailing slashes
2023-03-16 21:31:11 -05:00
rfraposa
60fb9973d7
trailing slash fixes
2023-03-16 16:43:01 -05:00
Alexey Perevyshin
2c6534f5c8
Merge branch 'master' into master
2023-03-16 23:57:36 +04:00
Alexander Tokmakov
a72f0cae07
Merge pull request #46071 from arenadata/ADQM-639
...
Add support of arbitrary engines for temporary tables
2023-03-16 20:56:25 +03:00
Andrey Zvonov
4327d707e0
Merge branch 'master' into zvonand-implicit-tz
2023-03-15 22:18:52 +01:00
alexX512
dc1a6884ca
Add documentation for a setting stop_reading_on_first_cancel
2023-03-15 14:49:24 +00:00
Sergei Trifonov
aa4a2dbfe9
Update docs/ru/interfaces/third-party/gui.md
2023-03-13 21:50:57 +01:00
kolechenkov
7ab74dd862
Update gui.md
...
Added a missed bracket
2023-03-13 10:27:48 +03:00
robot-ch-test-poll3
8e4112b1ce
Merge pull request #47459 from Dmitry-k42/master
...
Minor misspell corrections and markup fixes in russian docs
2023-03-11 08:54:12 +01:00
kolechenkov
d20cbfe051
Update gui.md
...
Update information about Yandex DataLens
2023-03-10 19:00:02 +03:00
Dmitry
330aa8c353
Typo fixed at the page /docs/ru/engines/table-engines/mergetree-family/mergetree.md
2023-03-07 14:49:21 +04:00
Roman Vasin
cf85915466
Refactor grants logic, create test for grants, update docs
2023-03-06 16:37:41 +00:00
Roman Vasin
95a7e11a47
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-639
2023-03-06 09:11:20 +00:00
Roman Vasin
237b5b2bfa
Update docs
2023-03-06 08:25:39 +00:00
Dmitry
64a169014c
Markup fixed at the page /docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md
2023-03-06 12:07:57 +04:00
Dmitry
c1d6204a8c
Misspell fixed at the page /docs/ru/operations/storing-data.md
2023-03-06 12:02:42 +04:00
Dmitry
4d75b0a045
Typos at the page /docs/ru/operations/clickhouse-keeper.md
2023-03-06 11:05:07 +04:00
Dmitry
7dc685f74c
Markup fixed at the page /docs/ru/operations/opentelemetry.md
2023-03-06 11:00:27 +04:00
Dmitry
2aecaa7e46
Markup fixed at the page /docs/ru/operations/server-configuration-parameters/settings.md
2023-03-06 10:51:51 +04:00
Dmitry
97cbc7e7fe
Typos fixed at the page /docs/ru/sql-reference/operators/in.md
2023-03-04 17:20:54 +04:00
Dmitry
1d7bb4e83b
Markup fixed at the page /docs/ru/sql-reference/operators/exists.md
2023-03-04 17:02:03 +04:00
Dmitry
7c2ccef1b9
Markup fixed at the page /docs/ru/sql-reference/operators/index.md
2023-03-04 17:00:18 +04:00
Dmitry
3f3091cca5
Markup fixed at the page /docs/ru/interfaces/third-party/client-libraries.md
2023-03-03 19:55:44 +04:00
Dmitry
d55ebe74f6
Markup fixed at the page /docs/ru/sql-reference/data-types/geo.md
2023-03-03 18:27:27 +04:00
Dmitry
dfb9258c28
Markup fixed a the page /docs/ru/sql-reference/data-types/special-data-types/interval.md
2023-03-03 18:22:02 +04:00
Dmitry
420c79a252
Typo at the page /docs/ru/sql-reference/data-types/tuple.md
2023-03-03 18:16:57 +04:00
Dmitry
e06bcf21ec
Markup fixed at the page /docs/ru/sql-reference/data-types/aggregatefunction.md
2023-03-03 18:11:27 +04:00