Kruglov Pavel
|
d485e36f20
|
Fix style
|
2024-02-01 16:57:46 +01:00 |
|
avogar
|
aaed835415
|
Validate variants, use new validation on create queries
|
2024-01-31 12:59:26 +00:00 |
|
avogar
|
92db86b829
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-data-type
|
2024-01-28 14:33:49 +00:00 |
|
Smita Kulkarni
|
b7a6dbfbb9
|
Check engine to avoid possible seg fault
|
2024-01-27 18:22:37 +01:00 |
|
avogar
|
5833641fa5
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-data-type
|
2024-01-26 16:54:02 +00:00 |
|
Maksim Kita
|
2a327107b6
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
|
Kruglov Pavel
|
5444cde408
|
Merge branch 'master' into variant-data-type
|
2024-01-18 18:31:27 +01:00 |
|
Duc Canh Le
|
22afcd46f4
|
add ALTER COLUMN MODIFY/RESET SETTING
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2024-01-18 05:17:07 +00:00 |
|
Duc Canh Le
|
f755e77534
|
move column level setting to the end of declaration
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2024-01-14 09:36:32 +00:00 |
|
Duc Canh Le
|
ac76eecb1e
|
Merge branch 'master' into column_level_compress_block
Resolve conflicts
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2024-01-14 09:32:43 +00:00 |
|
Robert Schulze
|
ced9e93ac6
|
Merge remote-tracking branch 'rschu1ze/master' into qatzstd_main
|
2024-01-09 20:36:02 +00:00 |
|
Bharat Nallan
|
ee37f551a2
|
independent registration of interpreters (#58443)
* make interpreter factory an instance
* add registerInterpreter
* register interpreters individually
* try wire everything up
* fix style
* fix test
|
2024-01-08 22:33:48 -08:00 |
|
Robert Schulze
|
53965bb9f1
|
Merge remote-tracking branch 'rschu1ze/master' into qatzstd_main
|
2024-01-07 14:11:22 +00:00 |
|
Kruglov Pavel
|
4d8cf71ba7
|
Merge branch 'master' into variant-data-type
|
2024-01-03 15:21:23 +01:00 |
|
Alexey Milovidov
|
b752a1c62e
|
Merge pull request #58365 from bharatnc/ncb/refactor-db-factory
independent registration of database engines
|
2023-12-31 00:56:24 +01:00 |
|
Bharat Nallan Chakravarthy
|
1dce048b58
|
initial refactor of db registration
|
2023-12-28 18:59:45 -08:00 |
|
Michael Kolupaev
|
96c68e5aae
|
Remove pausing, enable multithreading, kick off refresh on table creation unless the query says EMPTY
|
2023-12-28 17:56:06 +00:00 |
|
Michael Kolupaev
|
edd120e8be
|
Make it experimental
|
2023-12-28 17:56:05 +00:00 |
|
Michael Kolupaev
|
0fc7535eba
|
Fixes
|
2023-12-28 17:56:05 +00:00 |
|
Michael Kolupaev
|
dda0606f67
|
Things
|
2023-12-28 17:56:05 +00:00 |
|
Michael Kolupaev
|
a524e8c51e
|
Overhaul dependencies
|
2023-12-28 17:56:04 +00:00 |
|
Alexander Tokmakov
|
38fe70c68a
|
Revert "Refreshable materialized views (takeover)"
|
2023-12-28 13:12:20 +01:00 |
|
Michael Kolupaev
|
b9cbecb0df
|
Remove pausing, enable multithreading, kick off refresh on table creation unless the query says EMPTY
|
2023-12-27 20:24:56 +00:00 |
|
Michael Kolupaev
|
18cc5d1b76
|
Make it experimental
|
2023-12-27 20:24:55 +00:00 |
|
Michael Kolupaev
|
802961f0a2
|
Fixes
|
2023-12-27 20:24:55 +00:00 |
|
Michael Kolupaev
|
ef4cc5ec7f
|
Things
|
2023-12-27 20:24:55 +00:00 |
|
Michael Kolupaev
|
01369a0a8a
|
Overhaul dependencies
|
2023-12-27 20:24:54 +00:00 |
|
Nikolay Degterinsky
|
85b149395a
|
Merge pull request #57796 from evillique/replicated-database-forbid-create-as-select
Forbid CREATE AS SELECT for database Replicated
|
2023-12-25 19:43:28 +01:00 |
|
Azat Khuzhin
|
3be3b0a280
|
Fix incorrect Exceptions
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-12-24 21:26:32 +01:00 |
|
jinjunzh
|
aaf98f0ed7
|
refine setting with enable_zstd_qat_codec
|
2023-12-22 14:24:15 -05:00 |
|
Nikolay Degterinsky
|
7aa2363b40
|
Merge remote-tracking branch 'upstream/master' into replicated-database-forbid-create-as-select
|
2023-12-21 12:38:44 +00:00 |
|
avogar
|
319ae440b6
|
Implement Variant data type
|
2023-12-19 16:45:15 +00:00 |
|
Duc Canh Le
|
c3ffce1491
|
Merge branch 'master' into column_level_compress_block
Resolve conflicts
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2023-12-18 11:03:44 +00:00 |
|
Nikolay Degterinsky
|
5a3f0e7a5b
|
Forbid CREATE AS SELECT for Replicated storages only
|
2023-12-16 14:25:27 +00:00 |
|
Maksim Kita
|
a4d287b576
|
Fixed tests
|
2023-12-15 18:54:15 +03:00 |
|
Maksim Kita
|
8a5ffbb5f2
|
InterpreterCreateQuery sample block fix
|
2023-12-15 12:55:19 +03:00 |
|
Nikolay Degterinsky
|
254bcade1e
|
Forbid CREATE AS SELECT for database Replicated
|
2023-12-12 18:28:20 +00:00 |
|
Alexey Milovidov
|
02439eee58
|
Merge pull request #49351 from ClickHouse/async-loader-integration
Asynchronous loading of tables
|
2023-12-04 17:16:12 +01:00 |
|
kssenii
|
296afceed8
|
Merge remote-tracking branch 'origin/master' into fix-backup-restore-with-mv
|
2023-11-29 18:06:09 +01:00 |
|
Han Fei
|
7bd2ea3add
|
Merge branch 'master' into hanfei/statistic
|
2023-11-27 23:31:23 +01:00 |
|
serxa
|
9023f61349
|
Merge branch 'master' into async-loader-integration
|
2023-11-19 13:05:58 +00:00 |
|
alesapin
|
ddcfecacc2
|
Merge pull request #56000 from evillique/fix-replica-already-exists-storage
Fix `REPLICA_ALREADY_EXISTS` for ReplicatedMergeTree
|
2023-11-16 12:51:50 +01:00 |
|
Nikolay Degterinsky
|
57aa049fef
|
Change table name to table UUID, fix test
|
2023-11-15 16:21:13 +00:00 |
|
Nikolay Degterinsky
|
a6ebeb8422
|
Merge pull request #56484 from evillique/fix-on-cluster
Fix ON CLUSTER queries without database on initial node
|
2023-11-10 13:40:41 +01:00 |
|
Kseniia Sumarokova
|
7c0e243278
|
Merge branch 'master' into fix-backup-restore-with-mv
|
2023-11-10 11:44:19 +01:00 |
|
kssenii
|
b141726ad7
|
Fix for data_type_default_nullable
|
2023-11-09 17:21:12 +01:00 |
|
kssenii
|
41a880e57c
|
Review fix
|
2023-11-09 16:03:51 +01:00 |
|
Nikolay Degterinsky
|
cc0d447c52
|
Fix ON CLUSTER queries without local database
|
2023-11-08 23:30:35 +00:00 |
|
kssenii
|
9178fd4ad1
|
Fix case with replicated database
|
2023-11-07 16:02:51 +01:00 |
|
kssenii
|
10571d905a
|
Fix
|
2023-11-06 18:32:29 +01:00 |
|