Commit Graph

92577 Commits

Author SHA1 Message Date
Alexey Milovidov
7593560dd0
Merge pull request #38975 from ClickHouse/auto/v22.4.6.53-stable
Update version_date.tsv after v22.4.6.53-stable
2022-07-08 00:25:52 +03:00
Alexey Milovidov
dd4be4b7d7
Merge pull request #38981 from tylerhannan/macbbok_pro_core_i7_2014
add macbook pro core i7 2014 benchmark
2022-07-08 00:25:32 +03:00
Alexey Milovidov
8981c38ad6
Update macbook_pro_core_i7_2014.json 2022-07-08 00:25:21 +03:00
Alexey Milovidov
57111e150d
Merge branch 'master' into macbbok_pro_core_i7_2014 2022-07-08 00:24:18 +03:00
Alexey Milovidov
f5736fc20f
Merge pull request #38974 from tylerhannan/benchmark-hetzner
add Hetzner benchmark
2022-07-08 00:23:55 +03:00
Alexey Milovidov
b033d34c87
Merge branch 'master' into benchmark-hetzner 2022-07-08 00:23:50 +03:00
Alexey Milovidov
98b398eb26
Merge pull request #38979 from tylerhannan/amd_ryzen_9
add ryzen 9 5950 benchmark
2022-07-08 00:23:24 +03:00
Tyler Hannan
c403ade4a7 add macbook pro core i7 2014 benchmark 2022-07-07 22:52:16 +02:00
Tyler Hannan
4d2aa0bb76 add ryzen 9 5950 benchmark 2022-07-07 22:28:31 +02:00
Nikolay Degterinsky
5cd06ac488
Merge pull request #38947 from soyayaos/master
Rename NUMBER_OF_DIMENSIONS_MISMATHED const to NUMBER_OF_DIMENSIONS_MISMATCHED
2022-07-07 22:25:42 +02:00
Alexander Tokmakov
b0f8970d07
Merge pull request #38961 from Algunenano/reduce_zk_eexists
Stop reporting Zookeeper "Node exists" exceptions in system.errors when they are expected
2022-07-07 23:16:46 +03:00
robot-clickhouse
7cef35da70 Update version_date.tsv after v22.4.6.53-stable 2022-07-07 20:05:14 +00:00
Tyler Hannan
9d6afaf0e6 add Hetzner benchmark 2022-07-07 21:59:01 +02:00
Alexey Milovidov
74d02aeca7
Merge pull request #38907 from evillique/compression_level
Add compression level for data export
2022-07-07 22:27:21 +03:00
Alexander Tokmakov
1d93dc1c9a
Merge pull request #38963 from ClickHouse/fix_38962
Avoid weird exception in Keeper
2022-07-07 22:01:35 +03:00
Robert Schulze
f15d9ca59c
Merge pull request #38774 from zvonand/zvonand-nnd
Reintroduce nonNegativeDerivative()
2022-07-07 20:39:13 +02:00
Vladimir C
db838f1343
Merge pull request #35796 from vdimir/full-sorting-merge-join 2022-07-07 19:16:49 +02:00
Igor Nikonov
fac42db380
Merge pull request #38873 from ClickHouse/order_by_with_braces
Order by tuple
2022-07-07 19:16:06 +02:00
Kruglov Pavel
8ffd6cd22c
Merge pull request #38717 from Avogar/improve-bc-check
Try to improve backward compatibility check
2022-07-07 18:52:34 +02:00
Kruglov Pavel
ab67838c44
Merge pull request #38816 from Avogar/fix-values-func
Allow null modifier in columns declaration for table functions
2022-07-07 17:27:18 +02:00
Alexander Tokmakov
7630fc76ae avoid weird exception 2022-07-07 17:19:05 +02:00
Raúl Marín
9b0c7714e5 Style 2022-07-07 17:15:23 +02:00
Dan Roscigno
b58abbdc8c
Merge pull request #38952 from den-crane/patch-21
Doc. Fix markup
2022-07-07 11:08:58 -04:00
Kseniia Sumarokova
48220f64d6
Merge pull request #38214 from bigo-sg/storagehive_alter
support alter on `StorageHive` table
2022-07-07 17:06:43 +02:00
Raúl Marín
c3935000a8 Avoid reporting ZK EEXIST errors on checkPartChecksumsAndCommit 2022-07-07 16:10:05 +02:00
Raúl Marín
33ffb71453 Avoid 'Node exists' errors when creating Ephemeral Locks 2022-07-07 16:10:04 +02:00
zvonand
6dd3988460 Merge branch 'zvonand-nnd' of github.com:zvonand/ClickHouse into zvonand-nnd 2022-07-07 16:42:49 +03:00
zvonand
8df2d756f5 updated tests 2022-07-07 16:42:29 +03:00
Alexander Tokmakov
fdd2db4ace
Move check for denied allocations (#38858)
* move check for denied allocations

* remove include

* make hardening softer
2022-07-07 14:24:36 +02:00
Denny Crane
29d75e5a12
Update column.md 2022-07-07 08:21:01 -03:00
alesapin
1bd97fa6fa
Merge pull request #38851 from Algunenano/rmarin_read_only_on_drop
Deactivate mutations_finalizing_task during shutdown
2022-07-07 12:55:50 +02:00
Alexander Tokmakov
10dc83b7a9
Merge pull request #38934 from den-crane/patch-20
Doc. Added [ON CLUSTER cluster] to alter partition
2022-07-07 12:57:02 +03:00
Kruglov Pavel
7c60714b4b
Merge pull request #38841 from lokax/isnullable
feat(Function): add isNullable function
2022-07-07 11:49:45 +02:00
Kruglov Pavel
fa1d5b8bdb
Merge pull request #38901 from ClickHouse/Avogar-patch-1
Avoid false positive red sanitizer asserts check in stress test
2022-07-07 11:42:47 +02:00
mergify[bot]
7ba147bc7d
Merge branch 'master' into improve-bc-check 2022-07-07 09:38:17 +00:00
Igor Nikonov
b48a626d02 Simplify test
- complexity comes from dreaming about EXPLAIN queries as an ordinary
  ones returning scalar result. So they can be used in SQL tests
  instead of shell ones
2022-07-07 08:45:13 +00:00
Nikolay Degterinsky
fcb6cfb6df Fix style issues 2022-07-07 08:31:55 +00:00
Vladimir Galunshchikov
cacc833da6 Rename NUMBER_OF_DIMENSIONS_MISMATHED const to NUMBER_OF_DIMENSIONS_MISMATCHED 2022-07-07 11:15:59 +03:00
Igor Nikonov
fa0d54a3b2 Merge remote-tracking branch 'origin/master' into order_by_with_braces 2022-07-07 08:13:49 +00:00
Igor Nikonov
01bbfd86ad
Merge pull request #38910 from ClickHouse/explain_ast_after_rewrite
EXPLAIN AST rewrite option
2022-07-07 10:09:55 +02:00
Igor Nikonov
1f46f48d7d Fix: remove heeavy performance tests, introduced within this PR 2022-07-07 07:57:05 +00:00
Alexey Milovidov
02adad3f27
Merge pull request #37860 from amosbird/remove-duplicated-log
Remove duplicate peak mem log
2022-07-07 08:16:06 +03:00
Nikolay Degterinsky
2ea46708d6
Merge pull request #38938 from evillique/fix_typos
Fix a typo
2022-07-07 04:58:39 +02:00
Nikolay Degterinsky
573b81965a Fix style 2022-07-07 02:20:25 +00:00
Nikolay Degterinsky
5c5c7ae6db Fix typos 2022-07-07 02:17:57 +00:00
Nikolay Degterinsky
54d210d714 Add documentation 2022-07-07 01:59:00 +00:00
Nikolay Degterinsky
0c783800c8 Better 2022-07-07 01:47:33 +00:00
Dan Roscigno
e8a5327625
Merge pull request #38928 from DanRoscigno/update-docker-README
update README
2022-07-06 21:15:57 -04:00
Vitaly Baranov
ed27987646
Merge pull request #38861 from vitlibar/backup-improvements-9
Backup Improvements 9
2022-07-07 02:24:47 +02:00
Denny Crane
db357f4a3c
Update index.md 2022-07-06 20:57:49 -03:00