Alexander Tokmakov
|
f413061e0d
|
remove Context from some IDatabase methods
|
2020-04-23 19:51:48 +03:00 |
|
Alexander Tokmakov
|
04d6b59ac0
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
|
alexey-milovidov
|
82a71e9598
|
Merge pull request #10448 from azat/unbundled-cctz-timezone-fallback
Allow fallback for timezones with unbundled CCTZ in debug
|
2020-04-23 12:38:00 +03:00 |
|
alexey-milovidov
|
1ecfa27cd3
|
Merge pull request #10441 from ClickHouse/remove_casts_from_defaults
Remove CAST from DEFAULT expressions during table creation.
|
2020-04-23 12:36:12 +03:00 |
|
Nikita Mikhaylov
|
1e4d127f83
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse
|
2020-04-23 12:01:16 +03:00 |
|
Nikita Mikhaylov
|
3520755ab5
|
fix c++20 usage
|
2020-04-23 12:00:43 +03:00 |
|
Alexander Kuzmenkov
|
d99f516fa6
|
performance comparison
|
2020-04-23 11:44:49 +03:00 |
|
BayoNet
|
51922d3f3c
|
DOCS-595: Updated the example for MergeTree storage config (#10410)
* CLICKHOUSEDOCS-595: Updated the example.
* CLICKHOUSEDOCS-595: Fixed in other languages.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
|
2020-04-23 11:05:27 +03:00 |
|
Alexey Milovidov
|
340ae71a41
|
Added missing modification for tzdata library
|
2020-04-23 03:42:49 +03:00 |
|
Azat Khuzhin
|
ac8fb14350
|
Allow fallback for timezones with unbundled CCTZ in debug
Follow-up-for: #10425
|
2020-04-23 01:21:50 +03:00 |
|
alexey-milovidov
|
77969d11a5
|
Merge pull request #10442 from zhang2014/fix/create_database_failure
Not remove metadata directory when attach database fails
|
2020-04-23 01:07:13 +03:00 |
|
alexey-milovidov
|
1dc725f023
|
Update extended_roadmap.md
|
2020-04-23 01:02:20 +03:00 |
|
alexey-milovidov
|
b8e3655f0d
|
Merge pull request #10445 from azat/logger-source-coloring-client
Make logger name colored in client too
|
2020-04-23 00:35:40 +03:00 |
|
alexey-milovidov
|
fd27ce619b
|
Merge pull request #10444 from ClickHouse/server-memory-profiler
Simple server wide memory profiler
|
2020-04-23 00:34:23 +03:00 |
|
alexey-milovidov
|
4f6bb00424
|
Merge pull request #10420 from ClickHouse/clang-tidy-8
Fixes for clang-tidy on clang-10
|
2020-04-23 00:33:41 +03:00 |
|
alexey-milovidov
|
829a7a551c
|
Merge pull request #10446 from CurtizJ/fix-mysql-test
Fix mysql integration test
|
2020-04-23 00:25:25 +03:00 |
|
Alexander Tokmakov
|
e02b5790af
|
fix
|
2020-04-22 23:49:13 +03:00 |
|
Alexander Tokmakov
|
1833ac7f16
|
fixes
|
2020-04-22 23:43:10 +03:00 |
|
alexey-milovidov
|
9accb3ddf4
|
Merge pull request #10425 from ClickHouse/embedded-time-zones
Avoid dependency on system tzdata
|
2020-04-22 23:20:34 +03:00 |
|
Alexander Kuzmenkov
|
11f07a32f3
|
performance comparison
|
2020-04-22 23:17:52 +03:00 |
|
Nikita Mikhaylov
|
3cf2016867
|
Merge pull request #10188 from nikitamikhaylov/quorum_bug
insert_quorum vs drop partition or ttl
|
2020-04-23 00:11:57 +04:00 |
|
Anton Popov
|
47213ebfe1
|
fix mysql test
|
2020-04-22 23:09:07 +03:00 |
|
Alexander Kuzmenkov
|
631c810500
|
performance comparison
|
2020-04-22 22:42:00 +03:00 |
|
alexey-milovidov
|
9e14603ae5
|
Update DatabaseFactory.cpp
|
2020-04-22 22:37:30 +03:00 |
|
Azat Khuzhin
|
8715cef94c
|
Make logger name colored in client too
Follow-up-for: #10343
|
2020-04-22 22:34:35 +03:00 |
|
Alexey Milovidov
|
282b5785c1
|
Fixed error
|
2020-04-22 21:41:19 +03:00 |
|
Alexander Kuzmenkov
|
3d5809a4ac
|
Merge pull request #10340 from ClickHouse/aku/unstable-codec-test
Copy less memory in squashing transform.
|
2020-04-22 21:18:42 +03:00 |
|
Alexey Milovidov
|
73dd78bac1
|
Merge branch 'master' into clang-tidy-8
|
2020-04-22 21:04:47 +03:00 |
|
alexey-milovidov
|
02c416a709
|
Merge pull request #10434 from ClickHouse/absolute-path-names-in-errors
Use absolute paths in compiler diagnostic messages
|
2020-04-22 21:00:39 +03:00 |
|
Alexey Milovidov
|
07dcf40a6a
|
Simple server wide memory profiler
|
2020-04-22 20:52:21 +03:00 |
|
BayoNet
|
91fe5096ec
|
DOCS-30: min_insert_block_size_rows and min_insert_block_size_bytes (#10344)
* DOCSUP-710: min_insert_block_size_rows & min_insert_block_size_bytes settings (#99)
* docs(min_insert_block_size rows&&min_insert_block_size_bytes): added description
* Apply suggestions from review
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* added russian translation
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-30: min_insert_block_size_rows and min_insert_block_size_bytes
* CLICKHOUSEDOCS-30: Typo fix.
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
|
2020-04-22 20:20:47 +03:00 |
|
Alexey Milovidov
|
3e2b247b6b
|
Check that only embedded timezones are used in Debug build
|
2020-04-22 20:15:26 +03:00 |
|
alesapin
|
dadeb3d8b9
|
Remove casts from tests references
|
2020-04-22 20:14:34 +03:00 |
|
Alexey Milovidov
|
91f966610e
|
Do not embed timezones on alien platforms
|
2020-04-22 20:11:36 +03:00 |
|
alexey-milovidov
|
f5fe39944e
|
Merge pull request #10431 from zhang2014/fix/ISSUES-9623
ISSUES-9623 add some check for BloomFilter index
|
2020-04-22 20:04:13 +03:00 |
|
Nikita Mikhaylov
|
f1ee08778f
|
Merge pull request #10414 from nikitamikhaylov/copier-sample-offset
cluster copier with sample offset
|
2020-04-22 20:31:17 +04:00 |
|
Nikita Mikhaylov
|
ac0939c037
|
remove too much logs from asan stress test
|
2020-04-22 19:29:04 +03:00 |
|
zhang2014
|
a622208284
|
Not remove metadata directory when attach database fails
|
2020-04-23 00:03:58 +08:00 |
|
Alexey Milovidov
|
d189375051
|
Fix Mac OS build
|
2020-04-22 17:56:31 +03:00 |
|
Nikita Mikhaylov
|
52d64e5d6b
|
trigger
|
2020-04-22 17:46:02 +03:00 |
|
alesapin
|
45b8cb5b37
|
Remove casts from table creation by default
|
2020-04-22 17:29:38 +03:00 |
|
Alexander Tokmakov
|
fefbbd37df
|
Merge branch 'master' into database_atomic
|
2020-04-22 17:02:30 +03:00 |
|
Nikita Mikhaylov
|
7e61673758
|
Merge pull request #10440 from nikitamikhaylov/asan-mmap-failed
add ASAN_OPTIONS
|
2020-04-22 17:47:07 +04:00 |
|
Nikita Mikhaylov
|
f76c32fd6e
|
add allocator_release_to_os_interval_ms
|
2020-04-22 16:15:24 +03:00 |
|
Nikita Mikhaylov
|
5b37658535
|
first try
|
2020-04-22 16:13:08 +03:00 |
|
Alexander Kuzmenkov
|
3b1334ee1b
|
performance comparison
|
2020-04-22 16:11:46 +03:00 |
|
Ivan Blinkov
|
6ebf9911ab
|
fix docs build
|
2020-04-22 15:54:04 +03:00 |
|
Ivan Blinkov
|
b8645c5a7c
|
Adjust benchmark page caching + og:url/og:type/rel=canonical (#10439)
|
2020-04-22 15:40:30 +03:00 |
|
Nikita Mikhaylov
|
4989b3e87b
|
Merge branch 'copier-sample-offset' of github.com:nikitamikhaylov/ClickHouse into copier-sample-offset
|
2020-04-22 14:35:43 +03:00 |
|
Nikita Mikhaylov
|
1d5d6582a0
|
fix test
|
2020-04-22 14:35:18 +03:00 |
|