BayoNet
|
a392b7ec75
|
TRANSLATE-2372: EN review (#6210)
|
2019-08-05 12:35:37 +03:00 |
|
alesapin
|
d12018fddd
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-08-05 12:31:52 +03:00 |
|
alesapin
|
cd0640073e
|
Update PVS-studio image
|
2019-08-05 12:31:39 +03:00 |
|
BayoNet
|
db56f264ce
|
TRANSLATE-3776: Query log docs. EN review. RU translation. (#6280)
|
2019-08-05 12:26:32 +03:00 |
|
VDimir
|
259364a4f8
|
Minor fixes in throwIf implementation
|
2019-08-05 10:30:35 +03:00 |
|
Gleb Novikov
|
2f5f72995b
|
Added gcc-9 to docker/builder container
|
2019-08-05 07:09:09 +00:00 |
|
Amos Bird
|
e994f45b6c
|
update
|
2019-08-05 11:30:30 +08:00 |
|
Zhichang Yu
|
e1f3ef2115
|
renamed bitmapRange to bitmapSubsetInRange
|
2019-08-05 10:27:12 +08:00 |
|
alexey-milovidov
|
7f68c61993
|
Update CHANGELOG.md
|
2019-08-05 03:50:13 +03:00 |
|
alexey-milovidov
|
09aaf21392
|
Update CHANGELOG.md
|
2019-08-05 03:47:59 +03:00 |
|
alexey-milovidov
|
a9051ab292
|
Merge pull request #6327 from yandex/better-changelog-generator
Attempt to make changelog generator better. Changelog for 19.10 and 19.11.
|
2019-08-05 03:45:48 +03:00 |
|
Alexey Milovidov
|
acd6651f60
|
Better changelog script
|
2019-08-05 03:23:42 +03:00 |
|
Alexey Milovidov
|
ff1be9755f
|
Removing extra whitespaces
|
2019-08-05 02:36:02 +03:00 |
|
Alexey Milovidov
|
ff3f2b9be7
|
Changelog for 19.11
|
2019-08-05 02:35:40 +03:00 |
|
VDimir
|
1e6972b38e
|
Added optional message argument in throwIf (#5772)
|
2019-08-05 02:24:16 +03:00 |
|
Alexey Milovidov
|
ea22e8fb09
|
Allowed unknown authors; substituting links to issues
|
2019-08-05 02:04:22 +03:00 |
|
Alexey Milovidov
|
39f711d895
|
Allowed unknown authors; substituting links to issues
|
2019-08-05 02:02:44 +03:00 |
|
Alexey Milovidov
|
cc2744ebb9
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-08-05 01:28:26 +03:00 |
|
Alexey Milovidov
|
ddf3466af3
|
Avoid using #N in logs, because it will link bogus issues and pull requests when posted on GitHub
|
2019-08-05 01:28:13 +03:00 |
|
alexey-milovidov
|
0c150fbf66
|
Merge pull request #6321 from yandex/every_function_in_own_file_10
Every function in its own file, part 10
|
2019-08-05 01:02:02 +03:00 |
|
alexey-milovidov
|
8dfe294fc4
|
Merge pull request #6328 from ramazanpolat/patch-2
Added missing [Primary Key expr] to syntax
|
2019-08-05 01:01:39 +03:00 |
|
alexey-milovidov
|
af949cce84
|
Merge pull request #6322 from yandex/text-log-simplification
Text log simplification
|
2019-08-05 01:01:02 +03:00 |
|
alexey-milovidov
|
40da9a50e2
|
Merge pull request #6326 from yandex/summap-bug-proper-fix
Overflow when using arrayReduce + sumMap on constant params.
|
2019-08-05 01:00:31 +03:00 |
|
Alexey Milovidov
|
3f2d0dfcec
|
Sorting categories in desired order; skipping documentation fixes
|
2019-08-05 00:42:32 +03:00 |
|
Alexey Milovidov
|
04d70291b7
|
Changelog for 19.10
|
2019-08-05 00:33:29 +03:00 |
|
Alexey Milovidov
|
17766bf141
|
Make changelog script more sane
|
2019-08-05 00:31:52 +03:00 |
|
Alexey Milovidov
|
58d5e58eed
|
Avoid finding commits in forks
|
2019-08-04 23:32:16 +03:00 |
|
Alexey Milovidov
|
95b0ec46b9
|
Attempt to make changelog generator better
|
2019-08-04 23:17:51 +03:00 |
|
Alexey Milovidov
|
3558d8f360
|
Deprecate gcc-7
|
2019-08-04 22:58:46 +03:00 |
|
Ramazan Polat
|
d03f7e878a
|
Added missing [Primary Key expr] to syntax
[Primary Key] was missing in creating `ReplacingMergeTree` syntax.
|
2019-08-04 22:50:26 +03:00 |
|
Alexey Milovidov
|
c47816f6ad
|
Addition to prev. revision
|
2019-08-04 22:11:27 +03:00 |
|
Alexey Milovidov
|
d4002a7188
|
Moved "ci" directory to "utils", because we are actually using different CI, but these scripts are still usable
|
2019-08-04 22:10:14 +03:00 |
|
Alexey Milovidov
|
195d50a556
|
One more test case
|
2019-08-04 21:22:05 +03:00 |
|
Alexey Milovidov
|
f9d3d996e4
|
Unsignificant modification
|
2019-08-04 21:20:50 +03:00 |
|
Nikita Mikhailov
|
78250ea23f
|
tests
|
2019-08-04 21:20:17 +03:00 |
|
Alexey Milovidov
|
200b994628
|
Proper fix for arrayReduce and whatever #6295
|
2019-08-04 21:18:26 +03:00 |
|
Amos Bird
|
39b8141418
|
Fix recursive materialized view
|
2019-08-05 02:01:16 +08:00 |
|
Nikolai Kochetov
|
b0b7ed791d
|
Merge branch 'master' into processors-and-output-formats
|
2019-08-04 19:47:26 +03:00 |
|
Alexey Milovidov
|
184fc70a27
|
Fixed error
|
2019-08-04 18:57:57 +03:00 |
|
Alexey Milovidov
|
c16b90a0e8
|
Changed separator of file and function to semicolon
|
2019-08-04 18:53:12 +03:00 |
|
Alexey Milovidov
|
8c05766888
|
Attempt to simplify text log
|
2019-08-04 18:51:04 +03:00 |
|
alexey-milovidov
|
a0599214ef
|
Merge pull request #6103 from nikitamikhaylov/system_text_log
Allow to write ClickHouse text logs into system table.
|
2019-08-04 17:51:34 +03:00 |
|
Zhichang Yu
|
09edfaf49c
|
let Style Check happy
|
2019-08-04 22:48:48 +08:00 |
|
Alexey Milovidov
|
aa234b402a
|
Every function in its own file, part 10
|
2019-08-04 17:30:08 +03:00 |
|
Alexey Milovidov
|
66acafe70e
|
Every function in its own file, part 10
|
2019-08-04 17:01:04 +03:00 |
|
alexey-milovidov
|
261abd6c41
|
Merge pull request #6319 from nikvas0/nikvas0/fix_set_index
Add Comments for set index functions
|
2019-08-04 16:39:57 +03:00 |
|
alexey-milovidov
|
7f20c17f9b
|
Merge pull request #6283 from yandex/enable-query-profiler
Enabled query profiler by default
|
2019-08-04 16:34:42 +03:00 |
|
Nikita Vasilev
|
dec8de640f
|
improve book mask or
|
2019-08-04 16:31:37 +03:00 |
|
Nikolai Kochetov
|
cddbd6db3c
|
Merged with master.
|
2019-08-04 16:19:57 +03:00 |
|
Nikita Vasilev
|
5d47a858c5
|
add comments
|
2019-08-04 16:03:38 +03:00 |
|