Alexander Tokmakov
|
3c762f566d
|
Merge branch 'master' into mvcc_prototype
|
2022-03-21 20:16:29 +01:00 |
|
Vladimir C
|
778416f576
|
Merge pull request #35484 from stulentsev/patch-1
|
2022-03-21 19:13:40 +01:00 |
|
Sergio Tulentsev
|
ef5062ec43
|
docs: Replace some usages of "rows" which are meant to be "strings"
The wrong term was confusing in the description of the CSV format.
|
2022-03-21 17:52:30 +00:00 |
|
Vitaly Baranov
|
72a2f31984
|
Merge pull request #33985 from vitlibar/improve-backup-and-restore
Improve backup and restore (experimental)
|
2022-03-21 17:59:51 +01:00 |
|
tavplubix
|
9226ea7b70
|
Merge pull request #35467 from ClickHouse/resubmit_21474
Resubmit #21474
|
2022-03-21 19:15:28 +03:00 |
|
Nikolai Kochetov
|
5e239762c6
|
Merge pull request #35334 from amosbird/fixpartitionpruneroverflow
Fix incorrect partition pruning when constant in predicate has no supertype of related key columns
|
2022-03-21 17:05:19 +01:00 |
|
tavplubix
|
64e0b0cf8f
|
update issue templates
|
2022-03-21 18:43:48 +03:00 |
|
Alexey Milovidov
|
8a04ed72af
|
Merge pull request #34772 from ClickHouse/cluster-dont-require-port
Allow to use default port in cluster configuration
|
2022-03-21 16:45:24 +03:00 |
|
Amos Bird
|
623ae212e4
|
Use string view instead of C-str
|
2022-03-21 19:54:30 +08:00 |
|
Kruglov Pavel
|
fbcc27a339
|
Merge pull request #27928 from Avogar/stress-test
Add backward compatibility check in stress test
|
2022-03-21 12:49:46 +01:00 |
|
Kruglov Pavel
|
ed7b40253c
|
Merge pull request #35039 from zzsmdfj/issue/#34890_fix_input_format_null_as_default_bug
to #34890_fix_input_format_null_as_default_bug
|
2022-03-21 12:42:17 +01:00 |
|
Amos Bird
|
c379b9e0cf
|
revert client nit fix and add comment
|
2022-03-21 19:37:54 +08:00 |
|
Alexander Tokmakov
|
7cba97aeab
|
Merge branch 'master' into resubmit_21474
|
2022-03-21 12:09:00 +01:00 |
|
Vitaly Baranov
|
7a46e7a0d1
|
Merge branch 'master' into improve-backup-and-restore
|
2022-03-21 11:49:26 +01:00 |
|
Vitaly Baranov
|
51fc556fcd
|
Implement BACKUP and RESTORE for MatViews.
|
2022-03-21 11:45:21 +01:00 |
|
Maksim Kita
|
695b1300f9
|
Merge pull request #35383 from rschu1ze/enable-if-to-concepts-pt2
Replace more uses of std::enable_if for SFINAE by concepts
|
2022-03-21 10:47:28 +01:00 |
|
tavplubix
|
716c6f0ffa
|
Merge pull request #35406 from Avogar/fix-parquet
Fix working with unneeded columns in Arrow/Parquet/ORC formats
|
2022-03-21 11:36:54 +03:00 |
|
Alexey Milovidov
|
2c4e6808d7
|
Merge pull request #35454 from ClickHouse/revert-35345-new-row-policies
Revert "[WIP] New row policies"
|
2022-03-21 08:41:49 +03:00 |
|
Alexey Milovidov
|
0ce4696c49
|
Revert "[WIP] New row policies"
|
2022-03-21 08:41:33 +03:00 |
|
Alexey Milovidov
|
cf6c4e4e56
|
Merge pull request #35452 from ClickHouse/remove-old-playground
Remove old Playground
|
2022-03-21 07:08:59 +03:00 |
|
Alexey Milovidov
|
bac76fb1dc
|
Remove old Playground
|
2022-03-21 04:10:28 +01:00 |
|
Alexander Tokmakov
|
9e05b12d2c
|
Merge branch 'master' into mvcc_prototype
|
2022-03-20 22:42:26 +01:00 |
|
Alexey Milovidov
|
3a86829966
|
Merge pull request #35417 from nickitat/fix_grouping_aggregated_transform
Skip empty chunks in GroupingAggregatedTransform
|
2022-03-21 00:09:23 +03:00 |
|
李扬
|
d28981e0e3
|
fix null pointer of TreeRewriterResult::storage_snapshot (#35439)
|
2022-03-20 21:07:58 +01:00 |
|
Vitaly Baranov
|
ce25afb2e9
|
Storages and databases are hollow by default now.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
18173d71fb
|
A corresponding file in base backup can be searched by checksum too, not only by name.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
c884cf901f
|
Use BackupEntryFromAppendOnlyFile for Log engine,
and use a BackupEntriesBatch for Memort engine to improve performance.
A lot of minor corrections.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
5f195d6ead
|
Implement writing backups as zip archive.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
a1b364626a
|
Improve zip archive utilities.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
e72a343994
|
Implement BACKUP & RESTORE for the Memory table engine.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
ef57a87394
|
Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition".
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
fd1d24f624
|
Add settings "throw_if_database_exists" and "throw_if_table_exists".
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
6849f51c3b
|
Add setting "structure_only."
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
7f89b98308
|
Rework BackupSettings and RestoreSettings a little, pass StorageRestoreSettings to storages.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
258a472001
|
Shorter names: rename IRestoreFromBackupTask -> IRestoreTask.
|
2022-03-20 20:02:15 +01:00 |
|
Vitaly Baranov
|
e8fc9cf476
|
Move renameInCreateQuery() to a better place.
|
2022-03-20 20:02:12 +01:00 |
|
Vitaly Baranov
|
54d554f55d
|
Simplify elements of ASTBackupQuery.
|
2022-03-20 20:01:54 +01:00 |
|
Vitaly Baranov
|
5a883c6b5a
|
Fixed checking access rights while producing backup, add IStorage::hasHollowBackup().
|
2022-03-20 20:01:54 +01:00 |
|
Vitaly Baranov
|
c160494f43
|
Make BACKUP more consistent with RESTORE.
|
2022-03-20 20:01:52 +01:00 |
|
Vitaly Baranov
|
7a63feb3f7
|
Make restore tasks explicit.
|
2022-03-20 20:01:31 +01:00 |
|
Vitaly Baranov
|
9fb50422ce
|
Merge pull request #35345 from vitlibar/new-row-policies
[WIP] New row policies
|
2022-03-20 20:00:25 +01:00 |
|
Alexey Milovidov
|
9b05801e0f
|
Merge pull request #35284 from CurtizJ/fix-mutations-sparse-columns
Fix mutations in tables with enabled sparse columns
|
2022-03-20 21:55:59 +03:00 |
|
Alexey Milovidov
|
21b7a1cba4
|
Merge pull request #35268 from rschu1ze/mac-debugger-docs
Document LLDB setup for debugging
|
2022-03-20 21:54:35 +03:00 |
|
Alexey Milovidov
|
b2ab4e87e0
|
Merge pull request #35377 from ClickHouse/auto/v22.3.2.2-lts
Update version_date.tsv after v22.3.2.2-lts
|
2022-03-20 21:39:33 +03:00 |
|
Alexey Milovidov
|
d58fa08d93
|
Merge pull request #35422 from bigo-sg/add_args_for_diagnose
Add some arguments for clickhouse-diagnostics
|
2022-03-20 21:36:23 +03:00 |
|
Alexey Milovidov
|
83c32ea9a1
|
Merge pull request #35423 from bigo-sg/update_format_doc
Update data type mapping of clickhouse and arrow/orc/parquet in docs
|
2022-03-20 21:27:09 +03:00 |
|
Nickita Taranov
|
675bf1916a
|
add test
|
2022-03-20 18:07:59 +00:00 |
|
Vitaly Baranov
|
afe6a1003a
|
Add new row policy kind: simple
|
2022-03-20 17:34:59 +01:00 |
|
Vladimir C
|
3e763838e2
|
Merge pull request #35445 from vdimir/fix_02177_issue_31009_pt2.sql
|
2022-03-20 16:06:01 +01:00 |
|
vdimir
|
8dc1c72d17
|
fix 02177_issue_31009_pt2.sql
|
2022-03-20 15:50:45 +01:00 |
|