Alexey Milovidov
|
aaf6a3c862
|
Merge pull request #40184 from ClickHouse/update-cctz
Update cctz
|
2022-08-18 10:13:04 +03:00 |
|
Antonio Andelic
|
26b7117b6c
|
Merge branch 'master' into keeper-listen-host
|
2022-08-18 07:05:20 +00:00 |
|
Antonio Andelic
|
7dce8e5ebd
|
Use just atomic for first try
|
2022-08-18 06:57:40 +00:00 |
|
546
|
0c11645867
|
update path in test.md
`lexer_fuzzer.cpp` path has changed.
|
2022-08-18 14:56:22 +08:00 |
|
Alexey Milovidov
|
b3bd19bac9
|
Add changelog for 22.8
|
2022-08-18 07:37:46 +02:00 |
|
Yakov Olkhovskiy
|
1220ac0b7a
|
Update docs/ru/sql-reference/functions/other-functions.md
|
2022-08-17 23:28:26 -04:00 |
|
Yakov Olkhovskiy
|
0c84cd068d
|
Update 00602_throw_if.reference
|
2022-08-17 23:27:03 -04:00 |
|
Robert Schulze
|
f121941916
|
feat: allow custom error code for SQL function throwIf()
|
2022-08-17 21:14:40 +00:00 |
|
Robert Schulze
|
164fc3d296
|
style: improve code aesthetics
|
2022-08-17 20:39:37 +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 |
|
Alexander Gololobov
|
ff87d3b8bf
|
Update the test accoding to fixes for Asia/Tehran tz
|
2022-08-17 20:34:03 +02:00 |
|
Kseniia Sumarokova
|
07c5184b6e
|
Merge pull request #40306 from den-crane/patch-32
Doc. fix enable_positional_arguments default value
|
2022-08-17 17:32:14 +02:00 |
|
Lloyd-Pottiger
|
340c8d1c18
|
address comments
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
|
2022-08-17 23:27:18 +08:00 |
|
Lloyd-Pottiger
|
26d55f3354
|
address comments
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
|
2022-08-17 23:25:42 +08:00 |
|
vdimir
|
7305158a58
|
More robust ClusterDiscovery::updateCluster
|
2022-08-17 14:46:06 +00:00 |
|
Lloyd-Pottiger
|
19c4385881
|
Merge branch 'master' into feat/support-ttl-for-embeddedrocksdb
|
2022-08-17 22:17:10 +08:00 |
|
Yakov Olkhovskiy
|
40fd6e189a
|
call readColumnWithStringData
|
2022-08-17 09:54:01 -04:00 |
|
kssenii
|
d63d34f7bb
|
Merge master
|
2022-08-17 15:49:32 +02:00 |
|
Denny Crane
|
f584ebd031
|
Merge branch 'master' into patch-32
|
2022-08-17 10:35:15 -03:00 |
|
kssenii
|
f9b60916ab
|
Update .reference
|
2022-08-17 15:34:13 +02:00 |
|
Kruglov Pavel
|
89eb9e8c32
|
Merge pull request #40303 from ramazanpolat/patch-2
Fix default value of enable_positional_arguments in documentation
|
2022-08-17 14:41:37 +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 |
|
Kruglov Pavel
|
19af748737
|
Fix typo
|
2022-08-17 14:29:09 +02:00 |
|
Kruglov Pavel
|
00d04456ff
|
Try reduce code duplication
|
2022-08-17 14:28:15 +02:00 |
|
avogar
|
4c64b7a69e
|
Try fix s3 test
|
2022-08-17 12:25:58 +00:00 |
|
Vladimir C
|
b876cc17c9
|
Merge pull request #39593 from quickhouse/fixexponentialdecaywindowfunctions
Fixed point of origin for exponential decay window functions to the last value in window
|
2022-08-17 14:19:59 +02:00 |
|
Ramazan Polat
|
5a1ac13072
|
By default, enable_positional_arguments=1
|
2022-08-17 15:12:19 +03:00 |
|
avogar
|
8dd54c043d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
|
2022-08-17 11:47:40 +00:00 |
|
Kruglov Pavel
|
018402c093
|
Merge pull request #40299 from cyber-moon/patch-2
Provide missing documentation for `arrayWithConstant`
|
2022-08-17 13:35:46 +02:00 |
|
avogar
|
fd2220b7ce
|
Update test reference
|
2022-08-17 11:29:53 +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 |
|
Igor Nikonov
|
46ed4f6cdf
|
Merge pull request #38719 from ClickHouse/skipping_sorting_step
SortingStep: deduce way to sort based on input stream sort description
|
2022-08-17 12:58:11 +02:00 |
|
Nikolai Kochetov
|
8ec3f0821c
|
Merge pull request #40249 from azat/fix-memory-account-on-error
Fix memory accounting in case of MEMORY_LIMIT_EXCEEDED errors
|
2022-08-17 12:51:40 +02:00 |
|
Nikolai Kochetov
|
8762b4e2ca
|
Update 02400_memory_accounting_on_error.sql
|
2022-08-17 12:50:37 +02:00 |
|
Alexander Tokmakov
|
e2c1d06032
|
Merge pull request #40297 from ClickHouse/fix_build_37198_39933
Fix build
|
2022-08-17 13:28:43 +03:00 |
|
Alexander Tokmakov
|
d1ffa21e2f
|
fix
|
2022-08-17 12:17:37 +02:00 |
|
Nikolai Kochetov
|
335a5e3d0a
|
Merge pull request #40070 from kitaisreal/write-buffer-from-s3-potential-deadlock-fix
WriteBufferFromS3 potential deadlock fix
|
2022-08-17 12:14:17 +02:00 |
|
alesapin
|
4398a357c8
|
Merge pull request #40151 from ClickHouse/fix_cannot_quickly_remove_directory
Fix "Cannot quickly remove directory"
|
2022-08-17 12:11:18 +02:00 |
|
Alexander Tokmakov
|
caa270b72a
|
Merge pull request #39933 from ClickHouse/auto_convert_ordinary_to_atomic
Add flag that enables automatic conversion from Ordinary to Atomic
|
2022-08-17 12:40:49 +03:00 |
|
Antonio Andelic
|
105073ea7b
|
update docs
|
2022-08-17 09:31:16 +00:00 |
|
Alexander Tokmakov
|
d23296ef85
|
Merge pull request #37198 from ClickHouse/replicated_database_improvements
Improvements for Replicated database engine and ON CLUSTER queries
|
2022-08-17 12:30:04 +03:00 |
|
Antonio Andelic
|
9396834762
|
Addressed comments
|
2022-08-17 09:29:08 +00:00 |
|
Antonio Andelic
|
833c4bc5f6
|
Update commit for NuRaft
|
2022-08-17 09:28:57 +00:00 |
|
Robert Schulze
|
7589c49bca
|
Merge pull request #40264 from ClickHouse/vectorscan-cachetable
Replace unbounded vectorscan cache by bounded cache
|
2022-08-17 10:58:29 +02:00 |
|
Robert Schulze
|
2110d4334b
|
Merge pull request #40272 from ClibMouse/librdkafka_update
(negligible) rdkafka library: update lz4.c from upstream, cve fixes
|
2022-08-17 10:32:33 +02:00 |
|
Antonio Andelic
|
b5358ba8de
|
Merge branch 'master' into keeper-listen-host
|
2022-08-17 08:31:43 +00:00 |
|
Antonio Andelic
|
1936ea6377
|
Fix test issues
|
2022-08-17 08:28:53 +00:00 |
|
Yakov Olkhovskiy
|
216a6ce8a4
|
test is added
|
2022-08-17 07:52:34 +00:00 |
|
Antonio Andelic
|
78ed49419c
|
Merge pull request #40261 from ClickHouse/extract-common-kv-storage-logic
Extract common KV storage logic
|
2022-08-17 08:15:57 +02:00 |
|