Nikolai Kochetov
c3e5aa2329
Update CHANGELOG.md
...
Add changelog for 20.1.8.41
2020-03-23 12:19:03 +03:00
Nikolai Kochetov
d6042d1818
Update CHANGELOG.md
...
Add changelog for 2.1.7.38
2020-03-23 12:13:06 +03:00
Nikolai Kochetov
bb5da20fb2
Update CHANGELOG.md
...
Added changelog for 20.3.4.10
2020-03-23 11:44:58 +03:00
alexey-milovidov
c7863e1ac6
Clang Tidy, part 7 ( #9799 )
...
* Attempt to enable identifier naming check
* Attempt to enable identifier naming check, continue
* Progress on identifier names
* Adopt identifier names check
* Fixed error
* Merge with master
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed error
* Fixed error
* Fixed error
2020-03-23 05:12:31 +03:00
alexey-milovidov
296fade014
Merge pull request #9809 from ClickHouse/docker-builder-update
...
Update "builder" docker image
2020-03-23 02:19:02 +03:00
alexey-milovidov
3550f401ec
Merge pull request #9804 from azat/optimize_skip_unused_shards_type_mismatch
...
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
2020-03-23 02:06:58 +03:00
Alexey Milovidov
8df43f2f50
Update packager images
2020-03-23 00:10:14 +03:00
Vitaly Baranov
73d72fd1e2
Merge pull request #9517 from vitlibar/RBAC-7
...
RBAC-7
2020-03-23 00:03:53 +03:00
Alexey Milovidov
21f478e2c0
Update "builder" docker image
2020-03-22 23:44:17 +03:00
alexey-milovidov
06a8a421a2
Merge pull request #9739 from 4ertus2/ast
...
Rewrite multiple JOINs v2
2020-03-22 19:54:38 +03:00
Azat Khuzhin
7caf8c006d
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
2020-03-22 19:45:36 +03:00
Azat Khuzhin
0204c3f9c7
Cover optimize_skip_unused_shards for types mismatch
2020-03-22 19:32:16 +03:00
Ivan Blinkov
bdb94fab45
make_links.sh run ( #9807 )
2020-03-22 18:55:22 +03:00
Ivan Blinkov
b8dc2a80c1
Update build.py
2020-03-22 18:20:11 +03:00
Ivan Blinkov
4cafab6fda
More docs build logging
2020-03-22 17:48:36 +03:00
Ivan Blinkov
c2a73982a8
Keep some wkhtmltopdf logging
2020-03-22 17:43:04 +03:00
Ivan Blinkov
18d659ed92
Don't use a link to Russian book in English article
2020-03-22 16:53:46 +03:00
Ivan Blinkov
fda8f6cb0e
trigger ci
2020-03-22 16:37:23 +03:00
Denis Zhuravlev
b1ddbd247c
Doc. Update create table visits
with a new syntax. ( #9801 )
2020-03-22 15:13:19 +03:00
Ivan Blinkov
dfa01a6358
[docs] extra logging and minor refactoring ( #9805 )
2020-03-22 15:12:53 +03:00
Ivan Blinkov
d1851ecbd6
Update README.md
2020-03-22 15:12:15 +03:00
Ivan Blinkov
9915506ad1
Update docs/tools/README.md
2020-03-22 15:08:47 +03:00
Ivan Blinkov
d8eea84b1d
Do not do useless work on docs for old releases
2020-03-22 14:22:52 +03:00
Ivan Blinkov
790704d081
Restore some old manual anchors in docs ( #9803 )
...
* Simplify 404 page
* add es array_functions.md
* restore some old manual anchors
* update sitemaps
* trigger checks
* restore more old manual anchors
* refactor test.md + temporary disable failure again
* fix mistype
2020-03-22 12:14:59 +03:00
Vitaly Baranov
6839e15b67
Add tests for settings profiles.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
9ca6af32ea
Implement SQL to manage settings profiles.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
49bf4ae375
Introduce SettingsProfile as a new access entity type.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
18d5f63b31
Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
f1e9e3dec0
Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
c1f5f8bc89
Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
66172cc2eb
Improve access rights: CREATE TABLE now implicitly enables CREATE VIEW, the same thing for DROP TABLE, ALTER TABLE, TRUNCATE_TABLE.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
c7a10665d7
Remove non-partial revoke.
2020-03-22 11:08:08 +03:00
Vitaly Baranov
4af36ee5a4
Fix updating of the access rights after changing of the readonly
setting. Remove non-const function Context::getSettingsRef().
2020-03-22 11:08:08 +03:00
Vitaly Baranov
5eb79c2303
Cast "const char *" to StringRef is now implicit and constexpr.
2020-03-22 11:05:42 +03:00
Vitaly Baranov
598b373b35
Improve ext::scope_guard.
2020-03-22 11:05:42 +03:00
alexey-milovidov
2fd4439e5f
Merge pull request #9761 from ClickHouse/remove-unused-code-thread-pool
...
Remove unused (obsolete) code from ThreadPool
2020-03-22 06:34:40 +03:00
Alexey Milovidov
75bf22e1f3
Fixed style
2020-03-22 05:52:44 +03:00
alexey-milovidov
3b7dc4d378
Merge pull request #9773 from achimbab/pr_funnel_strict_order
...
Add 'strict_order' option to windowFunnel()
2020-03-22 04:01:46 +03:00
alexey-milovidov
939e702bc6
Merge pull request #9606 from ClickHouse/alter_on_top_of_mutations_merge_tree
...
Non-blocking alter for vanilla merge tree
2020-03-22 03:56:25 +03:00
alexey-milovidov
03aa8d4cfd
Update AlterCommands.cpp
2020-03-22 03:56:10 +03:00
alexey-milovidov
46829a63f3
Update StorageMergeTree.cpp
2020-03-22 03:53:40 +03:00
alexey-milovidov
7a92428046
Update MutationCommands.h
2020-03-22 03:50:06 +03:00
alexey-milovidov
673e38f064
Merge pull request #9796 from ClickHouse/remove-old-performance-test
...
Remove old `performance-test` tool
2020-03-22 03:40:43 +03:00
Alexey Milovidov
bab4bdbbbd
Merge branch 'master' into remove-old-performance-test
2020-03-21 19:43:39 +03:00
Alexey Milovidov
1bfe312834
Removed leftovers
2020-03-21 19:43:31 +03:00
Artem Zuikov
d3b5620ad6
multiple_joins_rewriter_version = 1
2020-03-21 19:13:06 +03:00
Šimon Podlipský
e4a18367cf
Add PHP simpod/clickhouse-client ( #9794 )
...
Yet another ClickHouse client
- all formats support leveraging PHP generics for type safety
- lightweight
- swappable http client
- guarded by Infection + PHPStan and PSalm max levels
2020-03-21 18:14:02 +03:00
Šimon Podlipský
4505e408c0
Change PHP client names to <vendor/lib> format ( #9795 )
...
- change name format to help distinguish clients
- use packagist links that are more helpful for library consumers
2020-03-21 18:08:13 +03:00
alexey-milovidov
a87c5eafd6
Merge pull request #9798 from amosbird/ch
...
using double width space to display newline ch
2020-03-21 16:48:23 +03:00
Amos Bird
cf9ca33c88
using double width space to display newline ch
2020-03-21 21:46:32 +08:00