alexey-milovidov
|
8a4e128870
|
Merge pull request #26323 from azat/bump-poco-socket-poll
Make socket poll() 7x faster (by replacing epoll() with poll())
|
2021-07-15 07:59:57 +03:00 |
|
alexey-milovidov
|
3e1eecba89
|
Merge pull request #26326 from egatov/master
Modifications to an obscure Yandex TSKV format
|
2021-07-15 07:54:48 +03:00 |
|
Kseniia Sumarokova
|
ef7f1deadf
|
Merge pull request #26266 from kssenii/add-sqlite-database-path-check
Add check for sqlite database path
|
2021-07-15 07:52:50 +03:00 |
|
Evgeniy Gatov
|
5a884da13c
|
METR-41529
|
2021-07-15 00:57:18 +03:00 |
|
kssenii
|
af8633dcdb
|
Update insertPostgreSQLValue.cpp
|
2021-07-14 20:51:47 +00:00 |
|
kssenii
|
f20ea87bfb
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-sqlite-database-path-check
|
2021-07-14 20:49:05 +00:00 |
|
Kseniia Sumarokova
|
e42a26a585
|
Merge pull request #26234 from jasine/master
convert timestamp and timestamptz data types to DateTime64 in postgres engine
|
2021-07-14 23:42:51 +03:00 |
|
alexey-milovidov
|
e5e3a88984
|
Update adopters.md
|
2021-07-14 23:41:03 +03:00 |
|
Alexey Milovidov
|
a60d52d9c3
|
Whitespaces #26330
|
2021-07-14 23:26:42 +03:00 |
|
alexey-milovidov
|
11a4b56f51
|
Merge pull request #26305 from ClickHouse/function_range_max_elements_in_block
Add a setting `function_range_max_elements_in_block`
|
2021-07-14 23:15:25 +03:00 |
|
alexey-milovidov
|
a3742c58f9
|
Merge pull request #26317 from Algunenano/fix_read_file_to_stringcolumn
Improve read_file_to_stringcolumn test compatibility
|
2021-07-14 23:14:54 +03:00 |
|
kssenii
|
4fb0762bbb
|
Merge branch 'add-sqlite-database-path-check' of github.com:kssenii/ClickHouse into add-sqlite-database-path-check
|
2021-07-14 20:08:11 +00:00 |
|
kssenii
|
e875f1e289
|
Fix yandex check
|
2021-07-14 20:07:55 +00:00 |
|
alexey-milovidov
|
28067f73d2
|
Merge pull request #26322 from ClickHouse/play-ui-save-url
Save server address in history URLs in Play UI
|
2021-07-14 22:08:10 +03:00 |
|
Azat Khuzhin
|
61d6e30ffa
|
Make socket poll() 7x faster (by replacing epoll() with poll())
|
2021-07-14 21:22:23 +03:00 |
|
Alexey Milovidov
|
18c985a7d7
|
Save server address in history URLs in Play UI
|
2021-07-14 21:16:16 +03:00 |
|
Kseniia Sumarokova
|
ef0ebaf55c
|
Update SQLiteUtils.cpp
|
2021-07-14 20:20:41 +03:00 |
|
Filatenkov Artur
|
f1702d356e
|
Merge pull request #26120 from lthaooo/settings-merge_selecting_sleep_ms
add merge_selecting_sleep_ms setting
|
2021-07-14 18:28:47 +03:00 |
|
Raúl Marín
|
59ec2bafbd
|
Improve read_file_to_stringcolumn compatibility
If you don't go enough times back (../../) it might not reach /tmp/c.txt
|
2021-07-14 16:35:46 +02:00 |
|
kssenii
|
d62cbbb8a5
|
Unification
|
2021-07-14 13:16:30 +00:00 |
|
Alexey Milovidov
|
9070cb53dd
|
Disable Testflows RBAC test (unstable)
|
2021-07-14 15:51:07 +03:00 |
|
alexey-milovidov
|
6c672920d1
|
Merge pull request #26262 from azat/bump-poco
Bump poco (now poco fork has CI via github actions)
|
2021-07-14 15:46:45 +03:00 |
|
alexey-milovidov
|
c73f13be93
|
Merge pull request #26294 from arenadata/ADQM-325
yandex/clickhouse-test-base Dockerfile fix (mysql connector moved)
|
2021-07-14 15:37:00 +03:00 |
|
Anton Popov
|
e2249bf1e5
|
Merge pull request #26256 from zxc111/issue-822
Check hash function at table creation
|
2021-07-14 14:16:02 +03:00 |
|
Kseniia Sumarokova
|
c339363929
|
Merge pull request #25918 from infinivision/zero_copy_hdfs
HDFS zero copy replication
|
2021-07-14 13:23:09 +03:00 |
|
robot-clickhouse
|
1fa6ed947f
|
Update version_date.tsv after release 21.7.3.14
|
2021-07-14 13:11:05 +03:00 |
|
Alexey Milovidov
|
acd6e4f0aa
|
Add a test
|
2021-07-14 12:13:40 +03:00 |
|
Alexey Milovidov
|
9dd0a76220
|
Add a setting "function_range_max_elements_in_block" and increase it 5 times
|
2021-07-14 11:31:08 +03:00 |
|
Vladimir
|
c6177bd0cc
|
Merge pull request #26123 from vdimir/issue-25806-null-enum-to-str
|
2021-07-14 10:22:37 +03:00 |
|
zxc111
|
75393249bf
|
fix test case
|
2021-07-14 11:53:09 +08:00 |
|
Zhichang Yu
|
fe5d17680e
|
Merge remote-tracking branch 'origin/master' into zero_copy_hdfs
|
2021-07-14 02:12:28 +00:00 |
|
jasine
|
ff5ad15aa5
|
fix: MaterializedPostgreSQL style
|
2021-07-14 09:27:51 +08:00 |
|
jasine
|
bd59ca22df
|
fix: style and MaterializedPostgreSQL test (#3)
fix: style and MaterializedPostgreSQL test (#3)
|
2021-07-14 08:51:14 +08:00 |
|
alexey-milovidov
|
c01497a80a
|
Merge pull request #26028 from nvartolomei/nv/aggregate-alias-column
Add test case for aggregation w/ alias columns
|
2021-07-14 03:30:14 +03:00 |
|
mergify[bot]
|
c0774f31eb
|
Merge branch 'master' into bump-poco
|
2021-07-14 00:30:00 +00:00 |
|
Nikita Mikhaylov
|
0a718c8696
|
Merge pull request #26285 from nikitamikhaylov/fix-arcadia-10
Fix arcadia
|
2021-07-14 02:55:31 +03:00 |
|
kssenii
|
b393603b57
|
Fix build
|
2021-07-13 22:25:26 +00:00 |
|
Nikita Mikhaylov
|
601d04f55d
|
ignore
|
2021-07-13 22:16:27 +00:00 |
|
Azat Khuzhin
|
c481142720
|
Bump poco (now poco fork has CI via github actions)
|
2021-07-13 23:34:52 +03:00 |
|
Nikita Mikhaylov
|
46eb563e79
|
update arcadia skip list
|
2021-07-13 20:19:06 +00:00 |
|
kssenii
|
da09ce3f20
|
Remove unused
|
2021-07-13 19:51:02 +00:00 |
|
kssenii
|
a90df59b92
|
Better
|
2021-07-13 19:46:06 +00:00 |
|
kssenii
|
3242a8a86a
|
Update test
|
2021-07-13 19:06:08 +00:00 |
|
jasine
|
a0ec8e9878
|
fix: DateTime64 on MaterializedPostgreSQL (#2)
* fix: DateTime64 on MaterializedPostgreSQL
* Update StoragePostgreSQL.cpp
|
2021-07-14 01:59:33 +08:00 |
|
Nikita Mikhaylov
|
28b990cc18
|
better
|
2021-07-13 17:14:00 +00:00 |
|
Nikita Mikhaylov
|
33735d02ab
|
fix
|
2021-07-13 17:11:40 +00:00 |
|
Nikita Mikhaylov
|
208ef7a2d2
|
Merge pull request #24980 from Andr0901/s2-library
Integration of S2 library
|
2021-07-13 20:10:57 +03:00 |
|
Nikita Mikhaylov
|
f8b4b3e81b
|
Merge pull request #25595 from ClickHouse/revert-25593-revert-24867-ncb/h3-indexing-funcs
Implement h3ToGeo function [2]
|
2021-07-13 20:08:17 +03:00 |
|
Maksim Kita
|
3d05f07ece
|
Merge pull request #25917 from excitoon-favorites/defaultblocksizeprediction
Using required columns for block size prediction
|
2021-07-13 20:05:41 +03:00 |
|
Vitaly Baranov
|
3c395389b0
|
Merge pull request #24206 from alexelex/alexelex-encryption-1
Data encryption on VFS level
|
2021-07-13 19:50:25 +03:00 |
|