Commit Graph

17026 Commits

Author SHA1 Message Date
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
Ivan Blinkov
62db52199b Merge MacOS.md into build_osx.md 2018-07-18 07:41:23 +03:00
Ivan Blinkov
be44a22106 Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles 2018-07-18 07:36:24 +03:00
Ivan Blinkov
b4eb91b715 Add SPb meetup link to main page 2018-07-18 05:54:28 +03:00
Leonardo Cecchi
6d8d59bd1b Log number of skipped rows during a bulk insert
When in a bulk insert the rows are parsed server-side and there are
skipped rows, log the number of these rows at the TRACE level.
2018-07-18 03:04:01 +03:00
Constantin S. Pan
8539c1e119 Fix the column size difference bug in SummingMergeTree 2018-07-18 00:17:04 +03:00
proller
c7848d2062 CLICKHOUSE-3771: Fixes 2018-07-17 21:22:32 +03:00
robot-metrika-test
d362e2e141 Auto version update to [1.1.54398] [54395] 2018-07-17 20:04:13 +03:00
alexey-milovidov
4b31f389b7 Update BufferBase.h 2018-07-17 19:41:41 +03:00
Amos Bird
c3c762cde7 Fast path for stringify float points. 2018-07-17 19:41:41 +03:00
robot-metrika-test
43ed979431 Auto version update to [1.1.54397] [54395] 2018-07-17 18:37:27 +03:00
Ivan Blinkov
ca39514209
Get rid of Russian examples in English version 2018-07-17 17:12:20 +03:00
robot-metrika-test
e68699c669 Auto version update to [1.1.54396] [54395] 2018-07-17 16:21:31 +03:00
proller
d271b58e7b CLICKHOUSE-3771 Clean 2018-07-17 16:19:40 +03:00
robot-metrika-test
02f7b96484 Auto version update to [1.2.1] [54396] 2018-07-17 14:53:14 +03:00
proller
61b3a078ea CLICKHOUSE-3771: fix 2018-07-17 14:50:17 +03:00
robot-metrika-test
4806d23261 Auto version update to [54396] 2018-07-17 14:45:10 +03:00
proller
3f949fc86a CLICKHOUSE-3771: new version scheme 2018-07-17 14:15:14 +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
proller
0fde78584f Freebsd: unbundled: do not use libcpuid from ports 2018-07-16 21:42:27 +03:00
Alexey Milovidov
8f8c14954e Added a note about incompatibility in changelog [#CLICKHOUSE-3822] 2018-07-16 20:33:50 +03:00
Alexey Milovidov
d2416e4e59 Merge branch 'furmur-aggregate-function-max-intersections-fix-sorting' 2018-07-16 19:31:56 +03:00
Alexey Milovidov
09d9ac671b Added a test #2657 2018-07-16 19:31:34 +03:00
Ivan Blinkov
d7c5c2495e Adapt table with formats to English docs too 2018-07-16 19:19:13 +03:00
Ivan Blinkov
4944d1eaa4 Merge a bunch of small articles about formats into single one 2018-07-16 19:15:46 +03:00
Alexey Milovidov
2465803888 Merge branch 'aggregate-function-max-intersections-fix-sorting' of https://github.com/furmur/ClickHouse into furmur-aggregate-function-max-intersections-fix-sorting 2018-07-16 19:05:58 +03:00
alexey-milovidov
d1eac37389
Update AggregateFunctionMaxIntersections.h 2018-07-16 19:04:35 +03:00
Ivan Blinkov
9819889b4d Merge a bunch of small articles about system tables into single one 2018-07-16 18:50:55 +03:00
Ivan Blinkov
708063242b Additional .gitignore entries 2018-07-16 18:28:30 +03:00
proller
cce2e005c5 Macos default build fixes 2018-07-16 17:16:26 +03:00
Alexey Zatelepin
742dea6c09 add dependency that is needed for tests [#CLICKHOUSE-3834] 2018-07-16 17:06:11 +03:00
alexey-milovidov
f31b1236c1 Update MergeTreeDataSelectExecutor.cpp 2018-07-16 16:44:32 +03:00
proller
0b0a2838c8 Fix compile error with boost 1.68.0 2018-07-16 16:44:32 +03:00
Michael Furmur
218a282f88 maxIntersections: add sorting by weight 2018-07-16 15:01:05 +03:00
Alexey Milovidov
6ba5b3bd82 Fixed warning [#CLICKHOUSE-2] 2018-07-16 09:09:27 +03:00
Alexey Milovidov
317807f03d Fixed warning [#CLICKHOUSE-2] 2018-07-16 09:08:39 +03:00
Alexey Milovidov
9de268a455 Added a test from Silviu Caragea #2026 2018-07-16 09:06:44 +03:00
Alexey Milovidov
0a2e6eca45 Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
Alexey Milovidov
7540bdfa29 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-16 07:22:25 +03:00
Alexey Milovidov
52b284a67f Updated README for integration tests [#CLICKHOUSE-2] 2018-07-16 07:22:16 +03:00