Commit Graph

105472 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
51b5d647ae
Merge pull request #45302 from ClickHouse/fix-automerge-approved-at
Fix wrong approved_at, simplify conditions
2023-01-16 17:46:30 +01:00
Alexander Tokmakov
753ae9e80d
Merge pull request #45327 from ClickHouse/revert-45252-block-nonfloat-gorilla
Revert "Disallow Gorilla codec on non-float columns"
2023-01-16 19:16:06 +03:00
Alexander Tokmakov
df75c24f01
Revert "Disallow Gorilla codec on non-float columns" 2023-01-16 19:14:28 +03:00
Anton Popov
6863cd152f
Merge pull request #42181 from CurtizJ/optimize-loading-parts
Do not load inactive parts at startup
2023-01-16 14:38:50 +01:00
Alexander Tokmakov
d361402347
Merge pull request #45307 from ClickHouse/tavplubix-patch-1
Disable 02028_create_select_settings with Ordinary
2023-01-16 16:13:53 +03:00
Nikolay Degterinsky
70e79de69b
Merge pull request #38252 from bharatnc/ncb/weighted-quantile-approx
add quantileInterpolatedWeighted function
2023-01-16 13:41:13 +01:00
Nikolay Degterinsky
88ba1b0b85
Merge pull request #42884 from evillique/better_asterisk_parser
Improve Asterisk and ColumnMatcher parsers
2023-01-16 13:29:59 +01:00
Vladimir C
0337bc7c4d
Merge pull request #45147 from rgzntrade/master 2023-01-16 13:18:18 +01:00
Alexander Tokmakov
ee888f7f38
Merge pull request #44547 from ClickHouse/fix_44496
Fix too aggressive evaluation of args in default column expr
2023-01-16 15:08:58 +03:00
Alexander Tokmakov
26e6cb0899
Update 02028_create_select_settings.sql 2023-01-16 14:51:32 +03:00
Kseniia Sumarokova
d859976fbd
Merge pull request #45250 from ClickHouse/43188_Record_startup_time_in_profileevents
Record server startup time in ProfileEvents
2023-01-16 12:20:37 +01:00
alesapin
190c9b3156
Merge pull request #44682 from hanfei1991/hanfei/support-advance-dedup
deduplicate async inserts in the same block earlier
2023-01-16 12:19:30 +01:00
Alexander Tokmakov
94604f71b7
Merge pull request #44922 from azat/dist/async-INSERT-metrics
Optimize and fix metrics for Distributed async INSERT
2023-01-16 14:12:56 +03:00
Maksim Kita
80f6a45376
Merge pull request #44641 from ClickHouse/vdimir/view_explain_2
Function viewExplain accept SELECT and settings
2023-01-16 13:39:53 +03:00
Mikhail f. Shiryaev
4a07d3682f
Fix wrong approved_at, simplify conditions 2023-01-16 11:36:39 +01:00
Sema Checherinda
d746a3c4ff
Merge pull request #44480 from wineternity/issue_43333_doc
[DOC] Add support for signed arguments in range() #43333
2023-01-16 10:26:49 +01:00
Maksim Kita
1682bfe0ab
Merge pull request #45299 from ClickHouse/revert-44882-function-node-validation
Revert "Validate function arguments in query tree"
2023-01-16 12:15:37 +03:00
Maksim Kita
8f5250e000
Revert "Validate function arguments in query tree" 2023-01-16 10:14:34 +01:00
Maksim Kita
60d2a0bf7f
Merge pull request #44882 from ClickHouse/function-node-validation
Validate function arguments in query tree
2023-01-16 11:31:02 +03:00
Robert Schulze
76d1fe08f9
Merge pull request #45252 from ClickHouse/block-nonfloat-gorilla
Disallow Gorilla codec on non-float columns
2023-01-16 08:55:50 +01:00
Robert Schulze
ff493c439c
Merge pull request #45244 from bigo-sg/improve_like
Add fast path for col like '%%' or col like '%'  or match(col, '.*')
2023-01-16 08:36:20 +01:00
Smita Kulkarni
09241150a0 Updated recording of startup time till after starting last listener and added stopping the StopWatch - Record server startup time in ProfileEvents 2023-01-16 08:32:25 +01:00
simpleton
1754913013
test: Remove the temporary table in the test 2023-01-16 15:01:16 +08:00
taiyang-li
2f7ea79d94 change as request 2023-01-16 10:42:58 +08:00
simpleton
1cdd7361b0
Merge branch 'ClickHouse:master' into master 2023-01-16 09:36:38 +08:00
Ilya Yatsishin
cf5052c77e
Merge pull request #45291 from den-crane/patch-57 2023-01-16 02:33:54 +01:00
Dan Roscigno
b486ce7128
Merge pull request #45293 from melvynator/patch-9
Update json.md
2023-01-15 20:16:02 -05:00
Dan Roscigno
adca0b64d3
use markdown file instead of URL to enforce 404 checks 2023-01-15 19:31:58 -05:00
Peignon Melvyn
674a1d1877
Update json.md 2023-01-16 01:27:08 +01:00
Denny Crane
6cf603e05f
Update index.md 2023-01-15 18:40:59 -04:00
Alexey Milovidov
0536c9b36d
Merge pull request #45283 from azat/tests/binary-detection
tests: fix clickhouse binaries detection
2023-01-16 01:18:37 +03:00
Alexey Milovidov
721c399f17
Merge pull request #45287 from ClickHouse/nickitat-patch-9
Disable `02151_hash_table_sizes_stats_distributed` under TSAN
2023-01-16 01:16:55 +03:00
Alexey Milovidov
9d043b2f92
Merge pull request #45284 from azat/ci/report-html-entities
tests/ci: encode HTML entities in the reports
2023-01-16 01:16:05 +03:00
Han Fei
5617f7f616 address comments 2023-01-15 22:51:10 +01:00
Han Fei
701dc88d6f
Merge branch 'master' into hanfei/support-advance-dedup 2023-01-15 19:46:28 +01:00
Han Fei
c859f8dbe5
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2023-01-15 19:46:16 +01:00
Han Fei
bb2c0914e9
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2023-01-15 19:46:09 +01:00
Nikita Taranov
c33d7ffcc2
Disable 02151_hash_table_sizes_stats_distributed.sh under TSAN 2023-01-15 18:53:50 +01:00
Dan Roscigno
f13fdfb431
Merge pull request #45280 from tbragin/patch-5
Update postgresql.md
2023-01-15 11:52:47 -05:00
Azat Khuzhin
683a51633e tests: fix clickhouse binaries detection
Previosly only clickhouse-client binary was more or less detected, but
everything else does not, since "test -x clickhouse" does not work as
expected, "test -x" need a full path to the file, it does not search in
PATH.

Also improve clickhouse-test default --binary path, by properly search
in PATH.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-15 17:05:16 +01:00
Azat Khuzhin
af1308083a tests/ci: encode HTML entities in the reports
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-15 17:03:32 +01:00
Robert Schulze
b6f12f9edd
Fix unit_tests_dbms 2023-01-15 14:49:04 +00:00
Nikolay Degterinsky
24b686734d Fix build 2023-01-15 13:46:55 +00:00
Robert Schulze
eac9a5728d
Merge remote-tracking branch 'origin/master' into block-nonfloat-gorilla 2023-01-15 13:35:41 +00:00
Robert Schulze
7023d68536
Fix codecs_int_*.xml 2023-01-15 13:31:45 +00:00
Alexey Milovidov
a5244f8d1d
Merge pull request #45279 from tbragin/patch-4
Update postgresql.md
2023-01-15 12:34:09 +03:00
Ilya Yatsishin
96987b7cd8
Merge pull request #45239 from Avogar/generate-random 2023-01-15 00:37:34 +01:00
Tanya Bragin
d825f50c84
Update postgresql.md
Adding Postgres blog to Postgres DB engine page

cc @DanRoscigno @gingerwizard
2023-01-14 14:39:41 -08:00
Tanya Bragin
b5773caeb2
Update postgresql.md
Adding related Postgres blog here. 

cc @gingerwizard @DanRoscigno
2023-01-14 14:34:33 -08:00
Robert Schulze
a4a6126c9d
Prohibit manual delta compression before floating-point time series compression 2023-01-14 20:09:50 +00:00