Commit Graph

67015 Commits

Author SHA1 Message Date
Nikita Taranov
3a012e5a96 enable s3_skip_empty_files by default 2024-11-18 13:55:18 +01:00
Nikita Taranov
bdf6ab8d45 Merge branch 'master' into fix_weird_problem 2024-11-18 13:06:17 +01:00
Robert Schulze
742f1eb41e
Merge pull request #71403 from petern48/alias_any_respect_nulls
Added camelCase aliases for `any`/`anyLast` aggregation functions
2024-11-17 16:02:10 +00:00
Robert Schulze
3bdd4a5173
Consistency fixups 2024-11-17 10:21:09 +00:00
Robert Schulze
61b3231a72
Merge pull request #71993 from rschu1ze/followup-71581
Minor follow-up to #71581
2024-11-17 09:19:53 +00:00
Nikita Taranov
ade2dadd01
Merge branch 'master' into fix_weird_problem 2024-11-16 23:57:18 +01:00
Peter Nguyen
7d5fc90b19 Add lastValueRespectNulls and firstValueRespectNulls aliases 2024-11-16 14:43:10 -08:00
alesapin
208fd6efe1
Merge pull request #71786 from CurtizJ/const-adaptive-granularity
Allow to use constant adaptive index granularity for whole part
2024-11-16 19:32:57 +00:00
Nikita Taranov
1f7e2845be
Merge pull request #71868 from ClickHouse/fix_hash_table_stats
More accurate `calculateCacheKey` implementation
2024-11-16 13:48:46 +00:00
Yakov Olkhovskiy
8bd95a40af
Merge pull request #71849 from ClickHouse/fix-toDayOfWeek-mono
Fix: add monotonic estimation for DateTime64 in toDayOfWeek
2024-11-16 13:28:06 +00:00
Alexander Gololobov
5ca9f2e570
Merge pull request #71977 from ClickHouse/fix_00098_primary_key_memory_allocated
Fix 00098_primary_key_memory_allocated
2024-11-16 02:00:54 +00:00
Alexey Milovidov
ba757696eb
Merge pull request #71949 from evillique/fix-highlighting
Fix a crash in clickhouse-client syntax highlighting
2024-11-16 01:32:14 +00:00
Alexander Gololobov
9270deb83e Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix_00098_primary_key_memory_allocated 2024-11-15 22:57:39 +01:00
Yakov Olkhovskiy
571cf33136 Merge branch 'master' into fix-toDayOfWeek-mono 2024-11-15 21:17:19 +00:00
Nikolay Degterinsky
936eb3a567 Add comment and test 2024-11-15 20:44:34 +00:00
Anton Popov
f97a1150b9 fix index granularity with empty parts 2024-11-15 20:20:56 +00:00
Nikita Taranov
a82ab36c08 try fix 2024-11-15 20:41:27 +01:00
Robert Schulze
9bd6f9c6b4
Smaller fixups 2024-11-15 17:47:20 +00:00
Alexey Milovidov
8d4cc787fe
Merge pull request #71774 from petern48/enable_http_compression_default
Set enable_http_compression default value to 1
2024-11-15 17:10:14 +00:00
Robert Schulze
469733d327
Merge pull request #71581 from KevinyhZou/fix_comments_parse_date_time
Add function `parseDateTime64` and follow-up to #70737
2024-11-15 15:31:46 +00:00
Alexey Milovidov
66ff828fae
Merge pull request #71945 from ClickHouse/revert-71914-revert-71790-remove-code-bloat
Revert "Revert "Remove ridiculous code bloat""
2024-11-15 16:44:34 +01:00
Nikolai Kochetov
252effe32c
Merge pull request #71964 from ClickHouse/reenable-merge-filters-optimization
Reenable merge filters optimization.
2024-11-15 14:04:01 +00:00
Igor Nikonov
c5b12d3e16
Merge pull request #71162 from ClickHouse/pr-right-joins
Fix right JOINS with parallel replicas
2024-11-15 13:32:40 +00:00
Alexander Gololobov
bb4549eb08
Merge pull request #66606 from ClickHouse/vdimir/tmp_data_refactoring
Refactor TempDataOnDisk
2024-11-15 13:23:15 +00:00
Alexander Gololobov
c66f71c795 Log PK index loading 2024-11-15 14:05:52 +01:00
Max Kainov
f29d7841fe
Merge pull request #63518 from qhsong/dev/profile_uniq_id
Enhance ClickHouse Profile: generate a uniq id for steps and processors
2024-11-15 12:19:05 +00:00
Nikolai Kochetov
4db481f7da Reenable merge filters optimization. 2024-11-15 10:08:15 +00:00
Konstantin Bogdanov
98cd45153d
Merge pull request #71929 from ClickHouse/fix-build-after-71179
Fix build with Clang-19 after #71179
2024-11-15 08:24:25 +00:00
Julia Kartseva
3c0f299148
Merge pull request #71901 from jkartseva/fix-infile-interactive-metrics
Fix data race between progress indicator and progress table in clickhouse-client
2024-11-15 02:16:12 +00:00
Alexey Milovidov
4dc9331b7a
Merge pull request #64712 from ClickHouse/fp16
Adding BFloat16
2024-11-15 00:37:46 +00:00
Nikolay Degterinsky
0bd6a1fb04 Fix client highlighting 2024-11-14 23:01:46 +00:00
Nikita Taranov
1c682f1316 impl 2024-11-14 23:49:58 +01:00
Alexey Milovidov
d2c54bc140
Update AggregateFunctionDeltaSumTimestamp.cpp 2024-11-14 23:49:44 +01:00
Julia Kartseva
26aaa87a91 intercept keystrokes for INSERT queries, too 2024-11-14 22:18:46 +00:00
Julia Kartseva
e5f4ba8017 fix race between progress indicator and progress table 2024-11-14 22:18:46 +00:00
Vitaly Baranov
c98765a509
Merge pull request #71912 from vitlibar/correction-after-reworking-backup-sync-2
Corrections after reworking backup/restore synchronization #2
2024-11-14 22:00:44 +00:00
Igor Nikonov
5a04826fa5 Merge remote-tracking branch 'origin/master' into pr-right-joins 2024-11-14 21:11:25 +00:00
Igor Nikonov
7d3d940b08 Cleanup 2024-11-14 21:11:01 +00:00
Alexey Milovidov
8d99fb9e7c
Revert "Revert "Remove ridiculous code bloat"" 2024-11-14 20:51:18 +01:00
Alexey Milovidov
e6c6217e87 Merge branch 'master' into fp16 2024-11-14 19:58:22 +01:00
Peter Nguyen
f1b4e7ea59
Merge branch 'master' into enable_http_compression_default 2024-11-14 11:27:52 -07:00
Anton Popov
9cccea93d2 better index granularity 2024-11-14 16:40:56 +00:00
Alexey Milovidov
62f44b9e6a Merge branch 'master' into fp16 2024-11-14 17:16:45 +01:00
Alexey Milovidov
903e403b06
Merge pull request #71900 from ClickHouse/remove-trash-2
Remove useless code
2024-11-14 17:15:59 +01:00
Anton Popov
2ed8e4c8b8
Merge pull request #71886 from wxybear/fix_with_ties_when_rows_read_less_than_request
Fix: select statements that use 'with ties' might not return enough rows
2024-11-14 15:34:05 +00:00
Igor Nikonov
6441c59607 Better 2024-11-14 15:24:47 +00:00
Dmitry Novik
005a3f7a36
Fix build with Clang-19 after #71179 2024-11-14 15:42:14 +01:00
Yakov Olkhovskiy
43c2b69b6c Merge branch 'master' into fix-toDayOfWeek-mono 2024-11-14 14:37:06 +00:00
Anton Popov
5c8bf52954 Merge remote-tracking branch 'upstream/master' into HEAD 2024-11-14 14:31:31 +00:00
Sema Checherinda
92c4dcfa5c
Merge pull request #71863 from ClickHouse/chesema_update_hostresolver
update host resolver a little bit often
2024-11-14 13:28:28 +00:00