Alexander Tokmakov
|
68f63c4b20
|
store temporary tables in DatabaseMemory
|
2020-01-30 22:00:51 +03:00 |
|
Alexander Tokmakov
|
7f3b5efebe
|
SHOW CREATE for DatabaseMemory
|
2020-01-30 16:12:39 +03:00 |
|
Alexander Tokmakov
|
89a31e4253
|
Merge branch 'master' into database_atomic
|
2020-01-29 15:05:48 +03:00 |
|
Nikolai Kochetov
|
8ce6040306
|
Merge pull request #7796 from ClickHouse/processors-4.3
Processors and system.numbers
|
2020-01-29 13:11:13 +03:00 |
|
Ivan Blinkov
|
28c6b58e7b
|
Merge pull request #8891 from ClickHouse/blinkov-patch-15
Update roadmap.md
|
2020-01-29 12:44:02 +03:00 |
|
Ivan Blinkov
|
3038278a14
|
Update roadmap.md
|
2020-01-29 12:43:34 +03:00 |
|
Ivan Blinkov
|
a8e7f864e3
|
Update release.sh
|
2020-01-29 12:42:06 +03:00 |
|
alesapin
|
2d87ee822c
|
Add missed lines in changelog
|
2020-01-29 11:47:16 +03:00 |
|
alesapin
|
9b822e926a
|
Merge pull request #8882 from CurtizJ/fix-integration-test
Fix integration test 'prefer_localhost_replica'.
|
2020-01-29 11:34:39 +03:00 |
|
alesapin
|
abe9ce8774
|
Merge pull request #8884 from azat/client-suggest-merge_tree_settings
Add system.merge_tree_settings into clickhouse-client suggest
|
2020-01-29 11:26:24 +03:00 |
|
alexey-milovidov
|
2f9dd8e80f
|
Merge pull request #8877 from ClickHouse/aku/trace-readability
Reformat stack traces for readability.
|
2020-01-29 02:19:18 +03:00 |
|
alexey-milovidov
|
bcab6e7ac1
|
Merge pull request #8880 from ClickHouse/Akazz-clickhouse-test-patch-1
A followup to #8858: fixed awk invokation in hung queries check
|
2020-01-29 02:14:43 +03:00 |
|
Ivan Blinkov
|
57ac725410
|
Update index.html
|
2020-01-28 22:49:48 +03:00 |
|
Ivan Blinkov
|
fbf04cb630
|
Update release.sh
|
2020-01-28 22:47:58 +03:00 |
|
Alexander Tokmakov
|
b82693cb07
|
fix some tests
|
2020-01-28 22:39:52 +03:00 |
|
Ivan Blinkov
|
e05c253b5a
|
Update release.sh
|
2020-01-28 22:31:35 +03:00 |
|
Azat Khuzhin
|
3aeea41369
|
Add system.merge_tree_settings into clickhouse-client suggest
|
2020-01-28 22:25:43 +03:00 |
|
alexey-milovidov
|
e2860f8525
|
Merge pull request #8883 from ClickHouse/fix-storage-file-too-many-open-files
Updated internal testing script.
|
2020-01-28 22:21:58 +03:00 |
|
Alexey Milovidov
|
569e1ff666
|
Update testing script
|
2020-01-28 22:17:30 +03:00 |
|
alexey-milovidov
|
30c11474c8
|
Merge pull request #8834 from zlobober/comparable_nulls
Make NULLs comparable to everything.
|
2020-01-28 21:58:59 +03:00 |
|
CurtizJ
|
3144e81cb5
|
fix test prefer_localhost_replica
|
2020-01-28 21:54:25 +03:00 |
|
Ivan Blinkov
|
139af920ec
|
Merge pull request #8881 from blinkov/master
Try alternative website deploy destination
|
2020-01-28 21:52:52 +03:00 |
|
Ivan Blinkov
|
2ff8f7de1a
|
Try alternative website deploy destination
|
2020-01-28 21:51:44 +03:00 |
|
Alexander Kuzmenkov
|
7970067ecf
|
[wip] performance comparison
|
2020-01-28 21:43:18 +03:00 |
|
Alexander Kazakov
|
cebeae0055
|
Fixed awk invokation in hung queries check
|
2020-01-28 20:21:57 +03:00 |
|
Alexey Milovidov
|
3a5de8b874
|
Update script for CHYT
|
2020-01-28 19:59:32 +03:00 |
|
Nikolai Kochetov
|
196bb81a6e
|
Update TreeExecutor.
|
2020-01-28 19:59:28 +03:00 |
|
Ivan Blinkov
|
cbb3b492f2
|
Merge pull request #8878 from BayoNet/master
DOCS: Fixing documentation build
|
2020-01-28 18:39:34 +03:00 |
|
Sergei Shtykov
|
087418cb5a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse
|
2020-01-28 18:28:00 +03:00 |
|
Sergei Shtykov
|
67dc8f2422
|
Links fixed.
|
2020-01-28 18:27:44 +03:00 |
|
Alexander Kuzmenkov
|
62fdc6c879
|
[wip] performance comparison
|
2020-01-28 18:13:37 +03:00 |
|
Ivan Blinkov
|
6e2d63a925
|
[docs] Improved retrieval of stable releases list and some search tuning (#8872)
|
2020-01-28 17:58:08 +03:00 |
|
Alexander Kuzmenkov
|
37daed2830
|
Reformat stack traces for readability.
|
2020-01-28 17:42:58 +03:00 |
|
Ding Xiang Fei
|
55b81c97e6
|
Set signal before rethrowing exception (#8736)
* set signal before rethrowing exception
* Add comment
|
2020-01-28 16:47:47 +03:00 |
|
alesapin
|
4bdfd4ddcd
|
Remove not merged feature
|
2020-01-28 16:40:23 +03:00 |
|
Nikolai Kochetov
|
fea33f8b60
|
Add processlist to PipelineExecutor. Throw exception if query was killed.
|
2020-01-28 16:16:02 +03:00 |
|
Nikolai Kochetov
|
5a8a367228
|
Add processlist to PipelineExecutor. Throw exception if query was killed.
|
2020-01-28 15:59:34 +03:00 |
|
Maxim Akhmedov
|
65356ea893
|
And one more fix.
|
2020-01-28 15:33:25 +03:00 |
|
Maxim Akhmedov
|
ead37dc294
|
Fix comparison between decimal field and null.
|
2020-01-28 15:31:17 +03:00 |
|
Nikolai Kochetov
|
a19c8b3d37
|
Update LimitTransform.
|
2020-01-28 14:50:22 +03:00 |
|
alesapin
|
e27a3170bc
|
Less flaps in tests
|
2020-01-28 13:58:37 +03:00 |
|
Ivan Blinkov
|
c63b1c84c0
|
[docs] Improved retrieval of stable releases list
|
2020-01-28 13:18:09 +03:00 |
|
Ivan Blinkov
|
6b59c04cf1
|
merge
|
2020-01-28 12:49:04 +03:00 |
|
alexey-milovidov
|
1f90d2f078
|
Merge pull request #8866 from achulkov2/issue-8865_unnamed_tuples_should_not_be_flattened
Issue 8865 unnamed tuples should not be flattened
|
2020-01-28 12:32:58 +03:00 |
|
alesapin
|
775bbf72e3
|
Merge pull request #8815 from ClickHouse/add_changelog_20
Changelog 20.1
|
2020-01-28 12:15:46 +03:00 |
|
alesapin
|
7b6709a5ca
|
Fix typo and remove setting
|
2020-01-28 12:06:32 +03:00 |
|
alesapin
|
12e70d08f6
|
Remove another if
|
2020-01-28 11:58:11 +03:00 |
|
alesapin
|
e8619ce99d
|
Now we have branches in .tgz repository
|
2020-01-28 11:50:29 +03:00 |
|
alexey-milovidov
|
f0a3416b4e
|
Merge pull request #8869 from ClickHouse/add-woboq-docs
Add link to Woboq to docs
|
2020-01-28 03:39:06 +03:00 |
|
alexey-milovidov
|
9596c25c36
|
Update browse_code.md
|
2020-01-28 02:31:49 +03:00 |
|