CurtizJ
f104588640
Add changelog for 19.8.3.8, 19.7.5.27 and 19.6.3.18
2019-06-26 15:49:43 +03:00
Alexander Kuzmenkov
cb718c194f
Fix a hard-to-spot typo: aggreAGte -> aggregate.
2019-06-26 15:35:27 +03:00
alexey-milovidov
dca6d2947c
Merge pull request #5600 from Enmk/gorilla_column_encoding
...
Gorilla column encoding
2019-06-26 12:53:12 +03:00
hcz
da206109a6
Move registerFunctionConvertCharset
2019-06-26 16:05:53 +08:00
hcz
97b762ad06
Improve function registering
2019-06-26 15:53:43 +08:00
Ivan Blinkov
394e4a629d
Add link to Minsk meetup on website front page ( #5748 )
2019-06-26 13:54:10 +07:00
Ivan Blinkov
e298df5b79
Add link to Minsk meetup to README.md
2019-06-26 13:51:44 +07:00
Nicolae Vartolomei
59d66bb1d5
clickhouse-copier: Allow empty database name
...
This is needed to make clickhouse-copier work with cross-replication
setups (also known as [circular replication][1]).
When database name is not specified we rely on `<default_database>`
element from replica stanza.
Example:
```xml
<source_cluster>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
<default_database>r0</default_database>
</replica>
<replica>
<host>localhost</host>
<port>666</port>
<default_database>r1</default_database>
</replica>
</shard>
<shard>
<replica>
<host>localhost</host>
<port>666</port>
<default_database>r0</default_database>
</replica>
<replica>
<host>localhost</host>
<port>9000</port>
<default_database>r1</default_database>
</replica>
</shard>
</source_cluster>
```
[1]: https://www.altinity.com/blog/2018/5/10/circular-replication-cluster-topology-in-clickhouse
2019-06-25 22:09:11 +00:00
alesapin
71872fc3c3
Disable cluster copier tests
2019-06-25 22:26:26 +03:00
alesapin
1578aec2b3
Merge pull request #5741 from yandex/better_integration_tests
...
Disable tests and add global timeout
2019-06-25 19:24:14 +03:00
proller
3149b57100
release script: convert .deb to .rpm and .tgz ( #5740 )
2019-06-25 16:55:31 +03:00
alesapin
d3a5759c73
Disable tests and add global timeout
2019-06-25 16:20:04 +03:00
alesapin
60960f3340
Merge branch 'master' of github.com:yandex/ClickHouse
2019-06-25 15:26:45 +03:00
alesapin
1a1e0f98a2
Missed dockerfile
2019-06-25 15:26:28 +03:00
alesapin
57ed08f832
Merge pull request #5738 from yandex/hczhcz-patch-6
...
Slightly better style
2019-06-25 15:14:28 +03:00
alesapin
856bf1c89a
Merge branch 'master' of github.com:yandex/ClickHouse
2019-06-25 15:04:16 +03:00
alesapin
12693e5687
Run stateful tests in stress test
2019-06-25 15:04:05 +03:00
Vasily Nemkov
138087d2e1
Performance tests for Gorilla and DoubleDelta
...
Testing INSERTs and SELECTs on codec combinations:
* DoubleDelta (or Gorilla)
* LZ4
* DD (or G) + LZ4
On 3 types of data:
* sequential
* monotonic
* random.
2019-06-25 13:47:55 +03:00
alesapin
3577f31ef6
Merge pull request #5737 from javartisan/master
...
Update ya_metrika_task.md
2019-06-25 13:39:12 +03:00
alesapin
4a8a70a079
Merge pull request #5720 from coraxster/fix-5377
...
MergedColumnOnlyOutputStream. Skip empty blocks. Fix 5377
2019-06-25 13:35:09 +03:00
alesapin
2fcb786093
Slightly more ClickHouse style
2019-06-25 13:17:11 +03:00
javartisan
56020b9c24
Update ya_metrika_task.md
...
修改错别字,尽兴应该是进行
2019-06-25 18:00:15 +08:00
alesapin
b14a6ab8ab
Merge branch 'patch-6' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-6
2019-06-25 12:40:13 +03:00
hcz
eff547cf70
Update test cases
2019-06-25 14:27:27 +08:00
hcz
3368ed933f
Improve error codes
2019-06-25 12:39:00 +08:00
hcz
8a2c6985a4
Use size_t step
2019-06-25 12:37:40 +08:00
hcz
f1e146d208
Fix parameter handling
2019-06-25 12:28:20 +08:00
proller
6ec6ab0acc
[Temporary] Dont use llvm 8+ ( #5730 )
2019-06-25 00:28:10 +03:00
alexey-milovidov
b43e75200e
Merge pull request #5595 from inv2004/moving-sum
...
movingSum/Avg window functions for numeric and decimals
2019-06-24 19:13:26 +03:00
dmitry kuzmin
c72e4dfe08
5337: clang compiler fix
2019-06-24 18:07:01 +03:00
Ivan
cdbfa3034c
Fix compilation when we don't have readline
...
Otherwise we get warning about extra semi-colon
2019-06-24 18:02:25 +03:00
Alexey Milovidov
8f77d898f3
Renamed functions for consistency #5704
2019-06-24 17:51:37 +03:00
alexey-milovidov
8e41d89126
Merge pull request #5704 from zhang2014/fix/ISSUES-5697
...
ISSUES-5697 fix insert and select query with mysql style identifier
2019-06-24 17:40:28 +03:00
alexey-milovidov
dacbe9a410
Update WriteHelpers.h
2019-06-24 17:38:58 +03:00
Korviakov Andrey
0a012d65ad
update documentation for docker image: fix
2019-06-24 15:07:59 +03:00
Korviakov Andrey
18ebc2ec60
update documentation for docker image
2019-06-24 15:01:45 +03:00
Korviakov Andrey
bf28000d4a
pr #5321 fix
2019-06-24 14:45:04 +03:00
alesapin
88b9bc6254
Merge branch 'patch-6' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-6
2019-06-24 14:29:35 +03:00
proller
1ac09fa721
Split Common/config.h by libs (dbms) ( #5715 )
2019-06-24 14:17:15 +03:00
dmitry kuzmin
c988293e1e
5337 fix: MergedColumn. skip empty blocks
2019-06-23 07:30:29 +03:00
Vladimir Chebotarev
c7deafa14a
Added Arch linux package generation.
2019-06-22 14:26:19 +03:00
zhang2014
029e2ccf1f
some review fixes
2019-06-22 19:10:00 +08:00
zhang2014
b9cb1feb4c
some review fixes
2019-06-22 12:40:41 +08:00
CurtizJ
53634a324e
fix error with uninitialized system_logs
2019-06-21 22:24:30 +03:00
CurtizJ
ac3072cd9b
better shutdown of system_logs
2019-06-21 20:25:47 +03:00
alexey-milovidov
65ea2c4c89
Merge pull request #5699 from abyss7/issue-4631
...
Update rdkafka to v1.0.1
2019-06-21 19:02:54 +03:00
chertus
29700fd5e9
Auto version update to [19.11.0] [54423]
2019-06-21 18:47:02 +03:00
proller
badb6ab831
Functions: make array and gatherutils libs ( #5712 )
2019-06-21 18:31:37 +03:00
BayoNet
e7493112eb
DOCAPI-5760: Join engine docs update. ( #5658 )
2019-06-21 10:58:15 +03:00
benamazing
5038eb761f
Update features_considered_disadvantages.md ( #5705 )
2019-06-21 10:46:01 +03:00