Alexey Milovidov
fdf69f38c0
Added a script to check for duplicate includes
2019-02-10 20:00:29 +03:00
Alexey Milovidov
58a6accee5
Updated test #4246
2019-02-10 19:55:12 +03:00
alexey-milovidov
09ee8816a1
Merge pull request #4323 from yandex/low-cardinality-production-ready
...
LowCardinality data type is production ready
2019-02-10 19:41:57 +03:00
Alexey Milovidov
4799a343ee
Addition to prev. revision #4246
2019-02-10 19:22:38 +03:00
Alexey Milovidov
d22b52b933
Allow constant expressions in LIMIT BY and TOP; fixed error #4246
2019-02-10 18:27:27 +03:00
Alexey Milovidov
c603d270f4
Cleanups #4246
2019-02-10 18:17:45 +03:00
alexey-milovidov
75c087bcf5
Merge branch 'master' into arbitrary-const-expressions-in-limit
2019-02-10 17:20:31 +03:00
Alexey Milovidov
06a105838b
Removed experimental setting from integration tests
2019-02-10 17:17:21 +03:00
Alexey Milovidov
12d4dc8592
Renamed setting #4198
2019-02-10 02:53:57 +03:00
alexey-milovidov
5853de4d2b
Merge pull request #4198 from edonin/master
...
Support of Nullable types in MySQL tables
2019-02-10 02:45:45 +03:00
Alexey Milovidov
dfb207e42d
Merge branch 'master' into low-cardinality-production-ready
2019-02-10 02:42:34 +03:00
Alexey Milovidov
50cae9144c
Removed "allow_experimental_low_cardinality_type" setting from tests and docs
2019-02-10 02:42:22 +03:00
Alexey Milovidov
9822144281
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-10 01:38:46 +03:00
Alexey Milovidov
eb39f6b653
Cleanup #4240
2019-02-10 01:38:26 +03:00
alexey-milovidov
77ce3dab0f
Merge pull request #4320 from yandex/bitmask-ubsan
...
Fixed error found by UBSan; added a test for bitmask functions for negative input
2019-02-10 01:27:04 +03:00
alexey-milovidov
bb6d70cae6
Merge pull request #4321 from yandex/entropy-rework
...
Fixed entropy aggregate function
2019-02-10 01:26:45 +03:00
Alexey Milovidov
dc863dd8a0
Merge branch 'reduce_max_memory_and_caches_size' of https://github.com/k-lopatin/ClickHouse into k-lopatin-reduce_max_memory_and_caches_size
2019-02-10 01:11:46 +03:00
Alexey Milovidov
0eee4d42cb
LowCardinality data type is production ready
2019-02-10 00:55:51 +03:00
alexey-milovidov
9650c4a0da
Merge pull request #4286 from nikvas0/nikvas0/index_fix
...
Data Skipping Indices fix
2019-02-10 00:53:04 +03:00
alexey-milovidov
2777e54a57
Merge pull request #4287 from yandex/mutations-introspection
...
KILL MUTATION
2019-02-10 00:51:30 +03:00
alexey-milovidov
8a88732bc1
Merge pull request #4322 from yandex/Stupnikov-master
...
Stupnikov master
2019-02-10 00:19:53 +03:00
Alexey Milovidov
25e7e63207
Added a test
2019-02-10 00:18:33 +03:00
Alexey Milovidov
ad56a42cf4
Fixed test #4309
2019-02-10 00:14:50 +03:00
Alexey Milovidov
f794ebbec4
Fixed implementation of "arrayWithConstant" #4309
2019-02-10 00:13:58 +03:00
Alexey Milovidov
a01427db27
Merge branch 'master' of https://github.com/Stupnikov/ClickHouse into Stupnikov-master
2019-02-10 00:04:17 +03:00
Alexey Milovidov
871670d4fb
Fixed test
2019-02-10 00:03:42 +03:00
Alexey Milovidov
a42d1e0edf
Merge branch 'master' into bitmask-ubsan
2019-02-09 23:57:36 +03:00
Alexey Milovidov
f6298b6428
Removed garbage
2019-02-09 23:57:17 +03:00
Alexey Milovidov
a17503c2d1
Added performance test
2019-02-09 23:53:22 +03:00
Alexey Milovidov
fc3d773c18
Renamed test
2019-02-09 23:44:18 +03:00
Alexey Milovidov
7d86f2debe
Added comments
2019-02-09 23:35:55 +03:00
Alexey Milovidov
7b174c4940
Added a test for entropy aggregate function ser/de
2019-02-09 23:31:58 +03:00
Alexey Milovidov
f82aa5747a
Added a test for mutual entropy
2019-02-09 23:28:39 +03:00
Alexey Milovidov
bf95f19655
Fixed entropy aggregate function #4238
2019-02-09 23:17:20 +03:00
Alexey Milovidov
d705c4fc9c
Fixed error found by UBSan; added a test for bitmask functions for negative input
2019-02-09 22:44:27 +03:00
robot-clickhouse
dbde962a6b
Auto version update to [19.2.0] [54414]
2019-02-09 14:13:07 +03:00
Gleb Kanterov
dcfca13554
Fix optimize_skip_unused_shards setting name in CHANGELOG ( #4318 )
2019-02-09 13:31:40 +03:00
proller
a95d2d153d
Build ARM fix ( #4306 )
...
* Build ARM fix
* Fix warning: declaration shadows a local variable
* Add info about SPLIT_SHARED_LIBRARIES
* Fix cpuid on ARM
* release: better pbuilder autoinstall
2019-02-09 01:09:32 +03:00
alexey-milovidov
e7541f03dd
Merge pull request #4305 from vitlibar/add-freebsd-aio-support
...
Add FreeBSD AIO support.
2019-02-09 01:06:41 +03:00
alexey-milovidov
bb333643f0
Merge pull request #4307 from 4ertus2/joins
...
New portion of SyntaxAnalyzer refactoring
2019-02-09 01:04:46 +03:00
ogorbacheva
e275094f7d
Added info about UUID to russian doc ( #4314 )
...
* Adding UUID to "ru" (drafts)
* fix russian text
* Adding UUID to "ru" (drafts)
* fix russian text
* fix english doc
* fixing links to nowhere
2019-02-09 00:37:56 +03:00
Alexey Milovidov
8c850a2e6a
Added a test from Boris Granveaud
2019-02-08 22:40:19 +03:00
alexey-milovidov
5152cb7e9c
Merge pull request #4317 from yandex/client-suggest-use-after-free
...
Fixed use after free in clickhouse-client (suggestion thread)
2019-02-08 22:08:02 +03:00
alexey-milovidov
69aa0866b2
Merge pull request #4297 from yandex/fix-insert-select-read-prefix
...
Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT FROM file
2019-02-08 21:53:23 +03:00
Alexey Milovidov
5b97abe693
Fixed use after free in clickhouse-client (suggestion thread)
2019-02-08 21:15:54 +03:00
chertus
c24ba390b3
fix test
2019-02-08 20:21:28 +03:00
Alexey Milovidov
322c46383e
Addition to prev. revision #4297
2019-02-08 20:17:16 +03:00
Alexey Milovidov
6d23bbabd0
Merge branch 'master' into fix-insert-select-read-prefix
2019-02-08 19:55:06 +03:00
Alexey Milovidov
3d55e375ff
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-08 19:54:15 +03:00
Alexey Milovidov
277484297a
Aggregator: miscellaneous
2019-02-08 19:54:04 +03:00