Commit Graph

23522 Commits

Author SHA1 Message Date
Mikhail Fandyushin
c53b303bc2 HTTP Accept-Encoding: br; Added brotli errors codes 2019-03-27 00:32:29 +03:00
Mikhail Fandyushin
4b7ac9e9b4 HTTP Accept-Encoding: br; Fixed review notes 2019-03-26 23:27:34 +03:00
Mikhail Fandyushin
a642848c65 HTTP Accept-Encoding: br; Build brotli without UB 2019-03-21 12:02:42 +03:00
Mikhail Fandyushin
fa9ded92ef HTTP Accept-Encoding: br; Added new line 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
e986d0eae6 HTTP Accept-Encoding: br; Final fixes 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
aeb73a4baf HTTP Accept-Encoding: br; Minor fixes in order to pass tests 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
e6546a4fcc HTTP Accept-Encoding: br; First working prototype of BrotliWriteBuffer; Need to improve 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
8e21b983f7 HTTP Accept-Encoding: br; Using BrotliWrite buffer in WriteBufferFromHttpServerResponse 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
73a9644da2 HTTP Accept-Encoding: br; Expended ZlibCompressionMethod to generic CompressionMethod; Added brotli to CompressionMethod enum 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
2a6e8d7fa1 HTTP Accept-Encoding: br; Added BrotliWriteBuffer interface 2019-03-21 00:04:35 +03:00
Mikhail Fandyushin
a09a1394f4 HTTP Accept-Encoding: br; Added tests 2019-03-21 00:04:35 +03:00
alexey-milovidov
96e5de835f
Merge pull request #4740 from yandex/suppress-warning-in-rdkafka-clang
Suppress warning in "rdkafka" library
2019-03-20 23:41:33 +03:00
proller
f697df2079
Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
proller
9f1c89729a
Debian: Asking password for default user on package install (#4725) 2019-03-20 22:57:50 +03:00
alexey-milovidov
412737bacf
Merge pull request #4721 from yandex/remove_old_packages
Remove old packages from control
2019-03-20 21:56:46 +03:00
Alexey Milovidov
f749fc933e Minor modification in CHANGELOG 2019-03-20 21:04:02 +03:00
Alexey Milovidov
14c4d0d9bd Suppress warning in "rdkafka" library 2019-03-20 21:03:05 +03:00
Alexey Milovidov
3984af2485 Added russian changelog for 19.1, 19.3 patches 2019-03-20 20:09:19 +03:00
Alexey Milovidov
4bb0381293 Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-20 19:39:06 +03:00
Alexey Milovidov
a97d9e0c9e Added russian changelog for 19.4 2019-03-20 19:38:53 +03:00
Nikolai Kochetov
414192020f
Update CHANGELOG.md 2019-03-20 19:33:30 +03:00
proller
faeca57d9a
Try fix Default timezone regression #4658 (#4718) 2019-03-20 16:29:20 +03:00
BayoNet
dfa04a18ab DOCAPI-5441- EN review and RU translation for the tcp_port_secure docs. (#4676) 2019-03-20 15:57:03 +03:00
alesapin
5152af5860
Merge pull request #4728 from nikolaev-rd/patch-1
Remove strange symbol
2019-03-20 15:48:33 +03:00
Roman Nikolaev
8fb8ecb4d5
Remove strange symbol 2019-03-20 10:02:47 +03:00
Alexey Milovidov
2f7ce49a9c Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-20 00:35:26 +03:00
Alexey Milovidov
b09b41e330 Fixed strange formatting 2019-03-20 00:35:18 +03:00
Alexey Milovidov
6732e4366c Commented out readonly user 2019-03-20 00:34:44 +03:00
alesapin
739ea17407 Remove old packages from control 2019-03-19 17:37:47 +03:00
alesapin
9e6301fa49
Merge pull request #4712 from yandex/add_freebsd_build
Add freebsd build to packager and vagrant file
2019-03-19 15:38:01 +03:00
Nikolai Kochetov
c166614173 Fix rare ubsan false positive error while deserializing empty array from StringRef with length = 0 and trash in data. 2019-03-19 14:11:05 +03:00
chertus
1446c50884 fix RowRef initialisation (found by PVS) 2019-03-18 20:43:09 +03:00
proller
7e113f2287 Fix doc in tests/integration 2019-03-18 20:33:13 +03:00
chertus
882f36f251 mark some tests as long 2019-03-18 18:40:53 +03:00
proller
78e0b1af5e
Fix compression level detection when network_compression_method in lowercase (#4706) 2019-03-18 17:59:07 +03:00
alexey-milovidov
451bfaf51b
Merge pull request #4687 from SevaCode/patch-1
Documentation/Installation: Fixed bug in the example of using apt-key
2019-03-18 17:01:08 +03:00
ogorbacheva
6eb4dfe5c9 Doc fix: updating sections about the partitioning (en, ru) (#4677) 2019-03-18 15:48:06 +03:00
chertus
f67327ba1c rename test (need zookeeper) 2019-03-18 15:09:55 +03:00
SevaCode
4a3da1a202 Fixed bug in the example of using apt-key
Original error:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
Executing: /tmp/apt-key-gpghome.g8OJxK1FMy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv E0C56BD4
gpg: keyserver receive failed: Server indicated a failure
2019-03-18 11:05:07 +03:00
alexey-milovidov
6b690aaf72
Merge pull request #4707 from yandex/fix-add-materialized-column-after
Keep all kinds of columns in one list
2019-03-18 00:04:58 +03:00
Alexey Zatelepin
304c67da99 Merge branch 'master' into fix-add-materialized-column-after
Conflicts:
	dbms/src/Interpreters/InterpreterCreateQuery.cpp
	dbms/src/Interpreters/InterpreterDescribeQuery.cpp
	dbms/src/Interpreters/interpretSubquery.cpp
	dbms/src/Storages/ColumnsDescription.cpp
2019-03-17 00:46:53 +03:00
alexey-milovidov
93356b5190
Merge pull request #4702 from hczhcz/patch-3
Fix #4690
2019-03-16 20:55:24 +03:00
alexey-milovidov
ae2d974dda
Merge pull request #4708 from kvap/distributed-limit-by
Make the query planner respect LIMIT BY in remote queries
2019-03-16 20:54:06 +03:00
Alexey Zatelepin
0526542ce2 fix Nested columns inplace flatten [#CLICKHOUSE-3101] 2019-03-16 18:07:08 +03:00
Alexey Zatelepin
7a033f5469 fix columns order in test references [#CLICKHOUSE-3101] 2019-03-16 17:56:59 +03:00
alesapin
0b17e6c85a Add freebsd build to packager and vagrant file 2019-03-16 14:02:34 +03:00
Vitaly Baranov
bfa4d80453
Merge pull request #4711 from vitlibar/build-shared-library-for-protobuf
Build shared library for protobuf when MAKE_STATIC_LIBRARIES == OFF.
2019-03-16 13:29:43 +03:00
Alexey Milovidov
6091c2ea1f Update CHANGELOG.md 2019-03-16 01:51:29 +03:00
Alexey Milovidov
a1dd8fb831 Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-16 01:50:54 +03:00
Alexey Milovidov
babb4f7b73 Miscellaneous 2019-03-16 01:50:46 +03:00