Anton Kozlov
|
b1b9aaf2ec
|
Add support for x509 SubjectAltName identification
|
2024-07-01 09:47:28 +00:00 |
|
Kseniia Sumarokova
|
9a55cdf77c
|
Merge pull request #64947 from ilejn/time_virtual_col
Add _time virtual column to file alike storages
|
2024-06-10 12:14:46 +00:00 |
|
Raúl Marín
|
d9e6d4662c
|
Merge pull request #64967 from Algunenano/fix_multi_if_short_circuit
Fix bug in short circuit evaluation
|
2024-06-10 11:58:43 +00:00 |
|
Raúl Marín
|
4926d28709
|
Merge pull request #64804 from Algunenano/simplify_03023_zeros_generate_random_with_limit_progress_bar
Improve progress report on zeros_mt and generateRandom
|
2024-06-10 11:57:15 +00:00 |
|
Alexander Tokmakov
|
132aa996a3
|
Revert "Fix duplicating Delete events in blob_storage_log"
|
2024-06-10 13:49:39 +02:00 |
|
vdimir
|
a8019ee8b9
|
Merge pull request #64924 from ClickHouse/vdimir/blob_storage_log_minor_fixes
Fix duplicating Delete events in blob_storage_log
|
2024-06-10 09:52:16 +00:00 |
|
Antonio Andelic
|
25fa5d87f3
|
Merge pull request #64896 from ClickHouse/fix-global-trace-collector
Fix global trace collector
|
2024-06-10 09:09:07 +00:00 |
|
SmitaRKulkarni
|
b49322de32
|
Merge pull request #63160 from ClickHouse/Azure_fix_stateless_tests
Fix flaky stateless test with azure
|
2024-06-10 08:34:07 +00:00 |
|
Alexey Milovidov
|
e7caad8d05
|
Merge pull request #64952 from ClickHouse/strange-num
Fix error message (it was strange)
|
2024-06-09 06:32:22 +02:00 |
|
Alexey Milovidov
|
873964b882
|
Merge pull request #63788 from ClickHouse/show-create-system-tables
Use right comments for system tables
|
2024-06-08 06:34:04 +02:00 |
|
Sergei Trifonov
|
686d6d676a
|
Merge pull request #64969 from ClickHouse/revert-64423-precise-memtracking
Revert "Add dynamic untracked memory limits for more precise memory tracking"
|
2024-06-07 16:51:36 +00:00 |
|
Alexey Milovidov
|
c33b39f61e
|
Merge pull request #64856 from azat/rocksdb-logging
Handle logs from rocksdb by ClickHouse internal logging (and enable debug rocksdb logging on CI)
|
2024-06-07 19:24:20 +02:00 |
|
Alexey Milovidov
|
95e3adf976
|
Merge pull request #62519 from ClickHouse/linestring
Add support for `LineString` geometry type
|
2024-06-07 18:38:27 +02:00 |
|
Nikita Mikhaylov
|
756ac16170
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables
|
2024-06-07 18:00:33 +02:00 |
|
Raúl Marín
|
b04fb116a5
|
Compiler happy. Developer unhappy
|
2024-06-07 15:01:54 +02:00 |
|
alesapin
|
368d827dc6
|
Merge pull request #64918 from ClickHouse/disable_transactions
Disable transactions for unsupported storages even for materialized v…
|
2024-06-07 12:59:58 +00:00 |
|
Robert Schulze
|
5c7f600d74
|
Merge pull request #64798 from arenadata/ADQM-1892
Support non-const scale arguments in rounding functions
|
2024-06-07 12:41:36 +00:00 |
|
Antonio Andelic
|
b1d6c73208
|
Merge pull request #64604 from ClibMouse/parallel_replicas_custom_key_range_min_max_setting
Allow users to specify a custom range for the range filter when using parallel replicas with dynamic shards
|
2024-06-07 12:26:30 +00:00 |
|
Ilya Golshtein
|
f77b6096c4
|
time_virtual_col: st_mtime, not st_mtim, because of darwin
|
2024-06-07 12:14:21 +00:00 |
|
Nikolai Kochetov
|
a96b7781c3
|
Merge pull request #64855 from ClickHouse/fix-filter-push-down-duplicate-names
Avoid duplicating names for new inputs of ActionsDAG::split result.
|
2024-06-07 12:10:32 +00:00 |
|
Sergei Trifonov
|
2d9ac2e816
|
Revert "Add dynamic untracked memory limits for more precise memory tracking"
|
2024-06-07 14:03:56 +02:00 |
|
alesapin
|
a9da369bb5
|
Merge pull request #64858 from ClickHouse/fix_segfault_for_super_rare_case
Fix segfault for a very tricky case
|
2024-06-07 11:26:10 +00:00 |
|
Raúl Marín
|
078f5f4ee0
|
Fix bug in short circuit evaluation
|
2024-06-07 13:10:12 +02:00 |
|
Nikolai Kochetov
|
7f98893da0
|
Merge pull request #64793 from ClickHouse/remove-aliases-from-filter-cond
Remove aliases from fiter condition.
|
2024-06-07 10:09:14 +00:00 |
|
Antonio Andelic
|
bd986ce1da
|
Merge branch 'master' into fix-global-trace-collector
|
2024-06-07 08:22:53 +02:00 |
|
Mikhail Gorshkov
|
b98eca1e60
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1892
|
2024-06-07 06:03:23 +00:00 |
|
Alexey Milovidov
|
05ea297c0d
|
Fix error message (it was strange)
|
2024-06-07 03:47:35 +02:00 |
|
Alexey Milovidov
|
2da27f4dee
|
Merge pull request #64923 from amosbird/fix-64885
Fix tupleConcat of two empty tuples
|
2024-06-07 01:53:02 +02:00 |
|
Ilya Golshtein
|
258b1f9559
|
time_virtual_col: tests, doc, small refactoring
|
2024-06-06 21:00:47 +00:00 |
|
Raúl Marín
|
d36bf5bac8
|
Compiler complains
|
2024-06-06 21:40:24 +02:00 |
|
Alexey Milovidov
|
645d3041ce
|
Merge pull request #64563 from ClickHouse/shrek
Fix writing ORC statistics for unsigned types
|
2024-06-06 21:14:42 +02:00 |
|
Alexey Milovidov
|
e421c741bf
|
Merge pull request #64756 from Blargian/utf8_compute_fix
`UTF8::computeWidth` should skip ANSI escape sequences (fix)
|
2024-06-06 21:13:08 +02:00 |
|
Sergei Trifonov
|
9ec1306016
|
Merge pull request #64423 from ClickHouse/precise-memtracking
Add dynamic untracked memory limits for more precise memory tracking
|
2024-06-06 18:37:31 +00:00 |
|
Raúl Marín
|
ae01d9ef9b
|
Merge pull request #64766 from Algunenano/fix_duplicate_order_by
Fix OrderByLimitByDuplicateEliminationVisitor across subqueries
|
2024-06-06 18:03:34 +00:00 |
|
Nikolay Degterinsky
|
82e6de5e0a
|
Merge pull request #64919 from k-morozov/add_logs
additional log for cleanupDetachedTables
|
2024-06-06 17:53:29 +00:00 |
|
Joshua Hildred
|
21294013f2
|
Update SettingsChangesHistory
|
2024-06-06 10:03:52 -07:00 |
|
Nikolai Kochetov
|
8216e14ac2
|
Merge pull request #64801 from ClickHouse/fix-arr-join-distr-nested
Fix distributed array join by nested
|
2024-06-06 16:24:19 +00:00 |
|
vdimir
|
1881107f07
|
fix build
|
2024-06-06 16:04:46 +00:00 |
|
Raúl Marín
|
81fe4c4894
|
Fix number of stream decision
|
2024-06-06 17:59:16 +02:00 |
|
vdimir
|
38d45a6bc9
|
Verbose message for errors on inserting to system log
|
2024-06-06 15:49:14 +00:00 |
|
vdimir
|
4ba025c3ba
|
Fix duplicating Delete events in blob_storage_log
|
2024-06-06 15:48:36 +00:00 |
|
Azat Khuzhin
|
833f031721
|
Handle logs from rocksdb by ClickHouse internal logging
Someone may not know about /path/to/rocksdb/LOG, and besides it requires
an access to data dir, instead of logs dir.
v2: fix use-after-free due to destruction order (https://s3.amazonaws.com/clickhouse-test-reports/64856/8cefc1a1ba5ddfdda033694a14e1f1847d497092/stateless_tests__asan__[2_4]/stderr.log)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-06-06 17:47:39 +02:00 |
|
Amos Bird
|
dd9b15daf5
|
Fix tupleConcat of two empty tuples
|
2024-06-06 23:43:14 +08:00 |
|
alesapin
|
1c3cfbcb41
|
Merge remote-tracking branch 'origin/master' into disable_transactions
|
2024-06-06 17:36:18 +02:00 |
|
Alexey Milovidov
|
afba7bb4ed
|
Merge pull request #64883 from ClickHouse/fancy-quotes-fix
A tiny fix for fancy quotes
|
2024-06-06 17:35:00 +02:00 |
|
Konstantin Morozov
|
05592fb5ba
|
additional log for cleanupDetachedTables
|
2024-06-06 14:27:23 +00:00 |
|
alesapin
|
00167da119
|
Disable transactions for unsupported storages even for materialized views
|
2024-06-06 16:27:00 +02:00 |
|
Raúl Marín
|
387869488d
|
Stabilize and adjust number of streams
|
2024-06-06 15:54:02 +02:00 |
|
Antonio Andelic
|
27fe0439fa
|
Merge branch 'master' into fix-global-trace-collector
|
2024-06-06 14:36:02 +02:00 |
|
Joshua Hildred
|
095508edb7
|
Add additional tests
|
2024-06-06 05:28:16 -07:00 |
|