Commit Graph

8688 Commits

Author SHA1 Message Date
artpaul
c617565f3b q!Merge branch 'master' of git://github.com/yandex/ClickHouse 2016-11-12 21:04:38 +05:00
artpaul
b5ad7c021b fix clang: remove unused variable 2016-11-12 21:03:44 +05:00
alexey-milovidov
b364682524 Merge pull request #181 from f1yegor/documentation/OrZero
mention ...OrZero functions: toInt32OrZero and etc
2016-11-12 19:38:31 +04:00
f1yegor
155bd8005c mention ...OrZero functions: toInt32OrZero and etc 2016-11-12 10:21:38 +01:00
Alexey Milovidov
5b72f0956a Setting level to zero after ATTACH [#METR-23438]. 2016-11-11 20:33:43 +03:00
alexey-milovidov
bec23fbbc2 Merge pull request #179 from a-square/patch-1
Grammar in architecture.md
2016-11-11 17:14:18 +04:00
Alexei Averchenko
398427806f Grammar in architecture.md
I'm proposing a slight update to the architecture.md's lede. I tried to preserve the meaning precisely (because I know nothing about ClickHouse) while making it more pleasant to read.
2016-11-11 15:36:12 +03:00
artpaul
1e34e7a15c move some impl details of DistinctBlockInputStream to cpp 2016-11-11 02:24:40 +05:00
alexey-milovidov
c67f29a81f Merge pull request #178 from artpaul/master
add vscode settings to ignore
2016-11-10 23:20:27 +04:00
artpaul
daa326205e add vscode to ignore 2016-11-10 23:27:35 +05:00
Victor Tarnavsky
bdaee2b36a Merge pull request #177 from yandex/jkee-patch-1
telegram again
2016-11-10 17:41:23 +03:00
Victor Tarnavsky
b92d7783c9 telegram again 2016-11-10 17:40:54 +03:00
alexey-milovidov
8b29316d9f Merge pull request #175 from yandex/doc-telegram-chat
telegram chat in doc
2016-11-10 18:23:53 +04:00
Victor Tarnavsky
661a19ff07 telegram chat in doc 2016-11-10 17:22:24 +03:00
alexey-milovidov
9f4172707e Merge pull request #174 from hatarist/patch-1
Fixed build_osx.md (added THREADS)
2016-11-10 11:08:39 +04:00
Igor Hatarist
965bde42e6 Fixed build_osx.md (added THREADS) 2016-11-10 09:45:18 +03:00
Vladimir Chebotarev
84ab03a669 libpoco: Removed Poco MySQL binding. [#METR-21516] 2016-11-09 23:36:42 +03:00
alexey-milovidov
c7218a9c2f Merge pull request #173 from yandex/patching-mysqlclient
libmysqlxx: Secure way to patch mysqlclient library. [#METR-21516]
2016-11-10 00:11:40 +04:00
Vladimir Chebotarev
d4ba394100 libmysqlxx: Secure way to patch mysqlclient library. [#METR-21516] 2016-11-09 23:08:29 +03:00
alexey-milovidov
fa846d32f3 Merge pull request #172 from yandex/chebotarev-osx
: More specific usage of static libraries. [#METR-21516]
2016-11-09 22:53:23 +04:00
Vladimir Chebotarev
cdaece7dfa : More specific usage of static libraries. [#METR-21516] 2016-11-09 21:49:01 +03:00
alexey-milovidov
bb073c6977 Merge pull request #170 from hatarist/reference_arr_concat
Added arrayStringConcat description to the reference
2016-11-09 20:46:10 +04:00
Igor Hatarist
d2c2420881 Added arrayStringConcat() description to the reference 2016-11-09 18:19:35 +03:00
alexey-milovidov
a13af437d3 Merge pull request #169 from yandex/aprudaev-patch-1
Fix mistype in architecture.md
2016-11-09 18:48:28 +04:00
aprudaev
640df40f13 Update architecture.md 2016-11-09 18:36:57 +04:00
Alexey Milovidov
abbedd3d75 Merge branch 'master' of github.com:yandex/ClickHouse 2016-11-09 17:30:52 +03:00
Alexey Milovidov
28d4a8b520 Fixed typo [#METR-20000]. 2016-11-09 17:30:37 +03:00
alexey-milovidov
98457fd5eb Merge pull request #168 from hatarist/reference_concat
Updated concat() description in the reference
2016-11-09 18:22:12 +04:00
Alexey Milovidov
34a9af27bf Inreased default ALTERs safety threshold [#METR-2944]. 2016-11-09 17:14:39 +03:00
Igor Hatarist
ab2e504977 Updated concat() description in the reference 2016-11-09 17:00:55 +03:00
Vladimir Chebotarev
3cb59b92bc doc: Minor fix. [#METR-21516] 2016-11-08 16:08:53 +03:00
alexey-milovidov
5905556db5 Merge pull request #161 from yandex/chebotarev-osx
dbms: max_open_files for server. [#METR-21516]
2016-11-07 22:44:35 +04:00
Vladimir Chebotarev
72a533bc11 dbms: max_open_files for server, readline in OS X. [#METR-21516] 2016-11-07 14:33:25 +03:00
Alexey Milovidov
039f897075 Added architecture overview (draft) [#METR-23406]. 2016-11-07 03:30:02 +03:00
Alexey Milovidov
4bdfe5da49 Moved file [#METR-23406]. 2016-11-07 03:28:05 +03:00
Alexey Milovidov
9dab22723a Merge branch 'master' of github.com:yandex/ClickHouse 2016-11-05 04:12:29 +03:00
Alexey Milovidov
efa056fc77 Attempt to improve merge selecting algorithm [#METR-21840]. 2016-11-05 04:11:51 +03:00
alexey-milovidov
08f04dac68 Merge pull request #162 from artpaul/master
fix example of deleting table
2016-11-04 23:23:02 +04:00
artpaul
9ab18e20e8 fix example of deleting table; en version 2016-11-05 00:17:39 +05:00
artpaul
8d8215f66b fix example of deleting table 2016-11-04 23:48:32 +05:00
alexey-milovidov
3d05948c45 Merge pull request #159 from yandex/chebotarev-osx
[WIP] OS X 10.12 build
2016-11-03 21:14:30 +04:00
Vladimir Chebotarev
e2ceb63c54 libcommon, libre2, tools: Fixed build under OS X Sierra. [#METR-21516] 2016-11-03 15:41:13 +03:00
Alexey Milovidov
8ba7a32410 Fixed error with BackgroundProcesssingPool [#METRIKASUPP-7484]. 2016-11-02 18:26:16 +03:00
Alexey Milovidov
621da9c2f7 Added test [#METR-22971]. 2016-11-02 00:10:22 +03:00
Alexey Milovidov
5af20c3dd2 Fixed error with ColumnAggregateFunction [#METR-22971]. 2016-11-02 00:06:41 +03:00
Alexey Milovidov
22719b1114 MergeSelector: further [#METR-21840]. 2016-11-01 23:30:40 +03:00
Alexey Milovidov
aaec9d1db6 Attempt for improvement [#METR-21840]. 2016-11-01 22:20:24 +03:00
Alexey Milovidov
751f3913ee Fixed build [#METR-20000]. 2016-11-01 20:56:25 +03:00
alexey-milovidov
d1f11af2c2 Merge pull request #151 from Civil/osx_compatibility
[WIP] Make it compilable on OS X
2016-11-01 21:09:48 +04:00
Vladimir Smirnov
d36f52502e Make it compilable on OS X
It's still hackish and dirty, but server and client compies.

Server starts, but throwes meaningless exception on any query.

Client seems to be working fine.

Linux compilation might (but shouldn't) be broken (not tested).
2016-11-01 17:59:21 +01:00