Commit Graph

3037 Commits

Author SHA1 Message Date
Raúl Marín
9006eec35d
Merge pull request #71019 from Algunenano/settings6
Move remaining settings objects to pImpl and start simplification
2024-10-25 20:23:12 +00:00
Raúl Marín
7b9ee84cf7
Merge branch 'master' into settings6 2024-10-25 22:01:23 +08:00
Raúl Marín
3e8bc8bf18
Merge pull request #69619 from bigo-sg/enable_quantile_exact_interpolate_new
Support aggreate function quantileExactWeightedInterpolated, which is a interpolated implementation based on quantileExactWeighted
2024-10-25 13:59:43 +00:00
Han Fei
6f3e25b50d
Merge pull request #70737 from KevinyhZou/support_datetime64_parse_joda_syntax
Support parse `DateTime64` and timezone in joda syntax
2024-10-25 12:37:15 +00:00
Pablo Marcos
611dbd59be Merge branch 'master' into system-query-metric-log 2024-10-24 12:02:51 +00:00
Raúl Marín
369c58c0f2 Reduce deps from SettingsEnums 2024-10-24 13:57:26 +02:00
Raúl Marín
350bd26196 Introduce S3RequestSetting as pImpl 2024-10-24 12:27:52 +02:00
Raúl Marín
83eeb26607 Introduce S3AuthSettings as pImpl 2024-10-24 12:27:52 +02:00
kevinyhzou
abb69d70a8 Merge branch 'master' into support_datetime64_parse_joda_syntax 2024-10-24 11:07:35 +08:00
Raúl Marín
4c95b5365a Merge remote-tracking branch 'blessed/master' into settings5 2024-10-23 22:31:32 +02:00
Raúl Marín
f3748fa5c2 Move MaterializedMySQLSettings to pImpl 2024-10-23 21:18:07 +02:00
Raúl Marín
b679608044 Move ExecutableSettings.h to pImpl 2024-10-23 20:48:30 +02:00
Raúl Marín
34bdda222a Move MySQLSettings to pImpl 2024-10-23 19:34:57 +02:00
Raúl Marín
bd5b88e0b8 Fix style checker for auto settings 2024-10-23 18:46:06 +02:00
Raúl Marín
7f1aa49692 Make shellcheck happier and the style checker code easier to understand 2024-10-23 18:44:04 +02:00
Raúl Marín
6727af1236 Make MemorySettings a pImpl and simplify style checker even more 2024-10-23 18:43:25 +02:00
serxa
680119f095 Fix c++expr -b option 2024-10-23 15:09:54 +00:00
Raúl Marín
7f46ca07d3 Fix style checker when the externs do not have leading whitespaces 2024-10-23 14:56:32 +02:00
Raúl Marín
e2d0df69fd Move SetSettings to pImpl 2024-10-23 14:40:26 +02:00
Raúl Marín
b4b602b943 Simplify adding new settings to style checker 2024-10-23 14:03:56 +02:00
Raúl Marín
bc6e98d08d Move DistributedSettings to pImpl 2024-10-23 13:23:09 +02:00
Raúl Marín
c8713f99a8 Move FileLogSettings to pImpl and reduce some header deps 2024-10-22 20:12:31 +02:00
Raúl Marín
6629d41175 Move HiveSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
56f65d8d43 Move KafkaSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
a2f806b933 Move NATSSetting to pImpl 2024-10-22 18:43:12 +02:00
Pablo Marcos
fd9262df76 Merge branch 'master' into system-query-metric-log 2024-10-22 12:07:15 +00:00
kevinyhzou
e4d909c845 Merge branch 'master' into support_datetime64_parse_joda_syntax 2024-10-22 10:14:42 +08:00
Raúl Marín
45bdd04dd7 Merge remote-tracking branch 'blessed/master' into settings4 2024-10-21 22:54:21 +02:00
Raúl Marín
98b8dd5b0c Move RefreshSettings to pImpl 2024-10-21 19:07:33 +02:00
Raúl Marín
68a1b2a880 Move ObjectStorageQueueSettings to pImpl 2024-10-21 18:00:56 +02:00
Raúl Marín
5d73af32d4 Move MaterializedPostgreSQLSettings to pImpl 2024-10-21 16:00:28 +02:00
Raúl Marín
0965f773bd Move RabbitMQSettings to pImpl 2024-10-21 14:39:46 +02:00
Raúl Marín
87a740cc61 Move RocksDBSettings to pImpl 2024-10-21 13:27:53 +02:00
Raúl Marín
27ab849857 Move TimeSeriesSettings to pImpl 2024-10-21 12:53:50 +02:00
kevinyhzou
8357ba3241 Merge branch 'master' into support_datetime64_parse_joda_syntax 2024-10-21 15:34:19 +08:00
Robert Schulze
d02a31da44
Merge pull request #70616 from rschu1ze/query-time-ef-search
Vector search: allow to specify HNSW parameter `ef_search` at query time
2024-10-21 06:47:46 +00:00
Raúl Marín
52c40e6276 DatabaseReplicatedSettings to pImpl and reuse code 2024-10-18 18:47:09 +02:00
Pablo Marcos
f002e51a4e Merge branch 'master' into system-query-metric-log 2024-10-18 13:22:58 +00:00
Sergei Trifonov
ee557a9f11
Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
taiyang-li
195909ee94 Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new 2024-10-18 15:05:29 +08:00
kevinyhzou
56f7611b50 ci & review fix 2024-10-18 14:21:49 +08:00
taiyang-li
bcae4c9963 Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new 2024-10-18 12:28:00 +08:00
Raúl Marín
76b081c718
Merge pull request #70739 from Algunenano/settings3
Move more setting structs to pImpl
2024-10-17 15:44:59 +00:00
Pablo Marcos
9c9543ed8a
Merge pull request #70607 from Blargian/docs_globalVariable
[Docs] adds `globalVariable` function
2024-10-17 13:33:21 +00:00
Robert Schulze
b5fc077515
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-17 12:09:29 +00:00
Pablo Marcos
286610f3f3 Add globalVariable to ignore dict 2024-10-17 11:00:55 +00:00
Raúl Marín
99924ba2bc Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
Raúl Marín
786c2bc575 Move CoordinationSettings to pImpl 2024-10-16 14:38:46 +02:00
Nikita Taranov
5fbf184c08 fix 2024-10-15 12:17:34 +01:00
Robert Schulze
c5260bae08
Fix spelling 2024-10-14 18:52:53 +00:00