Alexey Milovidov
a892e1d093
Merge branch 'master' into misc-databases
2024-08-18 05:57:43 +02:00
Alexey Milovidov
60dd7e962a
Fix tests
2024-08-18 05:56:27 +02:00
Alexey Milovidov
f0ae57c018
Merge pull request #68433 from ClickHouse/logout
...
Fix 01119_session_log flakiness
2024-08-18 01:21:56 +00:00
Alexey Milovidov
db863caeb1
Merge branch 'master' into cast-proper-parsing
2024-08-18 03:12:24 +02:00
Alexey Milovidov
3c021e02b6
Fix tests
2024-08-18 03:02:26 +02:00
Alexey Milovidov
a36688b073
Fix error
2024-08-18 03:02:20 +02:00
Alexey Milovidov
25fe87dfc4
Merge branch 'master' into pretty-print-tuples-in-create-table-statements
2024-08-18 02:42:33 +02:00
Alexey Milovidov
526a28e9ff
Merge branch 'master' of github.com:ClickHouse/ClickHouse into format-settings-parsing
2024-08-17 23:38:53 +02:00
Alexey Milovidov
5d851d718a
Merge branch 'master' into misc-databases
2024-08-17 23:21:22 +02:00
Alexey Milovidov
51a6035088
Merge pull request #68490 from ClickHouse/part-of-66999-2
...
Miscellaneous changes from #66999 (2)
2024-08-17 20:51:48 +00:00
Yakov Olkhovskiy
c68b597eee
fix test
2024-08-17 20:03:18 +00:00
Denis Hananein
a8a31ed137
Add unused
2024-08-17 21:14:25 +02:00
Shaun Struwig
ae389d14ee
Fix stylecheck
2024-08-17 20:42:00 +02:00
Shaun Struwig
4a7fe42001
Merge branch 'master' into variant_inference
2024-08-17 20:20:37 +02:00
Blargian
cb8d9a0564
fix typo
2024-08-17 20:13:35 +02:00
Max Kainov
7432400fd0
revert hacks made to prevent OOM in aarch64
2024-08-17 18:53:43 +02:00
Max Kainov
a42b12725a
CI: Native build for package_aarch64
2024-08-17 18:53:43 +02:00
Peter Nguyen
9dee9ecfb4
Fix incorrect default value for postgresql_connection_pool_auto_close_connection in docs
2024-08-17 10:33:35 -06:00
Alexey Milovidov
72ded640d4
Merge branch 'master' into part-of-66999-2
2024-08-17 17:04:35 +02:00
Alexey Milovidov
b9e8b15e46
Merge pull request #68486 from ClickHouse/database-overlay-more-ops
...
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 14:31:29 +00:00
Alexey Milovidov
fdae56a249
Merge pull request #68489 from ClickHouse/part-of-66999
...
Miscellaneous changes in BaseDaemon
2024-08-17 14:31:09 +00:00
Yakov Olkhovskiy
00891a2dd8
fix test
2024-08-17 13:57:24 +00:00
Julia Kartseva
95a41b9681
Merge pull request #68478 from jkartseva/03149-broken-pipe-fix
...
Fix `Broken pipe` error for `03149_numbers_max_block_size_zero.sh`
2024-08-17 05:03:42 +00:00
Denis Hananein
3adfea8653
Fix #68239 SAMPLE n
2024-08-17 06:06:04 +02:00
Yakov Olkhovskiy
330086c621
update 02136_scalar_progress results according to fixed bug
2024-08-17 03:46:33 +00:00
Michael Kolupaev
fe6fcedf58
Merge remote-tracking branch 'origin/master' into logout
2024-08-17 03:25:36 +00:00
Alexey Milovidov
7a5df67b3b
Fix style
2024-08-17 05:08:58 +02:00
Alexey Milovidov
02ec4e2f92
Fix build
2024-08-17 04:00:31 +02:00
Alexey Milovidov
3065b386a4
Update documentation
2024-08-17 03:49:45 +02:00
Alexey Milovidov
566e043c2c
Add a test
2024-08-17 03:44:36 +02:00
Alexey Milovidov
4b68ba23c0
Pretty print tuples in CREATE TABLE statements
2024-08-17 03:44:18 +02:00
jsc0218
3388557306
Merge branch 'master' into fix-projection-merge
2024-08-16 21:02:51 -04:00
Alexey Milovidov
67bbe6fe98
Merge pull request #68458 from cwurm/patch-4
...
Update gui.md: Links, formatting, spelling
2024-08-17 00:23:07 +00:00
Alexey Milovidov
e2769d4b05
Merge branch 'master' into format-settings-parsing
2024-08-17 01:45:10 +02:00
Alexey Milovidov
83608cb7bf
Miscellaneous changes from #66999 (2)
2024-08-17 01:40:07 +02:00
Alexey Milovidov
142d7b1582
Miscellaneous changes in BaseDaemon
2024-08-17 01:35:49 +02:00
Yakov Olkhovskiy
07fa798ffa
add total in system.one, test
2024-08-16 23:31:41 +00:00
Alexey Milovidov
05df12379a
Merge pull request #68462 from ClickHouse/fix-test-02122_join_group_by_timeout
...
Fix test `02122_join_group_by_timeout`
2024-08-16 23:21:24 +00:00
Alexey Milovidov
63ac05aafd
Merge pull request #68479 from ClickHouse/docs-update-json-link
...
Update JSON link
2024-08-16 22:24:31 +00:00
Alexey Milovidov
da0a8051d8
Miscellaneous changes in database engines
2024-08-17 00:22:57 +02:00
Azat Khuzhin
a66db7abc2
Fix output of clickhouse-test in case of tests timeouts
...
After https://github.com/ClickHouse/ClickHouse/pull/67737 the output
will be broken, since in case of timeout it will print to stdout.
Let's just capture it and add it to stderr.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-17 00:20:08 +02:00
Alexey Milovidov
8ba142559c
Pass-through RENAME and UUID-related operations in Overlay database to underlying databases
2024-08-17 00:09:39 +02:00
Alexey Milovidov
b98249ea7f
Use temporary tables for input and output in clickhouse-local
2024-08-17 00:06:47 +02:00
Alexey Milovidov
bee38a7f4e
Merge branch 'master' into cast-proper-parsing
2024-08-16 23:52:30 +02:00
Alexey Milovidov
d952f7cff5
Update test
2024-08-16 23:50:26 +02:00
Alexey Milovidov
70595182ee
Merge branch 'master' into tighten-limits-functional-tests
2024-08-16 23:49:08 +02:00
Julia Kartseva
2a5de86fe4
shellcheck
2024-08-16 21:46:21 +00:00
Alexey Milovidov
aee031ad44
Slightly better
2024-08-16 23:25:49 +02:00
Alexey Milovidov
cc7d22a7b8
Proper parsing of the PostgreSQL-style CAST operator
2024-08-16 23:08:16 +02:00
Justin de Guzman
4b11522990
Update JSON link
2024-08-16 14:06:55 -07:00