ogorbacheva
b747608b7f
Add info about NULLs and NaNs in arraySort
2019-03-26 18:46:50 +03:00
Alexey Milovidov
3bf831b34c
Removed two unused files from debian directory
2019-03-26 18:10:04 +03:00
alexey-milovidov
4f1e1c29d4
Merge pull request #4807 from ogorbacheva/DOCAPI-4156-between
...
Doc fix: added `NOT BETWEEN` operator
2019-03-26 17:42:44 +03:00
Ivan Blinkov
e49247a22c
Website Dockerfile fix ( #4809 )
2019-03-26 16:30:12 +03:00
Danila Kutenin
62dde447ab
Better type system in Volnitsky
2019-03-26 16:20:17 +03:00
ogorbacheva
78e55ba677
Merge branch 'master' into DOCAPI-4156-between
2019-03-26 15:47:01 +03:00
ogorbacheva
735ae294dd
Add NOT BETWEEN operator
2019-03-26 15:44:25 +03:00
ogorbacheva
efe35835af
fix issue ( #4805 )
2019-03-26 15:41:11 +03:00
Ivan Blinkov
9cdbdf7cf5
CLICKHOUSE-3006: get rid of nodejs during website build ( #4803 )
...
* CLICKHOUSE-3006: get rid of nodejs during website build
* webassets is not actually used
2019-03-26 12:50:28 +03:00
BayoNet
333b56ccfa
DOCAPI-4177: HTTP compression settings a described. ( #4801 )
2019-03-26 11:05:41 +03:00
proller
1584fd4367
Fix hyperscan library find and use ( #4798 )
2019-03-26 00:31:00 +03:00
alexey-milovidov
dd4add2762
Merge pull request #4793 from proller/fix26
...
Upgrade boost to 1.69
2019-03-25 21:17:39 +03:00
proller
7333170090
Fix client detection in ctest ( #4795 )
2019-03-25 20:31:45 +03:00
alesapin
268ebcd3da
Fix in clickhouse-test --binary option can accept path
2019-03-25 18:03:12 +03:00
proller
e46fdfa807
Upgrade boost to 1.69
2019-03-25 17:44:17 +03:00
never lee
caff24e278
translate docs/zh/operations/table_engines/merge.md ( #4778 )
...
* translate part of materializedview.md
* translate docs/zh/operations/table_engines/merge.md
* optimize docs/zh/operations/table_engines/merge.md
* translate docs/zh/operations/table_engines/materializedview.md
* optimize docs/zh/operations/table_engines/merge.md
2019-03-25 09:47:58 +03:00
alexey-milovidov
06e79a7643
Merge pull request #4780 from danlark1/master
...
Hyperscan string search regular expression matching was added
2019-03-25 04:26:18 +03:00
Danila Kutenin
1e1e3b3d38
Fix hyperscan, add some notes, test, 4 more perf tests
2019-03-25 00:47:34 +03:00
Danila Kutenin
4b7824095e
Possible fixes to docker containers
2019-03-24 21:24:56 +03:00
Danila Kutenin
18660a144d
hyperscan fat runtime disabled because of glibc and thread sanitizers
2019-03-24 17:24:04 +03:00
alexey-milovidov
f3a8149ab9
Merge pull request #4781 from yandex/ast-create-query-move-to-cpp
...
ParserCreateQuery: moved code to cpp
2019-03-24 04:35:34 +03:00
Danila Kutenin
70eb82e98c
ragel fix
2019-03-24 03:00:20 +03:00
Danila Kutenin
1c90d98d16
Clang fix
2019-03-24 02:56:52 +03:00
Alexey Milovidov
5bd3246e8d
Miscellaneous
2019-03-24 02:31:29 +03:00
Danila Kutenin
e3b351e285
One more incompatibility fixed
2019-03-24 02:04:07 +03:00
Alexey Milovidov
ad6648afb0
Moved more code to .cpp
2019-03-24 01:58:08 +03:00
Danila Kutenin
725139f0f5
Renamings, fixes to search algorithms, more tests
2019-03-24 01:49:38 +03:00
Alexey Milovidov
25ab402d21
ParserCreateQuery: moved code to cpp
2019-03-24 01:45:28 +03:00
Danila Kutenin
f8001b41ba
Hyperscan multi regular expressions search
2019-03-23 22:40:16 +03:00
Danila Kutenin
7814ccbb29
Hyperscan deleted from submodules
2019-03-23 17:47:15 +03:00
alexey-milovidov
2a57e69111
Merge pull request #4777 from yandex/olegkv-master
...
Merging #4741
2019-03-23 17:25:48 +03:00
alexey-milovidov
0913173f29
Merge pull request #4776 from yandex/sum-aggregate-function-states-fix-bad-code
...
Fixed bad code with arithmetic ops on aggregate function states
2019-03-23 17:25:31 +03:00
Danila Kutenin
91d065ad45
Hyperscan added to submodules
2019-03-23 16:47:27 +03:00
proller
d79fd73753
Fix critical naming bug
2019-03-23 14:23:17 +03:00
alexey-milovidov
b1279c1323
Merge pull request #4743 from azat-archive/clickhouse-client-tty
...
clickhouse-client: fix --help without tty
2019-03-23 05:54:05 +03:00
Alexey Milovidov
d3062924c8
Added proper test for merging of "histogram" aggregate function states
2019-03-23 05:49:16 +03:00
Alexey Milovidov
1fdbb11bfb
Merge branch 'sum-aggregate-function-states-fix-bad-code' into olegkv-master
2019-03-23 05:44:53 +03:00
Alexey Milovidov
842721ffb1
Merge branch 'master' of https://github.com/olegkv/ClickHouse into olegkv-master
2019-03-23 05:39:44 +03:00
Alexey Milovidov
847abfdbb1
Fixed bad code with arithmetic ops on aggregate function states
2019-03-23 05:35:50 +03:00
olegkv
5fb3e2344e
Update 00151_histogram_merge.reference
2019-03-22 22:34:27 -04:00
olegkv
56f285104b
Update 00151_histogram_merge.sql
2019-03-22 22:33:46 -04:00
olegkv
8b192c482a
Update 00151_histogram_merge.sql
2019-03-22 22:33:08 -04:00
Alexey Milovidov
ba474ab21a
Merge branch 'master' of github.com:yandex/ClickHouse
2019-03-23 04:27:16 +03:00
Alexey Milovidov
5a7237cc13
Miscellaneous
2019-03-23 04:27:08 +03:00
alexey-milovidov
7da7f8dfb0
Merge pull request #4753 from Felixoid/docker_user
...
Add way to launch container as custom user
2019-03-23 04:25:34 +03:00
alexey-milovidov
69340528ff
Merge pull request #4772 from yandex/fix-force-recheck-parts
...
Recheck parts in ReplicatedMergeTreeAlterThread in case of error
2019-03-23 04:22:55 +03:00
alexey-milovidov
2a00a7dc2f
Merge pull request #4771 from 4ertus2/bugs
...
Rename insert_sample_with_metadata setting
2019-03-23 04:22:33 +03:00
Azat Khuzhin
6d8706e692
clickhouse-client: fix --help without tty
...
stdin_is_not_tty is detected too late when the --help message is
printed, so fix this and do not call ioctl if stdin is not tty.
Before this patch:
$ clickhouse-client --help < /dev/null
debug build:
$ dbms/programs/clickhouse-client --help < /dev/null
Main options:
--help
clickhouse-client: ../contrib/boost/libs/program_options/src/options_description.cpp:542:
void boost::program_options::{anonymous}::format_description(std::ostream&, const string&, unsigned int, unsigned int): Assertion `line_length > first_column_width' failed.
Aborted (core dumped)
release build:
$ dbms/programs/clickhouse-client --help < /dev/null
.... print lots of empty lines and so forth ...
v2: add a test and bsdutils into image for tests
v3: adjust minimal cols to the length of one of the longest arguments,
since with line_length=3 boost will bail anyway (under script(1)
ioctl(TIOCGWINSZ) returnes ws_col=0)
2019-03-23 02:01:32 +03:00
proller
56f7d21e84
Fix contrib/ssl
2019-03-23 00:42:24 +03:00
proller
e9af289b4d
Fix link in split mode ( #4773 )
2019-03-22 22:09:13 +03:00