Commit Graph

16706 Commits

Author SHA1 Message Date
Ivan Blinkov
827af06912 s/formats\/interfaces/interfaces\/formats/g 2018-07-20 00:49:52 +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
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
Alexey Milovidov
dd240ffda8 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-18 20:20:47 +03:00
Alexey Milovidov
dabbad9e42 Fixed build [#CLICKHOUSE-2] 2018-07-18 20:20:35 +03:00
Alexey Milovidov
a32c2e14a6 Removed unused method that became incompatible [#CLICKHOUSE-2] 2018-07-18 20:16:04 +03:00
Alexey Milovidov
0ead1facb7 Added test [#CLICKHOUSE-2] 2018-07-18 20:12:12 +03:00
Alexey Milovidov
d6cd502cc0 Fixed error with LocalDateTime [#CLICKHOUSE-2] 2018-07-18 20:02:47 +03:00
Amos Bird
8b2e68bfa0 Function try in destructor rethrows exceptions
According to https://en.cppreference.com/w/cpp/language/function-try-block , function try block used in destructor will rethrow exceptions if there isn't a return statement specified.
2018-07-18 16:29:12 +03:00
Ivan Blinkov
1c17dcaa21 Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2018-07-18 16:24:31 +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
proller
51cdec0bec CLICKHOUSE-3771: fixes 2018-07-18 12:48:45 +03:00
Ivan Blinkov
e4cb388a08 fix mistype 2018-07-18 12:43:40 +03:00
Ivan Blinkov
b9b6547de0 Change filename in README.md too 2018-07-18 12:41:18 +03:00
Ivan Blinkov
2553eafa3a "Query language" is actually part of SQL abbreviation 2018-07-18 12:26:01 +03:00
Ivan Blinkov
a98f7d381b There is only table of contents left 2018-07-18 12:22:13 +03:00
Ivan Blinkov
129a376c3c Fix a bunch of links 2018-07-18 12:10:11 +03:00
Ivan Blinkov
5a6a0ad00a Fix weird translation 2018-07-18 11:36:02 +03:00
Ivan Blinkov
ef0e452bf5 queries.md has been supposed to be removed 2018-07-18 10:45:26 +03:00
Ivan Blinkov
3ab9c7368f Extract major parts of queries.md into separate articles 2018-07-18 10:42:59 +03:00
Ivan Blinkov
0fa70a0819 Do not rely on comments in yaml + fix few ru titles 2018-07-18 09:39:49 +03:00
Ivan Blinkov
b5ca36459c Lost redirects.txt update 2018-07-18 09:36:02 +03:00
alexey-milovidov
f491bccb1c Update 00633_func_or_in.sql 2018-07-18 09:27:25 +03:00
chenxing.xc
9bf6f8a62c add test for #2663 2018-07-18 09:27:25 +03:00
chenxing.xc
f6000b304c OR to IN rewrite issue in functions 2018-07-18 09:27:25 +03:00
Ivan Blinkov
3e40ef5549 Move table functions lower in ToC 2018-07-18 09:02:58 +03:00
Ivan Blinkov
3031cc2788 Move stuff that is part of query language into respective folder 2018-07-18 08:54:29 +03:00
Ivan Blinkov
bfa3805932 Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye. 2018-07-18 08:31:32 +03:00
Ivan Blinkov
fd747ddafa Move table engines out of top level too 2018-07-18 08:27:08 +03:00
Ivan Blinkov
a7dd87b463 Group up table engines inside ToC 2018-07-18 08:08:39 +03:00
Ivan Blinkov
e327bdd9b8 Use smaller header sizes in changelogs 2018-07-18 08:00:17 +03:00
Ivan Blinkov
9f2130cbb8 Few fixes for en/table_engines/file.md 2018-07-18 07:57:25 +03:00
Ivan Blinkov
86031cf7a7 Publish changelog on website alongside documentation 2018-07-18 07:55:18 +03:00
Ivan Blinkov
6f755fe306 Move Data types higher in ToC 2018-07-18 07:44:20 +03:00