Commit Graph

112931 Commits

Author SHA1 Message Date
vdimir
505f83dc49
Upd 02661_quantile_approx.sql 2023-04-20 14:59:24 +00:00
vdimir
042b4ff525
Rename quantileApprox -> quantileGK 2023-04-20 11:41:17 +02:00
Robert Schulze
019e677a15
Merge pull request #48963 from ClickHouse/rs/doc-cleanup2
Cleanup math function docs
2023-04-20 09:45:35 +02:00
robot-ch-test-poll2
3bd38d1bb3
Merge pull request #48952 from ClickHouse/Avogar-patch-1
Fix flaky 02706_arrow_different_dictionaries
2023-04-20 02:33:52 +02:00
Ilya Yatsishin
5b1ccf8c3a
Merge pull request #48949 from ClickHouse/kssenii-patch-8 2023-04-19 23:53:33 +02:00
Robert Schulze
4b0b25c655
Cleanup math function docs 2023-04-19 20:41:55 +00:00
Robert Schulze
96dad0a2cb
Merge pull request #48962 from ClickHouse/rs/doc-cleanup
Clean up string function docs
2023-04-19 22:33:56 +02:00
robot-ch-test-poll1
a9e1368d18
Merge pull request #48942 from ClickHouse/davenger-delete-where
WHERE clause is not optional for DELETE statement
2023-04-19 22:29:18 +02:00
Robert Schulze
4756629b84
Clean up string function docs 2023-04-19 20:05:38 +00:00
Robert Schulze
ec12bbf456
Merge pull request #48956 from ClickHouse/rs/docs-arithmetic
Docs: Cleanup some function docs
2023-04-19 21:23:12 +02:00
Robert Schulze
92890f4e08
Cleanup logical function docs 2023-04-19 18:51:38 +00:00
Robert Schulze
74c21bbc5d
UUID --> UUIDs 2023-04-19 18:36:10 +00:00
Robert Schulze
eca1ca31d1
Cleanup random function docs 2023-04-19 18:31:47 +00:00
Robert Schulze
bb0573cd56
More fixes 2023-04-19 18:11:50 +00:00
Robert Schulze
9e13e5a52a
Some fixes 2023-04-19 18:09:20 +00:00
Robert Schulze
69db6f1912
Docs: Cleanup arithmetic function docs 2023-04-19 17:50:40 +00:00
Robert Schulze
c12450b6ad
Merge pull request #48955 from ClickHouse/rs/sort-function-docs
Docs: Sort the sidebar of the function section
2023-04-19 19:49:32 +02:00
Robert Schulze
ec5b421be4
Docs: Sort functions in sidebar 2023-04-19 17:05:55 +00:00
Robert Schulze
8529876505
Merge pull request #48951 from ClickHouse/rs/single-space
Docs: Replace annoying three spaces in enumerations by a single space
2023-04-19 18:48:58 +02:00
Kruglov Pavel
8f159e3a01
Update test reference 2023-04-19 18:23:02 +02:00
Kruglov Pavel
a7217c3575
Fix flaky 02706_arrow_different_dictionaries 2023-04-19 18:21:38 +02:00
Robert Schulze
cdf28f9b71
Minor fixups 2023-04-19 16:16:51 +00:00
Robert Schulze
c406663442
Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
Kseniia Sumarokova
5a8efd3261
Update cluster.py 2023-04-19 17:35:57 +02:00
Alexander Gololobov
0e4aff9dc7
WHERE clause is not optional for DELETE statement 2023-04-19 17:00:25 +02:00
Robert Schulze
5c5aaeca6d
Merge pull request #48929 from ClickHouse/rs/follow-up-to-48866
Follow-up to #48866
2023-04-19 16:37:48 +02:00
Mikhail f. Shiryaev
ae9f09fd8e
Merge pull request #48924 from ClickHouse/fix-integration-runner
Reduce docker image size, fix slow startup
2023-04-19 16:11:47 +02:00
Nikolay Degterinsky
89a32f7a34
Merge pull request #48879 from ClibMouse/noParquet
Fix build error when parquet is disabled
2023-04-19 15:52:56 +02:00
Kseniia Sumarokova
6843874e8a
Merge pull request #48903 from ClickHouse/vdimir/fix_test_storage_delta
Fix order by in test_storage_delta
2023-04-19 15:43:57 +02:00
Dan Roscigno
b8b9f330d9
Merge pull request #48937 from ClickHouse/rs/doc-integer-promotion
Document integer promotion
2023-04-19 09:09:57 -04:00
Dan Roscigno
c58785aa67
Merge pull request #48884 from ContentSquare/replacingMergeTreeNewEngineDoc
Document the new feature of the ReplacingMergeTree engine of the PR #…
2023-04-19 09:06:56 -04:00
Robert Schulze
2b5a1295cf
Merge pull request #48870 from jh0x/improve-client-history-indent
Client: disable indent_multiline mode for Replxx history
2023-04-19 14:18:18 +02:00
Mikhail f. Shiryaev
95eb78a593
Using a proper --tls=false option to disable TLS 2023-04-19 13:33:15 +02:00
Robert Schulze
87b6db54ce
Document integer promotion
Fixes #48933
2023-04-19 11:27:29 +00:00
Kruglov Pavel
9bc95bed85
Merge pull request #48898 from Avogar/pretty-json
Add PrettyJSONEachRow format to output pretty JSON
2023-04-19 12:27:24 +02:00
Kruglov Pavel
8053b18c05
Merge pull request #48361 from Avogar/fix-arrow-dict-2
Fix serializing LowCardinality as Arrow dictionary
2023-04-19 12:23:27 +02:00
Robert Schulze
15db30618c
Various fixes and cleanups 2023-04-19 09:19:41 +00:00
Alexey Milovidov
5ecdb35029
Update PULL_REQUEST_TEMPLATE.md 2023-04-19 11:54:45 +03:00
Robert Schulze
6aaafbad1f
Merge pull request #48866 from infdahai/arrayfunc_for_wideint
arrayFunc for wideint(int128/256, uint128/256)
2023-04-19 10:52:28 +02:00
Mikhail f. Shiryaev
6a6a028a51
Reduce docker image size, fix slow startup 2023-04-19 09:44:53 +02:00
Kruglov Pavel
21dddf8c4c
Merge pull request #48864 from Avogar/fix-parquet-date32
Fix reading Date32 Parquet/Arrow column into not Date32 column
2023-04-19 09:16:42 +02:00
larryluogit
5fc7a489ae
Merge branch 'master' into noParquet 2023-04-18 21:17:00 -04:00
robot-ch-test-poll
905587b39d
Merge pull request #48883 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-04-18 23:11:18 +02:00
Igor Nikonov
b236db82c9
Merge pull request #48863 from ClickHouse/fix_test_store_cleanup_disk_s3
Fix: do not run test_store_cleanup_disk_s3 in parallel
2023-04-18 22:44:03 +02:00
Ilya Yatsishin
ebb1b990f2
Merge pull request #45819 from qoega/clickhouse-help 2023-04-18 21:46:36 +02:00
Robert Schulze
f81ba392c0
Merge branch 'master' into improve-client-history-indent 2023-04-18 20:59:07 +02:00
Dan Roscigno
1d46f50da2
Merge pull request #48909 from ClickHouse/thomoco-patch-4
Update postgresql.md
2023-04-18 13:12:28 -04:00
Dan Roscigno
155c958d52
Merge pull request #48906 from ClickHouse/thomoco-patch-3
Update mutations.md
2023-04-18 13:10:44 -04:00
Dan Roscigno
5704eea076
Update docs/en/engines/table-engines/integrations/postgresql.md 2023-04-18 12:55:27 -04:00
Dan Roscigno
8b05fb6f83
need full path to markdown file including the md 2023-04-18 12:54:54 -04:00