alesapin
a45e707f41
CLICKHOUSE-3772: Rename column in formats
2018-07-20 13:01:46 +03:00
alesapin
ec156e9f2b
CLICKHOUSE-3772: Add system tables formats, data_type_families, table_functions, aggregate_function_combinators
2018-07-20 13:00:56 +03:00
Ivan Blinkov
4cb90854e3
Some introduction text refactoring
2018-07-20 12:34:42 +03:00
Ivan Blinkov
1e2c8bf7cf
Make tables in introduction somewhat readable + move abbreviation definitions earlier
2018-07-20 12:18:08 +03:00
Ivan Blinkov
103f09e8cc
Make front page of documentation to be part of Introduction
2018-07-20 11:55:14 +03:00
Ivan Blinkov
307fcc2cb2
Skip hidden pages in bottom navigation too
2018-07-20 11:39:45 +03:00
Ivan Blinkov
7fbabbdee6
Move special links to the bottom of nav and slightly highlight them
2018-07-20 11:23:43 +03:00
Ivan Blinkov
745622ce76
At least change incorrect title
2018-07-20 11:14:39 +03:00
Ivan Blinkov
716c656324
Empty article was supposed to be hidden
2018-07-20 11:12:26 +03:00
Ivan Blinkov
b09cb7a727
Remove extra clarification from header as it was too verbose, probably making it a bit more confusing
2018-07-20 11:11:26 +03:00
Ivan Blinkov
0bfbdc6c2d
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720
2018-07-20 11:09:06 +03:00
robot-metrika-test
b54159aefa
Auto version update to [18.1.0] [54396]
2018-07-20 04:00:20 +03:00
Alexey Milovidov
550f41bc65
Preparation #2646
2018-07-20 03:34:15 +03:00
Alexey Milovidov
e97fd327fd
Merge branch 'master' of github.com:yandex/ClickHouse
2018-07-20 03:18:27 +03:00
Alexey Milovidov
509e00c226
Revert "Auto version update to [1.2.0] [54396]"
...
This reverts commit e464d2d430
.
2018-07-20 03:18:16 +03:00
Alexey Milovidov
65f6696750
Quote all identifiers when querying external database #2635
2018-07-20 03:04:48 +03:00
Alexey Milovidov
0b827058ff
Added missing file #2635
2018-07-20 03:04:48 +03:00
Alexey Milovidov
245b114363
Quote all identifiers when querying external database #2635
2018-07-20 03:04:48 +03:00
Alexey Milovidov
9af2a9179e
Added test #2677
2018-07-20 03:00:04 +03:00
Ivan Blinkov
1eb23d4b48
s/formats\/interfaces/interfaces\/formats/g ( #2685 )
...
* 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
* s/formats\/interfaces/interfaces\/formats/g
2018-07-20 00:51:17 +03:00
Ivan Blinkov
1e551cc08c
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720
2018-07-20 00:50:20 +03:00
Ivan Blinkov
827af06912
s/formats\/interfaces/interfaces\/formats/g
2018-07-20 00:49:52 +03:00
robot-metrika-test
e464d2d430
Auto version update to [1.2.0] [54396]
2018-07-19 23:55:02 +03:00
Alexey Milovidov
fe8c4d64e4
Better fix #2660
2018-07-19 23:51:03 +03:00
Alexey Milovidov
31dbbb05d2
Removed useless setting #2677
2018-07-19 23:22:49 +03:00
Alexey Milovidov
214ffd4a9f
Inserted non-breaking space between Amos Bird #2636
2018-07-19 22:37:01 +03:00
Alexey Milovidov
f7d2c54f29
Added russian changelog for 1.1.54394 #2636
2018-07-19 22:18:25 +03:00
Alexey Milovidov
3e1075910f
Added russian changelog for 1.1.54390 #2636
2018-07-19 21:58:52 +03:00
Alexey Milovidov
208728707a
Added russian changelog for 1.1.54390 #2636
2018-07-19 21:56:32 +03:00
Alexey Milovidov
2f1e45d1fb
Added russian changelog for 1.1.54390 #2636
2018-07-19 21:55:38 +03:00
Alexey Milovidov
1b39ddf10b
Whitespaces [#CLICKHOUSE-2]
2018-07-19 19:39:48 +03:00
Ivan Blinkov
d643b30064
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720
2018-07-19 17:00:36 +03:00
Vadim
b8ae9f7951
[CLICKHOUSE-2830] add FunctionArrayDistinct ( #2670 )
...
* [CLICKHOUSE-2830] add FunctionArrayDistinct
* [#CLICKHOUSE-2830] Add tests and fix
* [CLICKHOUSE-2830] fix bug with array without NULL
* [CLICKHOUSE-2830] fix test
* [CLICKHOUSE-3844] Add suport Tuple and other types in Uniq, EnumerateUniq and Distinct
* [CLICKHOUSE-3844] Add '\n'
* [CLICKHOUSE-3844] fix
* [CLICKHOUSE-2830] del Nullable return type
* Update FunctionsArray.cpp
* [CLICKHOUSE-3844] add new tests
* [CLICKHOUSE-3844] add new tests
2018-07-19 16:53:32 +03:00
alesapin
56523948bf
CLICKHOUSE-3842: Rename local variables
2018-07-19 16:51:57 +03:00
alesapin
ae44b41318
CLICKHOUSE-3842: Fix loadKeys method in dictionary library
2018-07-19 16:51:57 +03:00
alexey-milovidov
164425d1ec
Fix performance regression with prepared sets when they are used inside another subquery. ( #2677 )
...
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Added documentation about ClickHouse testing (draft) [#CLICKHOUSE-2]
* Attempt to fix performance regression [#CLICKHOUSE-3796]
* Removed debug output [#CLICKHOUSE-3796]
* Removed debug output [#CLICKHOUSE-3796]
* Updated documentation about ClickHouse testing [#CLICKHOUSE-2]
* Revert "Updated documentation about ClickHouse testing [#CLICKHOUSE-2]"
This reverts commit 9eafc13f3b
.
* Revert "Added documentation about ClickHouse testing (draft) [#CLICKHOUSE-2]"
This reverts commit e28ad4b5fe
.
* Fixed test #2677
* Update InterpreterSelectQuery.cpp
2018-07-19 16:36:21 +03:00
proller
dfa41cdc19
Fix build without readline
2018-07-19 12:29:02 +03:00
Ivan Blinkov
d5716c1f1f
fix two mistypes
2018-07-19 11:51:30 +03:00
alesapin
d0d61e4ea4
CLICKHOUSE-3842: Rename local variables
2018-07-19 11:47:35 +03:00
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
Alexey Milovidov
c8f5443257
Registered test [#CLICKHOUSE-2]
2018-07-18 22:39:42 +03:00
Alexey Milovidov
9c8f4d86c1
Fixed build [#CLICKHOUSE-2]
2018-07-18 22:04:01 +03:00
Alexey Milovidov
7f04f593ed
Moved code to .cpp; log only when skipping of errors is enabled #2669
2018-07-18 22:02:40 +03:00
Alexey Milovidov
10e97374a4
Merge branch 'master' of github.com:yandex/ClickHouse
2018-07-18 21:57:07 +03:00
Alexey Milovidov
772144e968
Merge branch 'local-date-time-comparison'
2018-07-18 21:56:24 +03:00