Robert Schulze
|
bea529c9a1
|
Try to stabilize test results
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
91f53514d9
|
Incorporate review feedback
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
9b61de2b8b
|
Fix whitespace
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
52c825db44
|
Query cache: Allow to ignore non-deterministic queries
Fixes: #56504
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
139d8cea13
|
Merge pull request #56430 from rschu1ze/pcg
Use `pcg` + `randomSeed()` instead of `std::mt19937`/`std::random_device`
|
2023-11-12 15:57:18 +01:00 |
|
Vitaly Baranov
|
6b50f22b42
|
Merge pull request #56516 from vitlibar/lazy-loading-of-base-backups
Load base backups lazily
|
2023-11-12 14:20:47 +01:00 |
|
Robert Schulze
|
3f49e1c5ed
|
Merge remote-tracking branch 'rschu1ze/master' into pcg
|
2023-11-12 11:43:19 +00:00 |
|
Antonio Andelic
|
f6d5ac485e
|
Merge pull request #56620 from chhetripradeep/pchhetri/demote-leader-before-stop-second-attempt
Add 4-letter command for yielding leadership
|
2023-11-12 11:38:40 +01:00 |
|
Alexey Milovidov
|
ad03f1ee47
|
Merge pull request #56485 from ClickHouse/better-settings
Better settings
|
2023-11-12 00:01:38 +01:00 |
|
robot-clickhouse-ci-1
|
8625ddc906
|
Merge pull request #56514 from kitaisreal/analyzer-special-functions-projection-names-fix
Analyzer special functions projection names fix
|
2023-11-11 23:50:09 +01:00 |
|
Sema Checherinda
|
ed2bb53eec
|
Merge pull request #56594 from CheSema/inline-data
hide VERSION_INLINE_DATA under feature flag
|
2023-11-11 12:06:42 +01:00 |
|
Maksim Kita
|
504cc33a2a
|
Analyzer special functions projection names fix
|
2023-11-11 12:49:33 +03:00 |
|
Alexey Milovidov
|
744570f825
|
Merge pull request #56616 from ClickHouse/remove-dependencies
Remove dependencies
|
2023-11-11 09:38:55 +01:00 |
|
Alexey Milovidov
|
04630c3e5a
|
Merge branch 'master' into better-settings
|
2023-11-11 09:26:59 +01:00 |
|
Pradeep Chhetri
|
d0922782ed
|
Revert "Revert "Add 4-letter command for yielding/resigning leadership""
This reverts commit e1766b96d9 .
|
2023-11-11 15:37:49 +08:00 |
|
Alexey Milovidov
|
c52a91caf6
|
Remove dependencies
|
2023-11-11 06:59:20 +01:00 |
|
Alexey Milovidov
|
66d297ee47
|
Fix style
|
2023-11-11 04:25:49 +01:00 |
|
Alexey Milovidov
|
28bf977960
|
Fix test
|
2023-11-11 03:59:16 +01:00 |
|
Alexey Milovidov
|
fcd45d47e4
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-cpp-templates-2
|
2023-11-11 03:45:54 +01:00 |
|
Alexey Milovidov
|
e1766b96d9
|
Revert "Add 4-letter command for yielding/resigning leadership"
|
2023-11-11 05:45:02 +03:00 |
|
Alexey Milovidov
|
e5aad4a6fd
|
Revert "Add /keeper/availability-zone node to allow server load balancing within AZ."
|
2023-11-11 05:43:58 +03:00 |
|
Alexey Milovidov
|
2efe26eee9
|
Fix error and remove garbage
|
2023-11-11 03:38:46 +01:00 |
|
Alexey Milovidov
|
c095b1e9ef
|
Merge pull request #56502 from amosbird/fix-56481
Fix two cases of projection analysis.
|
2023-11-11 02:29:04 +01:00 |
|
Alexey Milovidov
|
a90f3b14e8
|
Split FunctionsStringArray
|
2023-11-11 02:21:24 +01:00 |
|
Alexey Milovidov
|
4de5ee8acc
|
Something
|
2023-11-11 01:01:43 +01:00 |
|
Alexey Milovidov
|
3bec4dce8e
|
Merge branch 'master' into remove-cpp-templates-2
|
2023-11-11 00:50:32 +01:00 |
|
Maksim Kita
|
bf08f3ef5a
|
Revert "Inserting only non-duplicate chunks in MV"
|
2023-11-10 21:21:13 +03:00 |
|
Sema Checherinda
|
3c15a5e714
|
hide VERSION_INLINE_DATA under storage_metadata_write_full_object_key feature
|
2023-11-10 17:24:50 +01:00 |
|
Alexey Milovidov
|
9317357873
|
Merge pull request #56546 from ClickHouse/remove-1
Remove useless using
|
2023-11-10 16:56:56 +01:00 |
|
Alexey Milovidov
|
1cc658f9be
|
Merge pull request #56552 from ClickHouse/noreturn
Allow `chassert` to guide the static analyzer
|
2023-11-10 16:56:11 +01:00 |
|
Alexey Milovidov
|
21a814c20b
|
Revert "FunctionSleep exception message fix"
|
2023-11-10 18:53:56 +03:00 |
|
Robert Schulze
|
a5b1474b6a
|
Merge pull request #56586 from rschu1ze/toUnixTS-docs
Update docs of `fromUnixTimeStamp[InJodaSyntax]()`
|
2023-11-10 15:21:48 +01:00 |
|
Nikolai Kochetov
|
a666f26056
|
Merge pull request #56419 from ClickHouse/fix-02404_memory_bound_merging-with-analyzer
Fix 02404_memory_bound_merging with analyzer.
|
2023-11-10 15:04:14 +01: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 |
|
Nikolay Degterinsky
|
05945ff80d
|
Merge pull request #56486 from evillique/fix-replicated-database-cluster-port
Fix default port for Replicated database cluster
|
2023-11-10 13:37:45 +01:00 |
|
Nikolay Degterinsky
|
07b2cdb614
|
Merge pull request #56491 from evillique/fix-alter-comment-on-cluster
Fix ALTER COMMENT queries ON CLUSTER
|
2023-11-10 13:35:26 +01:00 |
|
Nikolai Kochetov
|
145468dfd1
|
Merge pull request #56500 from kitaisreal/function-sleep-exception-message-fix
FunctionSleep exception message fix
|
2023-11-10 12:30:18 +01:00 |
|
Nikolai Kochetov
|
0898cf3e06
|
Merge pull request #56520 from kitaisreal/analyzer-move-functions-out-of-any-pass-refactoring
Analyzer MoveFunctionsOutOfAnyPass refactoring
|
2023-11-10 12:27:14 +01:00 |
|
Nikolai Kochetov
|
d233743200
|
Merge pull request #56531 from kitaisreal/analyzer-log-used-row-policies
Analyzer log used row policies
|
2023-11-10 12:26:11 +01:00 |
|
Robert Schulze
|
82f5e92bf5
|
Update docs of fromUnixTimeStamp[InJodaSyntax]()
|
2023-11-10 11:11:42 +00:00 |
|
Kseniia Sumarokova
|
ecd98006ce
|
Merge pull request #56306 from ClickHouse/fix-backup-restore-flatten-nested
Fix restore from backup with `flatten_nested` and `data_type_default_nullable`
|
2023-11-10 11:43:17 +01:00 |
|
Kseniia Sumarokova
|
2709ecd50d
|
Merge pull request #56457 from ClickHouse/fix-test-database-hdfs
Fix test `02725_database_hdfs.sh`
|
2023-11-10 11:40:18 +01:00 |
|
Kseniia Sumarokova
|
e48df94772
|
Merge pull request #56377 from ClickHouse/minor-improvements-for-s3-queue
Minor improvements for S3Queue
|
2023-11-10 11:28:09 +01:00 |
|
Alexander Gololobov
|
696bd2644f
|
Merge pull request #56547 from ClickHouse/better-warning
Better warning message
|
2023-11-10 10:41:44 +01:00 |
|
Alexander Gololobov
|
0a1078bb37
|
Merge pull request #56548 from ClickHouse/system-symbols-pick
Add a table `system.symbols`
|
2023-11-10 10:37:11 +01:00 |
|
Antonio Andelic
|
ba7b684810
|
Merge pull request #53481 from myrrc/fix/reconfig-leader-replace
Keeper `reconfig`: add timeout before yielding/taking leadership
|
2023-11-10 09:32:40 +01:00 |
|
Alexey Milovidov
|
8c253b9e3e
|
Remove C++ templates
|
2023-11-10 05:25:02 +01:00 |
|
Amos Bird
|
51ca7d05fb
|
Fix tests
|
2023-11-10 10:23:03 +08:00 |
|
Amos Bird
|
16578d97a3
|
Fix two cases of projection analysis.
1. Fix projection analysis with partitions.
2. Apply alter conversions during projection analysis.
|
2023-11-10 10:23:02 +08:00 |
|
Alexey Milovidov
|
1432d952ac
|
chasset will make sense for the static analyzer
|
2023-11-10 02:31:39 +01:00 |
|