Commit Graph

105097 Commits

Author SHA1 Message Date
Nikolai Kochetov
6de781afcc Fix 01710 tests. 2023-02-17 19:18:46 +00:00
Nikolai Kochetov
f524dae924 Fix more tests. 2023-02-15 19:17:24 +00:00
Nikolai Kochetov
62bce41d3d Fix more tests. 2023-02-14 19:31:20 +00:00
Nikolai Kochetov
522a39f93f Normal Projections analysis using query plan [In progress] 2023-02-13 19:56:31 +00:00
Nikolai Kochetov
e6e486c4a1 Not crash with minmax projection. 2023-02-13 17:10:10 +00:00
Nikolai Kochetov
d6ea566b20 Mostly support minmax projection. 2023-02-13 16:52:21 +00:00
Nikolai Kochetov
e7dba2a85b Partly support minmax projection. 2023-02-08 18:34:22 +00:00
Nikolai Kochetov
d04b3a30cc Fix 01710_projections_partial_optimize_aggregation_in_order 2023-02-08 14:26:20 +00:00
Nikolai Kochetov
f30d1efe2f Fix test 01710_projections. 2023-02-08 13:32:34 +00:00
Nikolai Kochetov
b2cc2332f5 Fix 01710_force_use_projection. 2023-02-06 19:20:03 +00:00
Nikolai Kochetov
a542626fa3 Make 01710_aggregate_projections work. 2023-02-06 18:42:58 +00:00
Nikolai Kochetov
310a4c69af Aggregate Projections analysis using query plan [In progress] 2023-02-03 18:30:06 +00:00
Nikolai Kochetov
ae420b30e5 Aggregate Projections analysis using query plan [In progress] 2023-02-01 17:55:06 +00:00
Nikolai Kochetov
e2c32ccbca Aggregate Projections analysis using query plan [In progress] 2023-01-31 20:33:01 +00:00
Nikolai Kochetov
f09f8f80af Aggregate Projections analysis using query plan [In progress] 2023-01-30 20:09:58 +00:00
Nikolai Kochetov
286a58801e Aggregate Projections analysis using query plan [In progress] 2023-01-27 18:38:14 +00:00
Nikolai Kochetov
134ac9b2dd Aggregate Projections analysis using query plan [In progress] 2023-01-19 19:53:22 +00:00
Nikolai Kochetov
9c6c6d9844 Aggregate Projections analysis using query plan [In progress] 2023-01-17 20:12:34 +00:00
Anton Popov
8bdf63f8e5
Merge pull request #45191 from ClickHouse/fix-ip-part-name
Fix part ID generation for IP types for backward compatibility
2023-01-12 12:15:06 +01:00
Alexander Gololobov
6b6f5f9185
Merge pull request #45208 from ClickHouse/fix-flaky-test-p8
Fix flaky test `01961_roaring_memory_tracking` (3)
2023-01-12 12:00:38 +01:00
Ilya Yatsishin
07b8abf4be
Merge pull request #45203 from ClickHouse/Avogar-patch-1
Fix possible stack-use-after-return in LimitReadBuffer
2023-01-12 11:53:59 +01:00
Maksim Kita
30de77d071
Merge pull request #44545 from ClickHouse/vdimir/analyzer_drop_join_on
Drop unused columns after join on/using
2023-01-12 13:51:14 +03:00
Vladimir C
ac5ee471c7
Merge pull request #45184 from ClickHouse/vdimir/storage_join_null_44940 2023-01-12 11:51:11 +01:00
Ilya Yatsishin
a927ecfe04
Merge pull request #45201 from ClickHouse/qoega-patch-5 2023-01-12 10:08:02 +01:00
Alexander Gololobov
3f3ce06832
Merge pull request #45211 from ClickHouse/remove-trash-from-stress-test
Remove trash from stress test
2023-01-12 09:58:49 +01:00
Igor Nikonov
edbcb24da0
Merge pull request #44954 from ClickHouse/fix-insert-delay
Fix: insert delay calculation
2023-01-12 09:43:00 +01:00
Alexey Milovidov
703f223e50 Remove trash from stress test 2023-01-12 04:56:20 +01:00
Alexey Milovidov
7f642f7e10
Merge pull request #45057 from kssenii/filelog-fix-possible-cannot-read-all-data
Fix possible cannot-read-all-data in storage FileLog
2023-01-12 05:50:56 +03:00
Alexey Milovidov
dbe0d7c935 Fix flaky test 01961_roaring_memory_tracking (3) 2023-01-12 02:05:00 +01:00
Alexey Milovidov
7ed370b78a
Merge pull request #45202 from ClickHouse/alexey-milovidov-patch-6
Add a checkbox for documentation
2023-01-12 03:34:41 +03:00
Ilya Yatsishin
d38e89af9f
Merge pull request #45187 from ClickHouse/restart-nightly
Restart NightlyBuilds if the runner died
2023-01-11 23:49:20 +01:00
Ilya Yatsishin
3a98f2bc12
Merge pull request #45190 from ClickHouse/add-query-params-to-docs
Add query parameters to the docs
2023-01-11 23:47:50 +01:00
Ilya Yatsishin
90255d9bbe
Merge pull request #45198 from ClickHouse/serxa-patch-3
Add docs for `SYSTEM RELOAD USERS`
2023-01-11 23:39:58 +01:00
Ilya Yatsishin
bca117b26d
Merge pull request #45099 from ClickHouse/qoega-patch-4
Try to fix flaky test_create_user_and_login/test.py::test_login_as_dropped_user_xml
2023-01-11 23:37:03 +01:00
Alexander Gololobov
6adf1c025f
Merge pull request #45165 from ClickHouse/more_logging_for_replicated_ttl
More logging to facilitate debugging of flaky test_ttl_replicated
2023-01-11 23:24:48 +01:00
Kruglov Pavel
fee76a8919
Better comment 2023-01-11 23:00:43 +01:00
Kruglov Pavel
b56d355b96
Fix pissible stack-use-after-return in LimitReadBuffer 2023-01-11 22:59:36 +01:00
Mikhail f. Shiryaev
9219dc1c6e
Make sqlancer lighter by some optimizations 2023-01-11 22:43:10 +01:00
Alexey Milovidov
34871e6934
Add a checkbox for documentation 2023-01-12 00:26:03 +03:00
Ilya Yatsishin
ca367a6a64
Add CACHE_INVALIDATOR for sqlancer builds 2023-01-11 22:24:01 +01:00
Kruglov Pavel
29240ef380
Merge pull request #43927 from pufit/mmap-for-storage-file
Added mmap for StorageFile
2023-01-11 21:25:02 +01:00
Sergei Trifonov
1b94c839d5
Add docs for SYSTEM RELOAD USERS 2023-01-11 21:16:22 +01:00
Nikolai Kochetov
653d18cb8c
Merge pull request #45162 from ClickHouse/disable-test_move_and_s3_memory_usage
Disable test_ttl_move_memory_usage as too flaky.
2023-01-11 20:30:28 +01:00
Rich Raposa
f8ac49bb86
Update syntax.md 2023-01-11 12:09:23 -07:00
Rich Raposa
a389180f42
Update syntax.md 2023-01-11 12:05:35 -07:00
rfraposa
8b9d99e2e2 Update syntax.md 2023-01-11 11:51:53 -07:00
Yakov Olkhovskiy
9c4ea5a16b fix part ID generation for IP types for backward compatibility 2023-01-11 18:51:37 +00:00
vdimir
f9240a8f90
Add 02531_storage_join_null_44940 2023-01-11 18:47:04 +00:00
Ilya Yatsishin
cc352804df
Merge pull request #45156 from qoega/green-ci-5
Fix flaky test_tcp_handler_interserver_listen_host
2023-01-11 19:09:22 +01:00
Mikhail f. Shiryaev
ae02320c3d
Merge pull request #45178 from ClickHouse/content-readme
Improve README.md for clickhouse-com-content, clean out old website parts
2023-01-11 19:08:22 +01:00