Commit Graph

26697 Commits

Author SHA1 Message Date
Nikolai Kochetov
3655d8da82 Restore constants in MergeSortingTransform. 2019-04-12 19:18:04 +03:00
Ivan Lezhankin
31a566c4f2 Detect backports by PRs to stable branches with pr-backport label
Also add some fancy colors.
2019-04-12 19:08:38 +03:00
Nikolai Kochetov
4bbbd297cc Fix JSONCompact field delimiter. 2019-04-12 19:06:38 +03:00
Nikolai Kochetov
df4a1e0c9a Fix JSONCompact field delimiter. 2019-04-12 19:03:32 +03:00
Nikolai Kochetov
616d9cd563 Fix JSONCompact field delimiter. 2019-04-12 18:59:51 +03:00
Nikolai Kochetov
083256a574 Fix JSONCompact field delimiter. 2019-04-12 18:52:33 +03:00
Nikolai Kochetov
3155c6ff90 Fix JSON totals. 2019-04-12 18:43:09 +03:00
Nikolai Kochetov
4311904af4 Fix execute query. 2019-04-12 18:32:53 +03:00
Nikolai Kochetov
bcf3534e35 Fix get rows before limit at least. 2019-04-12 18:20:24 +03:00
Nikolai Kochetov
e7799aafcf Fix limit transfrom prepare. 2019-04-12 17:59:31 +03:00
Nikolai Kochetov
9c5d555e69 Fix limit transfrom prepare. 2019-04-12 17:49:34 +03:00
Nikolai Kochetov
5aa3d98ea2 Fix limit transfrom prepare. 2019-04-12 17:43:28 +03:00
Danila Kutenin
37c994b0dd Better cmake 2019-04-12 17:30:54 +03:00
Nikolai Kochetov
a8fdddfc88 Don't close output if limit transform was not finished. 2019-04-12 17:22:49 +03:00
Danila Kutenin
7f230cc134 LFAlloc added to clickhouse 2019-04-12 17:10:42 +03:00
Nikolai Kochetov
17d2de2d72 Append MaterializingTransform before output format at executeQuery function. 2019-04-12 16:56:48 +03:00
Nikolai Kochetov
6949f2d80a Added force_add_agg_info to SourceFromInputStream/ 2019-04-12 16:16:07 +03:00
Nikolai Kochetov
8298818036 Added force_add_agg_info to SourceFromInputStream/ 2019-04-12 16:14:03 +03:00
Nikolai Kochetov
1e5731496c Added force_add_agg_info to SourceFromInputStream. 2019-04-12 16:09:46 +03:00
chertus
4192deb5ad radix sort for asof join 2019-04-12 15:48:00 +03:00
alexey-milovidov
28f1d417f7
Merge pull request #4989 from yandex/substring-utf8-non-constant-args
Added support for non-constant and negative size and length arguments for function 'substringUTF8'
2019-04-12 14:54:29 +03:00
Nikolai Kochetov
a6d0b2102e Don't shwallow exceptions at executeJob. 2019-04-12 14:27:25 +03:00
Nikolai Kochetov
a398afd25b Close input in limit transform if limit reached. 2019-04-12 14:21:41 +03:00
Nikolai Kochetov
750b5a1b07 Added more information to exception from processor. 2019-04-12 14:18:18 +03:00
alesapin
f47e3292e1 Do not send queries to leader replica received from DDLWorker 2019-04-12 14:06:05 +03:00
Nikolai Kochetov
d66993e8f4 Close input in limit transform if limit reached. 2019-04-12 14:02:48 +03:00
Nikolai Kochetov
c92fb23317 Add pipeline to exception during query execution. 2019-04-12 12:57:13 +03:00
alesapin
29be5e7e8e Better changelog 2019-04-12 10:49:42 +03:00
alexey-milovidov
5afd69bbdb
Update 00935_to_iso_week_first_year.sql 2019-04-12 04:02:30 +03:00
alexey-milovidov
cdbb1157c1
Merge branch 'master' into substring-utf8-non-constant-args 2019-04-12 04:02:03 +03:00
alexey-milovidov
bf8641c560
Merge pull request #4988 from yandex/fix-iso-week-for-1970
Fixed wrong toISOWeek result for 1970 year
2019-04-12 04:01:13 +03:00
Alexey Milovidov
bd3c9833c4 More tests 2019-04-12 03:55:50 +03:00
Alexey Milovidov
0db5ec9227 More tests 2019-04-12 03:52:24 +03:00
Alexey Milovidov
ceef92fa9e Fixed inconsistent whitespaces 2019-04-12 03:37:07 +03:00
Alexey Milovidov
e72a374091 Added a test 2019-04-12 03:36:27 +03:00
Alexey Milovidov
b4878dbffa Added support for non-constant and negative size and length arguments for function substringUTF8 2019-04-12 03:34:11 +03:00
Alexey Milovidov
7892edc490 More tests 2019-04-12 02:25:50 +03:00
Alexey Milovidov
1610bcca89 Fixed wrong toISOWeek result for 1970 year 2019-04-12 02:21:52 +03:00
Alexey Milovidov
dcf72c120e Fixed wrong toISOWeek result for 1970 year 2019-04-12 02:21:37 +03:00
Alexey Milovidov
c3d2b3066f Removed old library from the list 2019-04-11 23:16:43 +03:00
Danila Kutenin
ba49c23ebb Better changelog on string search algorithms 2019-04-11 23:08:10 +03:00
Alexey Milovidov
6697061d9f Use libunwind instead of libgcc_eh 2019-04-11 22:50:58 +03:00
Alexey Milovidov
a9b47a62ba Merge branch 'update_libunwind' of https://github.com/laplab/ClickHouse into laplab-update_libunwind 2019-04-11 22:36:36 +03:00
chertus
4707200f83 partially fix distributed_product_mode=local 2019-04-11 22:29:28 +03:00
proller
79d2f1f034
libglibc-compatibility : do not use sys/random.h on old systems (skip getentropy.c) (#4984) 2019-04-11 22:28:29 +03:00
Alexey Milovidov
3b9f3f5dbb Miscellaneous changes in CMakeLists 2019-04-11 21:58:31 +03:00
Bowen Masco
bc74fb9027
Remove deprecated PermissionsStartOnly
PermissionsStartOnly has been deprecated, see 
https://github.com/systemd/systemd/pull/10802 
and 
https://github.com/NixOS/nixpkgs/issues/53852

A previous change removed the use of ExecStartPre so it is no longer needed.
2019-04-11 10:42:16 -07:00
alesapin
5142752b36 Better description 2019-04-11 20:36:10 +03:00
Nikolai Kochetov
a6c8ad6b3a Added MergeSortingTransform::enrichChunkWithConstants. 2019-04-11 20:26:03 +03:00
alesapin
244fbc191d Add older changelogs 2019-04-11 20:25:32 +03:00