Sergei Trifonov
|
3aa0c32101
|
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
|
2023-03-09 14:50:13 +01:00 |
|
Denny Crane
|
1e11348a03
|
Update exponentialmovingaverage.md
|
2023-03-06 20:42:17 -04:00 |
|
Denny Crane
|
683da4897c
|
Update exponentialmovingaverage.md
|
2023-03-06 16:04:36 -04:00 |
|
Denny Crane
|
19dfd2eb17
|
Update exponentialmovingaverage.md
|
2023-03-06 15:59:24 -04:00 |
|
Denny Crane
|
b298af2640
|
Update exponentialmovingaverage.md
|
2023-03-06 15:56:21 -04:00 |
|
Kruglov Pavel
|
479cd9b90b
|
Merge pull request #46972 from Avogar/json-date-int-inference
Fix date and int inference from string in JSON
|
2023-03-06 20:40:38 +01:00 |
|
Kruglov Pavel
|
3de905bb7c
|
Merge pull request #46616 from Avogar/fix-ipv4-ipv6-formats
Fix IPv4/IPv6 serialization/deserialization in binary formats
|
2023-03-06 19:40:29 +01:00 |
|
robot-clickhouse-ci-1
|
ca3faf6f1d
|
Merge pull request #47269 from ClickHouse/auto/v23.2.3.17-stable
Update version_date.tsv and changelogs after v23.2.3.17-stable
|
2023-03-06 18:20:38 +01:00 |
|
robot-clickhouse
|
e50fd6e1ef
|
Update version_date.tsv and changelogs after v23.2.3.17-stable
|
2023-03-06 16:35:17 +00:00 |
|
Sema Checherinda
|
8292ffb81e
|
Merge pull request #47121 from liding1992/master
Fix the problem that the 'ReplicatedMergeTree' table failed to insert two similar data when the 'part_type' is configured as 'InMemory' mode.
|
2023-03-06 16:13:24 +01:00 |
|
Antonio Andelic
|
12525f768c
|
Add default constructor for MultiReadResponse (#47254)
* Add default constructor for MultiReadResponse
* Remove optional
* Fix style
|
2023-03-06 14:18:01 +01:00 |
|
Han Fei
|
b7eef62458
|
Merge pull request #45491 from azat/dist/async-send-refactoring
[RFC] Rewrite distributed sends to avoid using filesystem as a queue, use in-memory queue instead
|
2023-03-06 12:32:33 +01:00 |
|
Vladimir C
|
3503b3aa10
|
Merge pull request #47215 from ClickHouse/vdimir/fix_01019_alter_materialized_view_consistent
|
2023-03-06 11:55:28 +01:00 |
|
Vladimir C
|
d4f1ac60bc
|
Update comment in alter_materialized_view_consistent
|
2023-03-06 10:30:51 +01:00 |
|
Vladimir C
|
1455e7602d
|
Merge pull request #47154 from azat/prewhere-columns-fix
|
2023-03-06 10:03:31 +01:00 |
|
Anton Popov
|
6f3e4d4137
|
Merge pull request #46118 from CurtizJ/fix-issues-with-sparse
Randomize setting `ratio_of_defaults_for_sparse_serialization`
|
2023-03-05 22:28:18 +01:00 |
|
Alexey Milovidov
|
4f85b733f1
|
Use string concatenation for XML serialization (#47251)
|
2023-03-05 18:19:33 +01:00 |
|
Nikita Mikhaylov
|
099013831a
|
Added batching for reads and retries for the most heavy function in backups (#47243)
|
2023-03-05 16:15:03 +01:00 |
|
Alexander Tokmakov
|
b857060467
|
Merge pull request #47245 from ClickHouse/fix_deadlock_with_transactions
Release shared ptrs after finishing a transaction
|
2023-03-05 17:19:25 +03:00 |
|
Alexey Milovidov
|
41c79b0c42
|
Merge pull request #46086 from ClickHouse/fix-data-size
Fix data size calculation in Keeper
|
2023-03-05 14:11:36 +03:00 |
|
Nikolay Degterinsky
|
a2290bd22e
|
Merge pull request #47223 from HarryLeeIBM/hlee-s390x-farmhash
Fix farmhash for s390x
|
2023-03-05 10:58:40 +01:00 |
|
Alexey Milovidov
|
ed01f44de3
|
Merge pull request #47145 from ClickHouse/make-projections-test-more-stable
Make 01710_projections more stable.
|
2023-03-05 11:42:12 +03:00 |
|
Alexey Milovidov
|
791aaf7cd1
|
Merge pull request #47148 from azat/tests/fix-01771_bloom_filter_not_has
Mark 01771_bloom_filter_not_has as no-parallel and long
|
2023-03-05 11:40:43 +03:00 |
|
Alexander Tokmakov
|
08ce7b031e
|
release shared ptrs after finishing a transaction
|
2023-03-04 22:07:59 +01:00 |
|
Robert Schulze
|
10753481f9
|
Merge pull request #47242 from ClickHouse/rs/docs-index-support-has-hasall-hasany
Docs: Update index support of has(), hasAny(), hasAll()
|
2023-03-04 18:49:24 +01:00 |
|
Robert Schulze
|
11930ad685
|
Docs: Update index support of has(), hasAny(), hasAll()
|
2023-03-04 17:27:47 +00:00 |
|
Nikolay Degterinsky
|
ccd6b7aba7
|
Merge branch 'master' into hlee-s390x-farmhash
|
2023-03-04 18:20:24 +01:00 |
|
Nikolay Degterinsky
|
7f15575500
|
Merge pull request #47208 from ClibMouse/z_ip_coding_fix
Fix ip coding on s390x
|
2023-03-04 18:18:14 +01:00 |
|
robot-clickhouse
|
be043cd5a5
|
Merge pull request #47178 from houbaron/patch-2
Update sparse-primary-indexes.md
|
2023-03-04 11:34:15 +01:00 |
|
Han Fei
|
4a8436bc70
|
Merge pull request #47177 from houbaron/patch-1
Update skipping-indexes.md
|
2023-03-04 10:58:58 +01:00 |
|
Alexey Milovidov
|
738fb04e99
|
Merge pull request #47166 from ClickHouse/rs/fulltext_result_separators
02346_full_text_search.sql: Add result separators to simplify analysis
|
2023-03-04 12:07:06 +03:00 |
|
Alexey Milovidov
|
a70789c0b3
|
Whitespace
|
2023-03-04 09:15:33 +01:00 |
|
Sema Checherinda
|
b1e8b74b9c
|
Update 02675_replicated_merge_tree_insert_zookeeper_long.sql
|
2023-03-04 09:16:29 +08:00 |
|
liding1992
|
ea8ae193d3
|
Fix the problem that the 'ReplicatedMergeTree' table failed to insert two similar data when the 'part_type' is configured as 'InMemory' mode.
|
2023-03-04 09:16:29 +08:00 |
|
Alexander Tokmakov
|
082194a755
|
Merge pull request #47175 from ClickHouse/correct_fatal_handling
More correct handling of fatal errors
|
2023-03-04 00:38:00 +03:00 |
|
Sema Checherinda
|
85178c9609
|
Merge pull request #47102 from CheSema/merge-mutate-do-thread-group
do flushUntrackedMemory when context switches
|
2023-03-03 20:23:25 +01:00 |
|
robot-ch-test-poll1
|
0137b9fc3c
|
Merge pull request #47226 from dlahn/master
Documentation S3 Cache - Add missing policy name element
|
2023-03-03 20:12:51 +01:00 |
|
Nikita Mikhaylov
|
5c4da5aa4a
|
Use separate thread pool for IO operations for backups (#47174)
|
2023-03-03 20:05:42 +01:00 |
|
Kseniia Sumarokova
|
7997df5739
|
Update storing-data.md
|
2023-03-03 19:50:21 +01:00 |
|
Dave Lahn
|
6c929737eb
|
Add missing policy name element
The S3 cache example had a list of policies, but was missing the policy name. This caused this configuration to fail.
|
2023-03-03 18:42:10 +00:00 |
|
HarryLeeIBM
|
bbbe529e24
|
Fix farmhash for s390x
|
2023-03-03 09:29:35 -08:00 |
|
Anton Popov
|
9389cc29da
|
better mutations of sparse columns
|
2023-03-03 16:52:01 +00:00 |
|
Dan Roscigno
|
552a09d9b2
|
Merge pull request #47198 from DanRoscigno/docs-compression-choices
add compression types for file function
|
2023-03-03 11:39:52 -05:00 |
|
vdimir
|
b5771016f6
|
Fix 01019_alter_materialized_view_consistent
|
2023-03-03 15:46:41 +00:00 |
|
Dan Roscigno
|
007d7c9786
|
Merge branch 'master' into docs-compression-choices
|
2023-03-03 09:40:07 -05:00 |
|
Antonio Andelic
|
cd4100cb19
|
Merge branch 'master' into fix-data-size
|
2023-03-03 15:33:43 +01:00 |
|
Suzy Wang
|
e44e528118
|
remove unnecessary reverse memcpy
|
2023-03-03 06:20:18 -08:00 |
|
Alexander Tokmakov
|
5be681c5f6
|
Merge pull request #47152 from ClickHouse/fix_flaky_test_replicated_database
Use unique names and paths in `test_replicated_database`
|
2023-03-03 17:15:27 +03:00 |
|
Alexander Tokmakov
|
cadaf06829
|
Merge pull request #46681 from ClickHouse/fix_insert_cancellation_in_native_protocol
Fix queries cancellation when a client dies
|
2023-03-03 16:27:20 +03:00 |
|
DanRoscigno
|
6c92250636
|
add compression types for file function
|
2023-03-03 08:21:02 -05:00 |
|