Alexey Milovidov
|
add08dbc47
|
Fix style
|
2020-08-08 04:58:40 +03:00 |
|
Alexey Milovidov
|
6be6ac9c14
|
Possibly fix clang-tidy
|
2020-08-08 04:58:04 +03:00 |
|
Alexey Milovidov
|
94fcd929db
|
Update test
|
2020-08-08 03:07:33 +03:00 |
|
Alexey Milovidov
|
f968ae8804
|
Hardening continued
|
2020-08-07 22:45:29 +03:00 |
|
Alexey Milovidov
|
b6625006dc
|
Hardening and better error messages
|
2020-08-07 22:36:04 +03:00 |
|
alexey-milovidov
|
7786fd4119
|
Merge pull request #13228 from ClickHouse/decimal-too-large-negative-exponent
Fix assert when decimal has too large negative exponent
|
2020-08-07 21:57:20 +03:00 |
|
robot-clickhouse
|
a82c0f5371
|
Auto version update to [20.8.1.1] [54438]
|
2020-08-07 21:45:49 +03:00 |
|
robot-clickhouse
|
19f3800a55
|
Auto version update to [20.7.1.4310] [54437]
|
2020-08-07 21:45:15 +03:00 |
|
alesapin
|
91fec04cdd
|
Merge pull request #13494 from ClickHouse/fix_deb_builder
New version of dpkg-deb in deb builder.
|
2020-08-07 20:20:45 +03:00 |
|
alesapin
|
48466c0960
|
New version of dpkg-deb
|
2020-08-07 19:07:52 +03:00 |
|
Alexander Kuzmenkov
|
5d60ab33a5
|
Merge pull request #13147 from ClickHouse/aku/podarray
Assert that the source type is the same before memcpy in PODArray::insert
|
2020-08-07 16:58:14 +03:00 |
|
Anton Popov
|
35d0328462
|
Merge pull request #13396 from CurtizJ/fix-13198
Fix assertion in FinishSortingTransform.
|
2020-08-07 15:36:17 +03:00 |
|
Nikolai Kochetov
|
63ace67409
|
Merge pull request #13420 from ClickHouse/fix-tuple-with-null-comparison
Fix tuple with null comparison
|
2020-08-07 15:32:52 +03:00 |
|
Nikolai Kochetov
|
79f30f9446
|
Merge pull request #13399 from hczhcz/patch-0806
Fix empty output of arrow related formats
|
2020-08-07 15:31:45 +03:00 |
|
Alexey Milovidov
|
f74f5cfa06
|
Attempt to fix "Unbundled" build
|
2020-08-07 14:18:41 +03:00 |
|
Alexey Milovidov
|
a00e6ce181
|
Added missing modification
|
2020-08-07 14:10:18 +03:00 |
|
alexey-milovidov
|
b5667e3b0f
|
Merge pull request #13441 from ClickHouse/fix-parse-date-time-best-effort
Fix error in parseDateTimeBestEffort
|
2020-08-07 14:02:59 +03:00 |
|
Roman Bug
|
55088d53cd
|
DOCSUP-2035: Edit and translate to Russian some PR. (#13395)
* DOCSUP-2035: (ru) Added updates in replacingmergetree.md by PR#11793
* DOCSUP-2035: Added Third-party description by PR#12175.
* DOCSUP-2035: Updated translation in third-party/index.md
* DOCSUP-2035: (ru) Added translation to table-engines-for-integrations.
* DOCSUP-2035: (ru) Added translation to table-engines-for-integrations by PR#12170.
* DOCSUP-2035: Added Special table engines and engines for integration sections by PR#1270
* DOCSUP-2035: (ru) Added allow TabSeparatedRaw description in interfaces/formats.md by PR#12009.
* DOCSUP-2035: Added footer with link to original pages.
* DOCSUP-2035: Update note block.
* DOCSUP-2035: Update attention block.
* Update docs/ru/interfaces/third-party/index.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/third-party/index.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/formats.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/engines/table-engines/integrations/index.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
|
2020-08-07 12:02:45 +03:00 |
|
Alexander Millin
|
b7f08f447a
|
[docs] Fix system.md (#13332)
Co-authored-by: Alexander Millin <a.millin@city-mobil.ru>
|
2020-08-07 11:48:38 +03:00 |
|
Nikolai Kochetov
|
7a9b244f37
|
Push ci
|
2020-08-07 11:29:41 +03:00 |
|
tavplubix
|
e014151f79
|
Merge pull request #13445 from ClickHouse/add-test-insert-values-hex-float
Added a test for hex floats in INSERT VALUES
|
2020-08-07 16:53:55 +09:00 |
|
hcz
|
898e19e18d
|
Fix function names
|
2020-08-07 15:40:05 +08:00 |
|
alexey-milovidov
|
9cb0914bbd
|
Merge pull request #13447 from vladimir-golovchenko/fix-server-gitignore
Updated gitignore-files.
|
2020-08-07 05:01:33 +03:00 |
|
alexey-milovidov
|
6ea0943a0f
|
Update README.md
|
2020-08-07 04:55:00 +03:00 |
|
Alexey Milovidov
|
0ac3f0481f
|
Probably fix error
|
2020-08-07 04:27:29 +03:00 |
|
Alexander Kuzmenkov
|
11727864dd
|
performance comparison
|
2020-08-07 04:25:45 +03:00 |
|
Alexey Milovidov
|
7094f5435c
|
Merge branch 'master' into decimal-too-large-negative-exponent
|
2020-08-07 04:23:59 +03:00 |
|
vladimir golovchenko
|
cb153d2605
|
Updated gitignore-files.
|
2020-08-06 18:05:32 -07:00 |
|
Alexey Milovidov
|
1452e1ab30
|
Added a test for hex floats in INSERT VALUES
|
2020-08-07 03:46:49 +03:00 |
|
alexey-milovidov
|
467b7e24d3
|
Merge pull request #13430 from ClickHouse/documentation-optimize-legibility
Documentation: optimize legibility
|
2020-08-07 02:58:13 +03:00 |
|
alexey-milovidov
|
53047c89b9
|
Merge pull request #13433 from ClickHouse/documentation-fix-bad-markup-2
Documentation: fix bad markup 2
|
2020-08-07 02:58:00 +03:00 |
|
alexey-milovidov
|
921dccc619
|
Merge pull request #13434 from ClickHouse/documentation-fix-bad-markup-3
Fix bad markup in documentation: make it a bit more friendly
|
2020-08-07 02:57:37 +03:00 |
|
alexey-milovidov
|
1cfbbbd55e
|
Merge pull request #13435 from ClickHouse/documentation-fix-animation
Documentation: remove animations
|
2020-08-07 02:57:25 +03:00 |
|
alexey-milovidov
|
421792b2eb
|
Merge pull request #13436 from ClickHouse/documentation-fix-bad-markup-4
Documentation: fix box drawing characters
|
2020-08-07 02:56:52 +03:00 |
|
Alexey Milovidov
|
241017bc1f
|
Fix error in parseDateTimeBestEffort
|
2020-08-07 02:52:18 +03:00 |
|
alexey-milovidov
|
dcfadac00a
|
Merge pull request #13431 from ClickHouse/documentation-fix-bad-markup
Fix bad markup in docs menu
|
2020-08-07 01:53:46 +03:00 |
|
Alexander Kuzmenkov
|
da7bc8962d
|
Merge pull request #13417 from vladimir-golovchenko/fix-quota-statements-interval-formatting
Fix a 'Week'-interval formatting for ATTACH/ALTER/CREATE QUOTA-statements
|
2020-08-07 01:50:25 +03:00 |
|
Artem Zuikov
|
e05dc65e73
|
fix duplicated any function rewrite (#13419)
|
2020-08-07 01:36:14 +03:00 |
|
alexey-milovidov
|
cece629145
|
Fix documentation
|
2020-08-07 01:14:31 +03:00 |
|
Alexey Milovidov
|
5a78a49349
|
Fix box drawing characters
|
2020-08-07 01:09:32 +03:00 |
|
Alexey Milovidov
|
05a5eb7e8d
|
Remove animations
|
2020-08-07 00:53:13 +03:00 |
|
Alexey Milovidov
|
0bd41203b4
|
A bit more friendly
|
2020-08-07 00:45:56 +03:00 |
|
Alexey Milovidov
|
918413724e
|
Remove strange markup
|
2020-08-07 00:39:02 +03:00 |
|
Alexey Milovidov
|
d9130227d8
|
Fix strange CSS
|
2020-08-07 00:30:23 +03:00 |
|
Alexey Milovidov
|
5fec253d8b
|
Fix idiotic markup in docs menu
|
2020-08-07 00:13:18 +03:00 |
|
alexey-milovidov
|
5df187783e
|
Fix data corruption @blinkov
|
2020-08-06 23:59:19 +03:00 |
|
Alexey Milovidov
|
8ea7fb7e5b
|
Documentation: optimize legibility
|
2020-08-06 23:47:42 +03:00 |
|
Nikolai Kochetov
|
c35b704c14
|
Merge pull request #13394 from azat/PrettyCompactMonoBlock
Fix quirks for PrettyCompactMonoBlock
|
2020-08-06 22:53:11 +03:00 |
|
Anna
|
13b292865f
|
DOCSUP-2029: Split create.md (#13302)
* Split create.md into separated files
* Fixed links
* Fixed a typo
* Fixed links
* Fixed link
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
|
2020-08-06 20:05:43 +03:00 |
|
alesapin
|
25a472a306
|
Merge pull request #13407 from ClickHouse/fix_kill_mutation
Simplify kill mutations tests
|
2020-08-06 17:46:46 +03:00 |
|