Alexey Milovidov
34a07a5db0
Update datetime64.md
2022-08-21 17:22:40 +03:00
konnectr
c447a8d5ed
docs ru removed blank row
2022-08-21 00:21:19 +05:00
konnectr
00b56552af
docs ru histogram params fixed
2022-08-21 00:18:18 +05:00
konnectr
be821e0143
docs ru fixed danger text
2022-08-20 23:54:19 +05:00
konnectr
29e7c2bb4c
add doc nowInBlock
2022-08-20 22:52:14 +05:00
Denny Crane
54374e22e6
Update date-time-functions.md
2022-08-19 15:09:40 -03:00
Alexey Milovidov
3b399ad549
Merge pull request #40358 from ClickHouse/auto/v22.8.1.2097-lts
...
Update version_date.tsv and changelogs after v22.8.1.2097-lts
2022-08-19 15:54:05 +03:00
Alexey Milovidov
5f4d4fd878
Merge pull request #40362 from den-crane/patch-33
...
Doc. ReplacingMergeTree Example
2022-08-19 15:52:40 +03:00
Alexey Milovidov
b6388583b3
Merge pull request #40366 from DanRoscigno/update-zero-copy-replication
...
update for setting change
2022-08-19 15:48:35 +03:00
Sergei Trifonov
7c18d5b34f
Merge pull request #40348 from ClickHouse/threads-soft-limit-rename
...
split concurrent_threads_soft_limit setting into two
2022-08-19 13:39:32 +02:00
Robert Schulze
24615059fb
Merge pull request #40319 from ClickHouse/custom-error-code-in-throwif
...
Allow custom error code in throwIf
2022-08-19 09:49:35 +02:00
Denny Crane
2929632058
Update docs/ru/engines/table-engines/mergetree-family/replacingmergetree.md
...
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-08-18 23:58:54 -03:00
DanRoscigno
23b054617e
update for setting change
2022-08-18 16:05:44 -04:00
Denny Crane
01a1aa8518
Update replacingmergetree.md
2022-08-18 16:35:54 -03:00
Denny Crane
8bf8dc628c
Update replacingmergetree.md
2022-08-18 16:34:14 -03:00
Denny Crane
e653583e87
Update replacingmergetree.md
2022-08-18 16:29:06 -03:00
robot-clickhouse
a9b3df37dd
Update version_date.tsv and changelogs after v22.8.1.2097-lts
2022-08-18 17:45:23 +00:00
Sergei Trifonov
2262717a1b
Merge branch 'master' into threads-soft-limit-rename
2022-08-18 19:32:53 +02:00
Jonathan-Ackerman
22bd572d78
Update docs for max_replica_delay_for_distributed_queries ( #40174 )
...
A replica is unusable if its lag is greater than or equal to the
value of max_replica_delay_for_distributed_queries. However, the
current documentation says that a replica is only unusable if it lags
more than the set value.
Also, when the value of max_replica_delay_for_distributed_queries
is read, if it is 0, then a replica is considered up to date
right away without checking its delay. This behavior should be
documented.
2022-08-18 19:09:46 +02:00
Vladimir C
277310f4e7
Merge pull request #40345 from DanRoscigno/fix-replacingmergetree-doc-indent
...
fix indent
2022-08-18 17:27:21 +02:00
Sergei Trifonov
42a711015f
split concurrent_threads_soft_limit setting into two: concurrent_threads_soft_limit_{num,ratio_to_cores}
2022-08-18 14:51:08 +02:00
DanRoscigno
229f18766e
fix indent
2022-08-18 08:13:41 -04:00
Nikolai Kochetov
5a85531ef7
Merge pull request #38286 from Avogar/schema-inference-cache
...
Add schema inference cache for s3/hdfs/file/url
2022-08-18 13:07:50 +02:00
Kruglov Pavel
d7056376eb
Merge pull request #40068 from Avogar/schema-inference-hints
...
Allow to specify structure hints in schema inference
2022-08-18 12:19:45 +02:00
546
0c11645867
update path in test.md
...
`lexer_fuzzer.cpp` path has changed.
2022-08-18 14:56:22 +08:00
Yakov Olkhovskiy
1220ac0b7a
Update docs/ru/sql-reference/functions/other-functions.md
2022-08-17 23:28:26 -04:00
Robert Schulze
f121941916
feat: allow custom error code for SQL function throwIf()
2022-08-17 21:14:40 +00:00
Nikita Taranov
ce89660432
Update "Queries with Parameter" docs ( #40317 )
...
* impl
* Update docs/en/interfaces/cli.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2022-08-17 22:31:50 +02:00
Denny Crane
fa718ffc6e
Update settings.md
2022-08-17 09:40:01 -03:00
Denny Crane
d5465d32e1
Update settings.md
2022-08-17 09:38:06 -03:00
avogar
8dd54c043d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
2022-08-17 11:47:40 +00:00
Stephan
5252d41fdb
Provide missing documentation for arrayWithConstant
...
Documentation of `arrayWithConstant(l, const)`-function, as this was not part of the documentation so far.
2022-08-17 13:21:03 +02:00
Rich Raposa
a3a124cc34
Added --ask-password option to documentation ( #40289 )
2022-08-17 00:20:10 +02:00
avogar
e1ff996ec3
Allow to specify structure hints in schema inference
2022-08-16 09:46:57 +00:00
Denny Crane
f574b49825
Update array-join.md
2022-08-15 16:45:07 -03:00
Denny Crane
c7aaf9bbc6
Update array-join.md
2022-08-15 16:44:27 -03:00
Denny Crane
f3b349fd18
Update array-join.md
2022-08-15 16:42:55 -03:00
Denny Crane
73f51a0f19
doc array-join
2022-08-15 16:40:48 -03:00
DanRoscigno
d47fa94ded
promote to H1 to fix case in title
2022-08-15 13:22:10 -04:00
DanRoscigno
71409f8f67
trying tags with Algolia
2022-08-15 11:08:46 -04:00
Dan Roscigno
d921935b80
Merge pull request #40235 from DanRoscigno/add-title-field-to-create-user
...
add title frontmatter to create/user
2022-08-15 09:31:23 -04:00
DanRoscigno
ced68e9298
add title frontmatter
2022-08-15 09:27:20 -04:00
avogar
c4ff3ffeea
Rename settings
2022-08-15 12:45:18 +00:00
Lorenzo Mangani
5f90de93e3
Update gui.md
2022-08-14 11:00:57 +02:00
Lorenzo Mangani
297e49ff6c
Add metrico applications (qryn, clickhouse-mate)
2022-08-14 10:53:51 +02:00
Alexey Milovidov
5d549a7583
Merge pull request #40182 from ClickHouse/minor-build-changes
...
Minor build changes
2022-08-13 22:48:01 +03:00
Alexey Milovidov
a6a51f4fb8
Minor build changes
2022-08-13 06:39:20 +02:00
Alexey Milovidov
2b7fe3dea3
Remove obsolete "build Debian package" instruction
2022-08-13 05:54:13 +03:00
Alexey Milovidov
fe544cd87c
Merge pull request #40150 from vsrsvas/patch-1
...
Update replicated.md
2022-08-13 05:03:05 +03:00
Alexey Milovidov
0dc183921f
Merge pull request #40172 from DanRoscigno/fix-note-in-mergetree-engine
...
fix note in mergetree engine doc
2022-08-12 22:39:52 +03:00