Alexey Milovidov
|
9c23486551
|
Fixed backward incompatibility of table function "remote" introduced with column comments
|
2019-02-19 20:02:51 +03:00 |
|
alexey-milovidov
|
fb002f40ff
|
Merge pull request #4371 from vitlibar/fix-compilation-on-mac
Fix compilation on Mac.
|
2019-02-19 19:39:42 +03:00 |
|
alexey-milovidov
|
4588542e45
|
Merge pull request #4444 from proller/fix15
Build fixes (freebsd)
|
2019-02-19 19:33:14 +03:00 |
|
alexey-milovidov
|
2fd845b4f7
|
Merge pull request #4445 from yandex/send_logs_level_fix
Fixed accidential incompatibility due to wrong implementation of "send_logs_level" setting
|
2019-02-19 19:32:28 +03:00 |
|
BayoNet
|
928e24ccc5
|
DOCAPI-3820: EN review and RU translation for SELECT JOIN (#4422)
|
2019-02-19 19:28:51 +03:00 |
|
Alexey Milovidov
|
11fc35e098
|
Fixed accidential incompatibility due to wrong implementation of "send_logs_level" setting
|
2019-02-19 16:27:59 +03:00 |
|
Vitaly Baranov
|
ad377d421f
|
MergingSortedBlockInputStream class constructor, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
Vitaly Baranov
|
536edf7721
|
StorageSystemNumber class constructor, "offset" and "limit" parameters: change type size_t -> UInt64.
|
2019-02-19 14:56:08 +03:00 |
|
Vitaly Baranov
|
37e726c311
|
IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:17 +03:00 |
|
Vitaly Baranov
|
2176c0c4d3
|
IDataType::[de]serializeBinaryBulk() functions, "limit" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
Vitaly Baranov
|
309df832ec
|
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
Vitaly Baranov
|
4b6cba9a8e
|
IColumn::getPermutation() and IColumn::permutate() functions, "limit" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:09 +03:00 |
|
Vitaly Baranov
|
86b204d1c7
|
IDictionary::getBlockInputStream() function, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:49:03 +03:00 |
|
Vitaly Baranov
|
833aa9189b
|
IColumn::index() function, "limit" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:47:41 +03:00 |
|
proller
|
ba97218cab
|
Build fixes (freebsd)
|
2019-02-19 13:29:44 +03:00 |
|
proller
|
b6aac05f87
|
Merge remote-tracking branch 'upstream/master' into fix15
|
2019-02-19 13:25:38 +03:00 |
|
alesapin
|
1b0ae80a49
|
Merge pull request #4437 from yandex/add_cli_settings_to_performance_test
Add CLI settings for clickhouse-performance-test.
|
2019-02-19 10:20:50 +03:00 |
|
0xflotus
|
a0ffdcfe17
|
fixed short (#4440)
|
2019-02-19 08:54:58 +03:00 |
|
0xflotus
|
908d958696
|
fixed other (#4441)
Did you mean 'In other words'...?
|
2019-02-19 08:54:31 +03:00 |
|
Vitaly Baranov
|
ab7e7507a4
|
Revert incorrect fix compilation on Mac.
This reverts commit ef6b20030c .
|
2019-02-18 20:31:18 +03:00 |
|
proller
|
fa9e9e57c8
|
[PATCH] Fixup for "AIOcontextPool: Found io_event with unknown id 0'' error #4434 from urgordeadbeef
|
2019-02-18 20:30:00 +03:00 |
|
proller
|
d951df1342
|
[PATCH] Fixup for "AIOcontextPool: Found io_event with unknown id 0'' error #4434 from urgordeadbeef
|
2019-02-18 18:54:24 +03:00 |
|
alesapin
|
b2d90d5c10
|
Add CLI settings for clickhouse-performance-test.
|
2019-02-18 18:43:58 +03:00 |
|
alexey-milovidov
|
15b03f6e12
|
Merge pull request #4412 from 4ertus2/joins
Support aliases in JOIN ON section for right table columns
|
2019-02-18 18:31:01 +03:00 |
|
Alex Zatelepin
|
cadc023af8
|
Update CMakeLists.txt
remove redundant statement
|
2019-02-18 18:24:20 +03:00 |
|
Nikolai Kochetov
|
eb63a8c3b1
|
Merge pull request #4427 from danlark1/master
Implement Levenshtein distance with linear memory
|
2019-02-18 17:29:32 +03:00 |
|
alesapin
|
c23089d280
|
Merge pull request #4410 from yandex/add_changelog_19_1_7_and_19_3_3
Add changelog for 19.1.7 and 19.3.3
|
2019-02-18 14:13:07 +03:00 |
|
alesapin
|
64219fede2
|
Add 19.1.8 and 19.3.4 changelogs
|
2019-02-18 12:48:05 +03:00 |
|
alesapin
|
b611a7ecb7
|
Changelog review fixes
|
2019-02-18 12:26:16 +03:00 |
|
Danila Kutenin
|
35bfe7950e
|
Pointer codestyle fix in Levenshtein distance
|
2019-02-18 04:21:18 +03:00 |
|
Danila Kutenin
|
ed57671948
|
Implement Levenstein distance with linear memory
|
2019-02-18 04:18:39 +03:00 |
|
BayoNet
|
fdac3bd662
|
DOCAPI-4552: RU translation of VersionedCollapsingMergeTree topic (#4404)
|
2019-02-18 00:31:56 +03:00 |
|
BayoNet
|
d42cf0a769
|
DOCAPI-4907: EN review and RU translation of the Expression Aliases topic (#4418)
|
2019-02-17 13:52:49 +03:00 |
|
BayoNet
|
afb53d9b08
|
TANKER-457940: RU translation of the Backup topic. (#4417)
|
2019-02-17 13:47:07 +03:00 |
|
BayoNet
|
411f14dbdc
|
TANKER-457940: EN review for Backup topic (#4416)
|
2019-02-16 08:53:04 +03:00 |
|
alexey-milovidov
|
85a5ece942
|
Merge pull request #4407 from nikvas0/nikvas0/index_fix2
indices fix
|
2019-02-15 18:56:14 +03:00 |
|
alexey-milovidov
|
b828354ed1
|
Merge pull request #4408 from zhang2014/fix/ISSUES-4389
ISSUES-4389 fix lambda function with predicate optimizer
|
2019-02-15 18:55:53 +03:00 |
|
chertus
|
1fc6c60668
|
undo unneeded changes
|
2019-02-15 18:47:39 +03:00 |
|
chertus
|
b72d12d12e
|
join on allow aliases for right table columns
|
2019-02-15 18:47:39 +03:00 |
|
chertus
|
dc1a0ed3f4
|
normalize JOIN ON section
|
2019-02-15 18:47:39 +03:00 |
|
chertus
|
33c3b5cdad
|
some more refactoring
|
2019-02-15 18:47:39 +03:00 |
|
chertus
|
c6e541858e
|
refactoring: do not match columns to tables twice
|
2019-02-15 18:47:39 +03:00 |
|
alesapin
|
b2912613e9
|
Better author
|
2019-02-15 15:32:21 +03:00 |
|
alesapin
|
8d4c863b15
|
Better author
|
2019-02-15 15:13:03 +03:00 |
|
alesapin
|
694f9dad7f
|
Remove redundant indendation
|
2019-02-15 14:53:28 +03:00 |
|
robot-clickhouse
|
d8abd09457
|
Auto version update to [19.3.4] [54415]
|
2019-02-15 14:50:37 +03:00 |
|
proller
|
263e69e861
|
Build fixes (FreeBSD port) (#4397)
|
2019-02-15 14:46:07 +03:00 |
|
proller
|
affdde671c
|
Wrong folder "preprocessed" link #3892 - bugfix
|
2019-02-15 14:43:47 +03:00 |
|
alesapin
|
5bd726f6b1
|
Better
|
2019-02-15 14:31:13 +03:00 |
|
alesapin
|
ca3dc9d581
|
Change author
|
2019-02-15 14:28:21 +03:00 |
|