MaximAL
aa453c43ce
Non-translated and
( #2681 )
2018-07-19 11:32:35 +03:00
alexey-milovidov
ef5f09af50
Update tests.md
2018-07-19 06:23:40 +03:00
alexey-milovidov
9ff93c7b6d
Update tests.md
2018-07-19 06:20:25 +03:00
alexey-milovidov
592733f697
Update tests.md
2018-07-19 06:14:56 +03:00
alexey-milovidov
71c70137ea
Update tests.md
2018-07-19 06:14:20 +03:00
alexey-milovidov
c295c12dd4
Added documentation about ClickHouse testing ( #2676 )
...
* Added documentation about ClickHouse testing (draft) [#CLICKHOUSE-2]
* Updated documentation about ClickHouse testing [#CLICKHOUSE-2]
* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]
* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]
2018-07-19 06:02:29 +03:00
BayoNet
ba04b9dcb8
Functions for Nullable arguments.
2018-07-18 21:45:23 +03:00
Ivan Blinkov
0a4a5b36cc
Some WIP on documentation refactoring ( #2659 )
...
* Additional .gitignore entries
* Merge a bunch of small articles about system tables into single one
* Merge a bunch of small articles about formats into single one
* Adapt table with formats to English docs too
* Add SPb meetup link to main page
* Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles
* Merge MacOS.md into build_osx.md
* Move Data types higher in ToC
* Publish changelog on website alongside documentation
* Few fixes for en/table_engines/file.md
* Use smaller header sizes in changelogs
* Group up table engines inside ToC
* Move table engines out of top level too
* Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye.
* Move stuff that is part of query language into respective folder
* Move table functions lower in ToC
* Lost redirects.txt update
* Do not rely on comments in yaml + fix few ru titles
* Extract major parts of queries.md into separate articles
* queries.md has been supposed to be removed
* Fix weird translation
* Fix a bunch of links
* There is only table of contents left
* "Query language" is actually part of SQL abbreviation
* Change filename in README.md too
* fix mistype
2018-07-18 13:00:53 +03:00
Ivan Blinkov
ca39514209
Get rid of Russian examples in English version
2018-07-17 17:12:20 +03:00
BayoNet
ca7f6b3d5b
NULL in dictionaries.
2018-07-17 09:34:43 +03:00
BayoNet
09a4f79db6
NULL in aggregate functions.
2018-07-17 09:23:18 +03:00
BayoNet
3a6b95870c
NULL in requests.
2018-07-17 08:48:14 +03:00
Alexey Zatelepin
9a001224f7
update docs [#CLICKHOUSE-3748]
2018-07-16 06:22:22 +03:00
filimonov
17e4711968
deadlinks4
2018-07-16 03:22:42 +03:00
filimonov
dd69df4e21
deadlinks3
2018-07-16 03:22:42 +03:00
filimonov
9ee98902cb
fixing deadlink
...
After that commit few links is not working
2018-07-16 03:22:42 +03:00
alexey-milovidov
6d83ae0356
Update queries.md
2018-07-15 05:08:41 +03:00
Ilya Breev
859a70245a
replace POST examples with curl
2018-07-14 15:14:20 +03:00
Ilya Breev
75b2ee8727
remove GET example
...
it is referring command GET from libwww-perl
2018-07-14 15:14:20 +03:00
Ilya Breev
319f2474d7
replace POST examples with curl
2018-07-14 15:14:20 +03:00
Ilya Breev
e1ca437766
Update .net section of 3rd party libraries list
2018-07-13 22:30:00 +03:00
alexey-milovidov
95110c4aa8
Update index.md
2018-07-13 22:25:33 +03:00
Ilya Breev
0ee6b20381
Update in .Net section of 3rd party libraries
2018-07-13 22:06:50 +03:00
Ivan Blinkov
b55d532f48
Add README.md for docs/tools
2018-07-11 16:45:13 +03:00
Ivan Blinkov
b9de47912c
Some more clarifications
2018-07-11 13:57:44 +03:00
Ivan Blinkov
be2221844b
Add more detailed README.md to docs folder
2018-07-11 12:30:15 +03:00
Ivan Blinkov
af761035fd
Fix single page version detection
2018-07-11 11:34:32 +03:00
Ivan Blinkov
b4cbc52042
Refactor and fix some javascript in docs template
2018-07-11 11:29:34 +03:00
Ivan Blinkov
ccd8e95093
Improve logging a bit #2
2018-07-11 11:17:36 +03:00
Ivan Blinkov
56cbce1b38
Improve logging a bit
2018-07-11 11:14:23 +03:00
Ivan Blinkov
cf157b04be
Add helper script to simplify editing docs in both languages in parallel
2018-07-11 11:05:24 +03:00
Ivan Blinkov
c096c79dd5
Delay docs init
2018-07-09 19:56:20 +03:00
Ivan Blinkov
b82840f361
Workaround for missing jQuery
2018-07-09 19:47:05 +03:00
Ivan Blinkov
1410555aeb
Keep only pages index in yaml
2018-07-09 19:41:32 +03:00
Ivan Blinkov
e94a3262ac
Keep H1 the same in single page docs
2018-07-09 18:18:52 +03:00
Ivan Blinkov
810c130500
merge from master
2018-07-09 18:13:26 +03:00
Ivan Blinkov
4a43773134
Actually include redirects.conf
2018-07-09 18:09:16 +03:00
Ivan Blinkov
d249cea22f
Rewrite build.sh in Python
...
- Get rid of half of copypaste in yml files
- Draft of redirects support
2018-07-09 18:03:54 +03:00
filimonov
a0814164c0
describing distributed_product_mode in settings.md
...
See
7707b5a209/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.h (L17-L32)
576885c6b8/dbms/src/Interpreters/Settings.h (L121)
77fd2f3721/dbms/src/Interpreters/SettingsCommon.cpp (L464-L473)
88efe5ad56/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.cpp (L155)
2018-07-09 17:59:20 +03:00
Ivan Blinkov
5ec05996f4
Some refactoring in concatenate.py
2018-07-09 15:35:19 +03:00
Ivan Blinkov
eefff21f6d
Remove unused script #2
2018-07-09 15:21:33 +03:00
Ivan Blinkov
aec554c223
Remove unused script
2018-07-09 15:18:54 +03:00
Ivan Blinkov
9e2bb1ac0b
Clean up docs folder by moving all build-related tools to subdirectory
2018-07-09 15:14:26 +03:00
Ivan Blinkov
e312229344
Few documentation infrastructure improvements ( #2613 )
...
* Remove Berlin meetup link
* Do not block browser while single page docs content loads
* Restore sidebar scroll tracking feature
* Temporary hide footer in single page docs mode so it does not jump around
* Swap sidebars in single page docs mode
* fix lost anchor in link
* Explicitly fail if there are errors during docs build
2018-07-09 15:00:38 +03:00
Ivan Blinkov
610bb98eab
Explicitly fail if there are errors during docs build
2018-07-09 14:26:11 +03:00
Ivan Blinkov
014c8a93f2
fix lost anchor in link
2018-07-09 14:18:37 +03:00
Ivan Blinkov
6e780c3237
Swap sidebars in single page docs mode
2018-07-09 14:15:33 +03:00
Ivan Blinkov
27baeb4709
Temporary hide footer in single page docs mode so it does not jump around
2018-07-09 14:14:41 +03:00
Ivan Blinkov
a26933fe2b
Restore sidebar scroll tracking feature
2018-07-09 13:06:42 +03:00
Ivan Blinkov
7fdde523fd
Do not block browser while single page docs content loads
2018-07-09 12:18:48 +03:00
BayoNet
ae8c739c69
Some clarifications about Nullable
type and NULL
s.
2018-07-08 11:58:43 +03:00
alexey-milovidov
b0ec1423c7
Reordered the list of PHP clients.
2018-07-06 19:33:59 +03:00
alexey-milovidov
c429ceb7e1
Reordered the list of PHP clients.
2018-07-06 19:32:49 +03:00
Alexey Milovidov
d45ca13fe7
Merge branch 'feature-agg-func-in-summing-merge-tree' of https://github.com/kvap/ClickHouse into kvap-feature-agg-func-in-summing-merge-tree
2018-07-04 23:38:06 +03:00
alexey-milovidov
83bd2cdce3
Update summingmergetree.md
2018-07-04 23:35:20 +03:00
Alexey Milovidov
47958bee7c
Merge branch 'feature-agg-func-in-summing-merge-tree' of https://github.com/kvap/ClickHouse into kvap-feature-agg-func-in-summing-merge-tree
2018-07-04 23:34:28 +03:00
BayoNet
29afde3ac9
Described operators IS NULL and IS NOT NULL
2018-07-04 09:21:21 +03:00
BayoNet
0cf2d401de
Liks fixes.
2018-07-03 16:07:16 +03:00
BayoNet
f7ba157b10
New data types: Nullable and Nothing.
...
Processing of Nullable in inserts from selects.
Some links and typographic fixes.
2018-07-03 15:51:46 +03:00
Alexey Zatelepin
84191ecca4
add en docs draft for mutations [#CLICKHOUSE-3687]
2018-07-02 21:27:30 +03:00
Alex Zatelepin
10adc99dd0
Update queries.md
2018-07-02 21:00:21 +03:00
BayoNet
0a09fc7707
Merge remote-tracking branch 'upstream/master'
2018-06-30 20:12:54 +03:00
BayoNet
c91a2c0de0
NULL-literal. Support for NULLs in data formats.
2018-06-30 20:04:07 +03:00
Alexey Milovidov
74a8996367
Updated information about Gentoo (tnx. kmeaw) [#CLICKHOUSE-2]
2018-06-29 15:07:07 +03:00
alexey-milovidov
b06801a3d3
Update index.md
2018-06-28 18:15:37 +03:00
alexey-milovidov
d2e399f688
Update index.md
2018-06-28 18:13:29 +03:00
Alexey Zatelepin
b8c4a0ba8e
add docs draft for mutations [#CLICKHOUSE-3687]
2018-06-28 16:52:00 +03:00
Constantin S. Pan
9cb1d09c20
Update the docs
2018-06-27 10:56:26 +01:00
Dmitry S..ky / skype: dvska-at-skype
2ed5a7c2dd
typo fixed
2018-06-26 16:13:34 +03:00
zhang2014
49d524244f
ISSUES-2533 add numbers table function document
2018-06-25 21:10:35 +03:00
zhang2014
56d7e870d2
Add a new JDBC driver implementation to the document
2018-06-18 01:47:17 +08:00
alexey-milovidov
55a712beab
Update system.parts.md
2018-06-16 05:11:11 +03:00
Jason
6fd915b532
Update system.parts
...
add description 'Low versions must be YYYYMM format, and now it can be any' in partition column description.
2018-06-15 09:15:36 +08:00
Jason
14c16f67ec
Update system.zookeeper
...
add description 'This table presents when ZooKeeper is configured' at first.
2018-06-15 09:13:39 +08:00
KochetovNicolai
29c7c36957
Update summingmergetree.md
...
Added linefeed.
2018-06-14 14:09:28 +03:00
KochetovNicolai
94afe26d4c
Update summingmergetree.md
...
Added linefeed.
2018-06-14 14:07:57 +03:00
Jonatas Freitas
f830821c48
Update third-party_gui.md
2018-06-10 20:39:15 -03:00
Ivan Blinkov
2d541d3016
Add Berlin meetup link & update roadmap ( #2491 )
...
* Update roadmap
* Add Berlin meetup link
* fix indent
2018-06-09 15:21:45 +03:00
Alexey Milovidov
64ea1046e1
Using ninja by default: updated instructions [#CLICKHOUSE-2]
2018-06-08 19:18:07 +03:00
Alexey Milovidov
51044279e5
Squashed #2471
2018-06-05 23:09:51 +03:00
Alexandr Krasheninnikov
8d273e776b
Syslog logging support
2018-06-01 20:45:03 +03:00
alexey-milovidov
cc1a38186b
Update access_rights.md
2018-06-01 18:53:37 +03:00
Ivan Blinkov
88561e2de9
Some website/docs changes ( #2431 )
...
* fix mistype
* Nobody calls that "Operation"
* Change blog urls
2018-05-31 17:04:39 +03:00
Leonardo Cecchi
969d7837e5
Add Nim libs to third party libraries in docs/en and docs/ru
2018-05-30 08:44:35 +02:00
BayoNet
2ddbe6335a
Merge branch 'master' of https://github.com/BayoNet/ClickHouse
2018-05-30 09:08:19 +03:00
BayoNet
ae17feed4c
Bugs and broken links fixes.
2018-05-30 09:06:44 +03:00
Alexey Milovidov
24b071e017
Merge branch 'master' of github.com:yandex/ClickHouse
2018-05-26 02:55:29 +03:00
Alexey Milovidov
9f4c22bff3
Miscellaneous [#CLICKHOUSE-3]
2018-05-26 02:55:18 +03:00
alexey-milovidov
53c1922596
Merge pull request #2394 from BayoNet/master
...
Documentation updates
2018-05-25 23:56:35 +03:00
alexey-milovidov
eed9da96df
Update index.md
2018-05-25 23:30:08 +03:00
proller
68ba523b23
Compile and doc fixes ( #2410 )
...
* Try fix travis
* fix
* Fix clickhouse-local shared-split link
* fix
* fix
* fix
* Build fixes
* Fix tinfo
* fix
* tinfo -> termcap
* termcap fix
* Better llvm version detect
* fix
* Debian postinst fix
Tests: use /usr/local if exists
* Compile and doc fixes
* fix
* fix
* fix
* macos fixes
* fix
* wip
* Update demangle.h
* Update demangle.cpp
2018-05-25 21:13:48 +03:00
BayoNet
40d5447b76
Updated introduction to Formats section
2018-05-24 13:23:19 +03:00
Alexey Milovidov
de15c44ff7
Added a patch from Civil for Python 3 compatibility [#CLICKHOUSE-3]
2018-05-21 00:57:41 +03:00
BayoNet
7f783eed03
Updated description of File
table engine.
2018-05-16 18:16:46 +03:00
alexey-milovidov
0eace5ffe2
Update mysql.md
2018-05-15 03:02:59 +03:00
sundy-li
8a5990fc74
add integration test_storage_mysql
2018-05-15 03:02:59 +03:00
sundy-li
200076b593
ADD replace_query, on_duplicate_clause config for StorageMySQL && add docs
2018-05-15 03:02:59 +03:00
topvisor
b453e2dde9
file() function's description ( #2361 )
...
* Create file.md
* Update file.md
* Update file.md
* Update settings.md
* Update file.md
* Update settings.md
* Update file.md
* Update file.md
* Update settings.md
* Update file.md
* Update settings.md
* Update file.md
* Update settings.md
* Update settings.md
* Update file.md
* Update file.md
* Update file.md
* Update file.md
* Update file.md
* Update file.md
* Update settings.md
* Update file.md
* Update settings.md
* Update settings.md
* Update settings.md
* Create file.md
* Update mkdocs_ru.yml
* Update mkdocs_en.yml
* Update settings.md
* Update settings.md
* Update mkdocs_en.yml
* Update mkdocs_ru.yml
* Update mkdocs_en.yml
* Update mkdocs_en.yml
* Update file.md
* Update file.md
2018-05-14 22:58:49 +03:00
BayoNet
d010ec60a9
Merge remote-tracking branch 'upstream/master'
2018-05-14 08:39:27 +03:00
alexey-milovidov
b096f95cb8
Update parametric_functions.md
2018-05-13 12:32:07 +03:00
sundy-li
595aac08ee
delete doc build
2018-05-13 16:20:02 +08:00
sundy-li
c56e9967f2
Add tests && docs
2018-05-13 16:18:35 +08:00
alexey-milovidov
646bea46d8
Update replication.md
2018-05-11 00:47:05 +03:00
BayoNet
42251fc9c0
Geo functions are added.
2018-05-10 19:51:45 +03:00
Alexey Milovidov
4d9088d3d4
Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit
2018-05-10 18:23:53 +03:00
Alexey Milovidov
7df26c93ee
Minor modifications in build instruction #2277
2018-05-10 17:45:52 +03:00
Alexey Milovidov
6ecc6d8ea4
Changed some doc files to symlinks #2277
2018-05-10 17:44:45 +03:00
BayoNet
01beee93ee
Editing of external contributions in the documentation.
2018-05-10 02:16:00 +03:00
BayoNet
c739253252
Editing of external contributions in the documentation.
2018-05-09 14:12:15 +03:00
BayoNet
6fd3249913
Merge remote-tracking branch 'upstream/master'
2018-05-08 15:36:12 +03:00
BayoNet
195f142b60
Typo fixes.
2018-05-08 14:50:38 +03:00
Alexsey Shestakov
ed053d222e
Improve Russian description of arraySort and arrayReserveSort
2018-05-07 23:54:26 +03:00
Alexsey Shestakov
9649e99c7e
Improve English description of arraySort and arrayReserveSort
2018-05-07 23:54:26 +03:00
Alexsey Shestakov
f8c998618e
Add arrayReverseSort,arraySort to docs
2018-05-07 23:54:26 +03:00
KochetovNicolai
c7d2732b80
Update third-party_client_libraries.md
2018-05-07 20:19:16 +03:00
KochetovNicolai
236c769131
Update third-party_client_libraries.md
...
Added ref to clickhouse-client-java
2018-05-07 20:17:56 +03:00
proller
634ba89f90
Build fixes
2018-05-05 15:34:17 +03:00
Jonatas Freitas
bdac9214a6
Update third-party_gui.md ( #2309 )
...
* Update third-party_gui.md
* Update third-party_gui.md
* Update third-party_gui.md
2018-05-01 13:26:08 -07:00
Alexey Milovidov
5b0761f6d4
Added a link to HouseOps [#CLICKHOUSE-3]
2018-05-01 11:50:56 -07:00
BayoNet
c3a47815ab
Codeblock formatting is fixed
2018-04-28 14:53:59 +03:00
BayoNet
38c0442ee6
Changes in accordance with comments from the developers.
2018-04-28 14:45:37 +03:00
BayoNet
1b0d7361cc
Merge remote-tracking branch 'upstream/master'
2018-04-28 11:13:06 +03:00
BayoNet
7558684e33
Multiple formatting and links fixes.
2018-04-28 10:58:16 +03:00
alexey-milovidov
093c054b1f
Merge pull request #2263 from luc1ph3r/arbitrary-csv-delimiter
...
Support an arbitrary CSV delimiter
2018-04-27 13:13:09 -07:00
BayoNet
99b1cbb3c4
Fixed formatting of development/style.md
2018-04-24 01:16:40 +03:00
BayoNet
48ee13e2d9
Fixes of codeblock language and formatting.
2018-04-23 10:34:55 +03:00
BayoNet
765da09e4d
Merge branch 'translation_en' with update of english translation.
2018-04-23 09:51:25 +03:00
BayoNet
32b6f0a8af
English translation is updated.
2018-04-23 09:20:21 +03:00
Vladislav Rassokhin
44f3584b28
Fix fragments formatting in access_rights.md
2018-04-23 03:40:04 +03:00
Ivan Zhukov
4db476b5cd
Update docs about a CSV format
2018-04-22 17:30:25 +03:00
alexey-milovidov
6dd758dc6b
Merge pull request #2224 from BayoNet/master
...
clickhouse-local description is extended
2018-04-18 23:38:39 +03:00
Vitaliy Lyudvichenko
d4a1407d2d
Fixed typo in docs. [#CLICKHOUSE-3]
2018-04-18 15:39:43 +03:00
Ivan Zhukov
d976be8bea
Use core tap since dupes was deprecated
2018-04-17 16:15:28 -07:00
proller
f8dc8f32d5
Writing changelog ( #2215 )
...
* Maybe fix flappy test
* Make changelog
* Revert "Temporary revert doc about new package name (clickhouse-server vs cickhouse-server-common)"
This reverts commit 721153ed53
.
* Revert "Temporary revert site about new package name (clickhouse-server vs clickhouse-server-common)"
This reverts commit ba5cb121ae
.
* Better changelog
* Better
* Better changelog
* more
* Update CHANGELOG_RU.md
* Update CHANGELOG_RU.md
* Update CHANGELOG_RU.md
2018-04-17 23:57:02 +03:00
Aleksandra (Ася)
29eda3b2de
Update ya_metrika_task.md
2018-04-17 13:19:53 +03:00
BayoNet
e4ab0d8522
docs/utils/clickhouse-local.md is edited by developer comment
2018-04-16 15:27:33 +03:00
BayoNet
be7a7a7e92
Merge remote-tracking branch 'upstream/master'
2018-04-16 08:34:53 +03:00
BayoNet
23d19b3891
The description of clickhouse-local
utility is extended.
2018-04-16 08:32:37 +03:00
Alexsey Shestakov
d19a56aa3a
Fix x^y math functions description
2018-04-13 22:09:12 +03:00
santaux
c527d60dba
Add Elixir libs to third party client libs in docs/en
2018-04-03 20:28:44 +03:00
Konstantin Grabar
87a10ca501
Update third-party_client_libraries.md
...
Update third-party_client_libraries.md with Elixir libs
2018-04-03 20:28:44 +03:00
proller
721153ed53
Temporary revert doc about new package name (clickhouse-server vs cickhouse-server-common)
2018-04-03 17:46:43 +03:00
alexey-milovidov
d8eba9402e
Update mergetree.md
2018-04-02 23:16:32 +03:00
proller
802cac725f
Debian: Rename packages ( #678 )
...
* Debian: rename packages
* wip
* wip
* wip
* move limits.d/clickhouse.conf to common
* wip
* fix
* bad clang
* update changelog
* more Provides: Conflicts:
* clickhouse-zookeeper-cli [#CLICKHOUSE-2947]
* fix utils desc
* Fix docs
* use cmake links
* fix doc
* Fix test install
* Test me
* Test me
* Test me.
* Dont use pre-depends
* fix
* Minimize control changes
* del
* debian/clickhouse-common.install -> debian/clickhouse-common-static.install
* debian/clickhouse-common.install -> debian/clickhouse-common-static.install
2018-04-01 15:33:39 +03:00
BayoNet
6881d84bc2
External editions are revised. English translation is actualised from 02.03.2018 version up to 26.03.2018.
2018-03-30 03:20:04 +03:00
BayoNet
474fc1dbb6
Some more typos are fixed.
2018-03-30 03:19:51 +03:00
BayoNet
6900432527
mysql.md is not translated yet
2018-03-30 03:16:51 +03:00
BayoNet
2f4d20a0cf
Some typos are fixed.
2018-03-30 03:16:19 +03:00
BayoNet
17ee06b0d9
English translation update.
2018-03-30 03:15:52 +03:00
Kirill Shvakov
3b09d2dab3
Docs: add Ninja build to the required libraries ( #2136 )
...
* Added Ninja build to the required libraries
* remove ninja from required libraries
2018-03-29 05:59:30 -07:00
alexey-milovidov
26df2f7a85
Revert "English translation is updated"
2018-03-26 17:00:55 +03:00
BayoNet
ec86ecbcdc
Some typos are fixed.
2018-03-25 05:37:07 +03:00
BayoNet
cd59ff0d54
mysql.md is not translated yet
2018-03-25 05:16:13 +03:00
BayoNet
4d0582f5cf
Merge remote-tracking branch 'upstream/master'
2018-03-25 05:14:13 +03:00
BayoNet
a011a466ab
English translation update.
2018-03-25 05:04:22 +03:00
Alexander Marshalov
a6c2e43bd2
The lost information in the Kafka engine documentation has been restored, modified and translated (from commit: https://github.com/yandex/ClickHouse/pull/1654/files#diff-c9ba89e2414c83b5dcc579233c5c80b5 )
2018-03-23 18:40:24 +03:00
Alexey Milovidov
723141c19b
Removed setting "strict_insert_defaults" from the en docs #2079
2018-03-23 18:39:33 +03:00
alexey-milovidov
2590e3b0a6
Update settings.md
2018-03-23 18:37:45 +03:00
Artemeey
1619189ed5
Update settings.md
2018-03-23 18:37:45 +03:00
alexey-milovidov
f8c37d0943
Merge pull request #2050 from BayoNet/master
...
max_memory_usage parameters description and "Data replication" edition.
2018-03-16 02:31:31 +03:00
alexey-milovidov
ee88475c5b
Update replication.md
2018-03-16 02:30:26 +03:00
alexey-milovidov
93c0dd3f42
Update replication.md
2018-03-16 02:25:57 +03:00
alexey-milovidov
bbb101845a
Update replication.md
2018-03-16 02:24:21 +03:00
alexey-milovidov
70ab16e864
Update query_complexity.md
2018-03-16 02:23:13 +03:00
alexey-milovidov
9017f1d664
Update query_complexity.md
2018-03-16 02:22:36 +03:00
alexey-milovidov
f2505f151a
Merge pull request #2056 from valericus/patch-1
...
Update mergetree.md
2018-03-15 21:46:51 +03:00
alexey-milovidov
720a60c551
Merge pull request #2057 from valericus/patch-2
...
Update replacingmergetree.md
2018-03-15 21:45:28 +03:00
alexey-milovidov
2097ee9a82
Update merge.md
2018-03-15 21:44:04 +03:00
Valera Ryaboshapko
12d9c30d2b
Update merge.md
2018-03-15 16:26:19 +03:00
Valera Ryaboshapko
b4bb6f4bc3
Update replacingmergetree.md
2018-03-15 15:33:12 +03:00
Valera Ryaboshapko
b1967ff0d5
Update mergetree.md
2018-03-15 14:48:19 +03:00
alexey-milovidov
6a49010a84
Merge pull request #2038 from millin/docs_ip_trie
...
Add docs for "ip_trie" dict layout
2018-03-14 21:54:20 +03:00
alexey-milovidov
91c6922602
Merge pull request #2048 from Slach/patch-1
...
remove xenial, trusty etc...
2018-03-14 21:31:04 +03:00
Eugene Klimov
595bc175db
remove xenial, trusty etc.
...
currently one common package for debian\ubuntu
2018-03-14 23:21:22 +05:00
Eugene Klimov
0ee9b8ee36
remove xenial, trusty etc...
...
currently
2018-03-14 23:20:33 +05:00
BayoNet
2a9b5d5514
Merge remote-tracking branch 'upstream/master'
2018-03-14 18:49:50 +03:00
BayoNet
93a693f84f
Data replication topic is actualized.
2018-03-14 16:52:35 +03:00
BayoNet
5e7ba54e06
max_memory_usage, max_memory_usage_for_user, max_memory_usage_for_all_queries parameter descriptions are added.
2018-03-14 15:42:02 +03:00
Pavel
c04ad1aa3e
typo
2018-03-14 13:35:07 +03:00
Alexander Millin
974e2cf5e7
Add docs for "ip_trie" dict layout
2018-03-14 12:08:37 +03:00
filimonov
614cc88710
fix word end
2018-03-14 04:45:54 +03:00
Mikhail Filimonov
2c083b9b59
Fixing obsolete name of clickhouse-compressor
2018-03-14 04:45:54 +03:00
Mikhail Filimonov
04235f2e51
Fixing bad copy-paste, shorten sample
2018-03-14 04:45:54 +03:00
Mikhail Filimonov
1c0999932f
Documenting numbers table function, VerticalRaw format, HTTP sessions, HTTP compression.
2018-03-14 04:45:54 +03:00
alexey-milovidov
e1037a08d8
Merge pull request #2031 from blinkov/patch-4
...
Update reference.md
2018-03-14 02:11:25 +03:00
Alexey Milovidov
32d4bcc1b0
Changed address of Debian repository [#METRIQA-2014]
2018-03-13 22:45:15 +03:00
Ivan Blinkov
d51e0b7256
Update reference.md
2018-03-13 12:58:21 +03:00
Alexander Marshalov
734d732738
Minor fixes and improvements in documentation for Kafka table engine.
2018-03-11 22:58:09 +07:00
Mikhail Filimonov
4a4f66e574
Fixing KILL query description (complete vs. terminate)
2018-03-11 01:00:35 +01:00
Mikhail Filimonov
d052f75395
Fixing broken and old-format links.
2018-03-11 00:36:26 +01:00
Mikhail Filimonov
297bb16913
Tiny improvements in KILL query documentation.
2018-03-10 23:54:41 +01:00
BayoNet
ab9553711a
Contents bag is fixed.
2018-03-08 20:35:42 +03:00
alexey-milovidov
1ecb9dac72
Merge pull request #1901 from zhang2014/fix/ISSUES-117
...
ISSUES-117 add show create & exist temporary table
2018-03-07 22:53:11 +03:00
topvisor
b271ec5589
Update mkdocs_ru.yml
...
Add page MySQL
2018-03-06 10:17:38 +03:00
alexey-milovidov
891c028c58
Update mysql.md
2018-03-05 22:21:26 +03:00
Artemeey
73c0686fee
Update mysql.md
2018-03-04 14:08:01 +03:00
Artemeey
5012bd1513
Update mysql.md
2018-03-04 14:07:46 +03:00
Artemeey
34aee82232
Create mysql.md
2018-03-04 14:00:00 +03:00
Alexey Milovidov
293e28803d
Fixed wrong modification in docs [#CLICKHOUSE-2]
2018-03-02 22:19:00 +03:00
zhang2014
361a220743
Merge branch 'master' into fix/ISSUES-117
2018-03-02 19:06:11 +08:00