Alexey Milovidov
|
7406fa60ff
|
Added test [#METR-20041].
|
2016-02-16 19:35:20 +03:00 |
|
Alexey Milovidov
|
415a1dc3ad
|
Fixed error with gzip/deflate and empty response body [#METR-20041].
|
2016-02-16 19:33:12 +03:00 |
|
Alexey Milovidov
|
bb122a2fa7
|
dbms: less locking while clearing old parts; better while loading parts [#METR-2944].
|
2016-02-14 14:02:47 +03:00 |
|
Alexey Milovidov
|
4e86a71198
|
Addition [#METR-2944].
|
2016-02-14 09:46:22 +03:00 |
|
Alexey Milovidov
|
5a78d4b0da
|
Lowered size of index in memory (experimental) [#METR-2944].
|
2016-02-14 08:43:03 +03:00 |
|
Alexey Milovidov
|
7a92c3cf1a
|
Preparation [#METR-2944].
|
2016-02-14 07:58:47 +03:00 |
|
Alexey Milovidov
|
e3d2a30c72
|
Addition [#METR-20026].
|
2016-02-14 07:13:12 +03:00 |
|
Alexey Milovidov
|
ce3f881d7a
|
Improved performance of WriteBufferValidUTF8 [#METR-20026].
|
2016-02-14 07:07:55 +03:00 |
|
Alexey Milovidov
|
fabf0b3dc4
|
Added test for format XML [#METR-20026].
|
2016-02-14 06:12:58 +03:00 |
|
Alexey Milovidov
|
79814b090d
|
Implemented format XML [#METR-20026].
|
2016-02-14 06:06:26 +03:00 |
|
Alexey Milovidov
|
8efb3e5ade
|
Initial implementation of XML output format [#METR-20026].
|
2016-02-14 05:37:42 +03:00 |
|
Alexey Milovidov
|
12363ed329
|
Added limited support for expressions in INSERT ... VALUES [#METR-20048].
|
2016-02-13 09:37:19 +03:00 |
|
Alexey Milovidov
|
bc54312472
|
Fixed minor issue with readonly setting [#METR-15268].
|
2016-02-12 06:45:26 +03:00 |
|
Alexey Milovidov
|
a33ab9cbe1
|
Fixed error when user could override settings in readonly mode, using HTTP interface [#METR-15268].
|
2016-02-12 06:32:05 +03:00 |
|
Alexey Milovidov
|
6a2a082ea7
|
Added setting http_zlib_compression_level [#METR-20041].
|
2016-02-12 05:26:04 +03:00 |
|
Alexey Milovidov
|
1cee75e828
|
Added test for sending external tables via HTTP [#METR-2944].
|
2016-02-12 03:58:26 +03:00 |
|
Alexey Milovidov
|
dafece62ef
|
Added support for HTTP compression of POST data [#METR-20041].
|
2016-02-12 03:56:15 +03:00 |
|
Alexey Milovidov
|
421d5a97ad
|
Added support for HTTP compression [#METR-20041].
|
2016-02-12 02:37:16 +03:00 |
|
Alexey Milovidov
|
c7d394f47e
|
HTTP compression: development [#METR-20041].
|
2016-02-12 00:40:51 +03:00 |
|
Alexey Milovidov
|
d14a12151e
|
Fixed error with leak of watches [#METR-19975].
|
2016-02-11 04:48:34 +03:00 |
|
Alexey Milovidov
|
14c28ebf0d
|
Updated comment [#METR-20000].
|
2016-02-11 04:43:39 +03:00 |
|
Pavel Kartavyy
|
eca42536d8
|
dbms: renamed Revision to ClickHouseRevision. Daemon to BaseDaemon
|
2016-02-09 20:06:50 +03:00 |
|
Alexey Milovidov
|
c55fbd08dc
|
Fixed build package for metrika [#METR-17973].
|
2016-02-09 00:20:55 +03:00 |
|
Alexey Milovidov
|
45cf6c6784
|
Added external tests [#METR-17973].
|
2016-02-09 00:10:10 +03:00 |
|
Alexey Milovidov
|
df1d66e51a
|
Removed sensitive data.
|
2016-02-08 00:58:58 +03:00 |
|
Alexey Milovidov
|
c3827a29eb
|
Removed unrelated data.
|
2016-02-07 23:02:44 +03:00 |
|
Alexey Milovidov
|
02958c1c7f
|
dbms: fixed race condition between attaches and download of parts [#METR-19399].
|
2016-02-07 20:31:13 +03:00 |
|
Alexey Milovidov
|
c4a5b862bf
|
dbms: tiny modification [#METR-2944].
|
2016-02-07 20:30:39 +03:00 |
|
Alexey Milovidov
|
35d1bc10e2
|
dbms: fixed test [#METR-2944].
|
2016-02-07 19:55:57 +03:00 |
|
Alexey Milovidov
|
6c38979819
|
dbms: fixed test [#METR-2944].
|
2016-02-07 17:49:20 +03:00 |
|
Alexey Milovidov
|
d72720616a
|
dbms: CSV format: development [#METR-19957].
|
2016-02-07 14:49:49 +03:00 |
|
Alexey Milovidov
|
dadadf1b37
|
dbms: CSV format: additions [#METR-19957].
|
2016-02-07 13:43:02 +03:00 |
|
Alexey Milovidov
|
dc982b1493
|
dbms: CSV format: added support for excessive delimiter at end of row [#METR-19957].
|
2016-02-07 13:23:02 +03:00 |
|
Alexey Milovidov
|
73994ebb08
|
dbms: fixed error; added tests [#METR-19957].
|
2016-02-07 12:53:48 +03:00 |
|
Alexey Milovidov
|
43c73cf7ee
|
dbms: added support for CSV format [#METR-19957].
|
2016-02-07 11:42:21 +03:00 |
|
Alexey Milovidov
|
563e410b72
|
Moved threadpool library to contrib [#METR-17973].
|
2016-02-05 08:07:39 +03:00 |
|
Alexey Milovidov
|
7725b8ef8b
|
dbms: better [#METR-17973].
|
2016-02-05 05:21:18 +03:00 |
|
Alexey Milovidov
|
b375b6c6e6
|
dbms: fixed comments [#METR-17973].
|
2016-02-04 00:37:52 +03:00 |
|
Alexey Milovidov
|
abf49e937c
|
dbms: disabled QuickLZ [#METR-17973].
|
2016-02-04 00:16:19 +03:00 |
|
Alexey Milovidov
|
3646bb747c
|
dbms: additions [#METR-17973].
|
2016-02-03 04:34:08 +03:00 |
|
Alexey Milovidov
|
de080cac60
|
dbms: fixed error [#METR-19866].
|
2016-02-03 04:24:12 +03:00 |
|
Alexey Milovidov
|
3519c3cea2
|
dbms: separated mysqlxx::Date and mysqlxx::DateTime [#METR-17973].
|
2016-02-03 04:17:58 +03:00 |
|
Alexey Milovidov
|
48a1fe182d
|
dbms: attempt to fix an error [#METR-19866].
|
2016-02-03 00:30:27 +03:00 |
|
Alexey Milovidov
|
f8ddee2443
|
dbms: fixed comment (tnx. chebotarev) [#METR-2944].
|
2016-02-03 00:13:30 +03:00 |
|
Alexey Milovidov
|
038a6278d5
|
dbms: fixed error with multiple INSERTs in StripeLog [#METR-19901].
|
2016-02-02 23:33:03 +03:00 |
|
Alexey Arno
|
4605992fb3
|
dbms: Server: Bug fix. [#METR-19860]
|
2016-02-02 14:49:57 +03:00 |
|
Alexey Milovidov
|
477c7245d4
|
dbms: added function regionToTopContinent [#METR-19807].
|
2016-02-01 23:18:13 +03:00 |
|
Alexey Milovidov
|
14854540ba
|
dbms: added test [#METR-19265].
|
2016-02-01 21:40:27 +03:00 |
|
Alexey Milovidov
|
37d4dcb587
|
dbms: fixed CAST String to Enum [#METR-19265].
|
2016-02-01 21:32:34 +03:00 |
|
Alexey Milovidov
|
b7ef4a3e7b
|
dbms: fixed function visibleWidth for enums [#METR-19265].
|
2016-02-01 20:30:46 +03:00 |
|