Yuriy
|
a4bf3621e3
|
merged with master
|
2019-04-23 21:58:29 +03:00 |
|
proller
|
5b1bde2e80
|
CLICKHOUSE-4387 Add (official build) to version of yandex builds
|
2019-04-03 17:06:59 +03:00 |
|
Yuriy
|
bfd53e3ccc
|
draft
|
2019-03-17 10:11:22 +03:00 |
|
Alexey Milovidov
|
9d026ef733
|
Avoid deadlock on exit if exception was thrown in loadMetadata due to cyclic references in ContextShared that holds BackgroundProcessingPool
|
2019-03-12 22:30:01 +03:00 |
|
Alexey Zatelepin
|
73f852ae82
|
manually reset DDLWorker in shared context to prevent reference cycles
|
2019-02-21 19:41:27 +03:00 |
|
proller
|
e20c77e4c6
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +03:00 |
|
proller
|
263e69e861
|
Build fixes (FreeBSD port) (#4397)
|
2019-02-15 14:46:07 +03:00 |
|
Alexey Milovidov
|
eb39f6b653
|
Cleanup #4240
|
2019-02-10 01:38:26 +03:00 |
|
Alexey Milovidov
|
dc863dd8a0
|
Merge branch 'reduce_max_memory_and_caches_size' of https://github.com/k-lopatin/ClickHouse into k-lopatin-reduce_max_memory_and_caches_size
|
2019-02-10 01:11:46 +03:00 |
|
alexey-milovidov
|
a29385108a
|
Update Server.cpp
|
2019-02-04 15:49:54 +03:00 |
|
Lopatin Konstantin
|
97cb36ac2e
|
Clickhouse server version option support
|
2019-02-04 12:21:12 +03:00 |
|
Lopatin Konstantin
|
86f226d62e
|
Reduce max memory usage, max memory usage for all querie, mark cache size and uncompressed cache size accordingly to available memory amount
|
2019-02-04 00:23:17 +03:00 |
|
Yuriy Baranov
|
defc6bbcf4
|
added positional arguments description
|
2019-02-02 15:37:54 +00:00 |
|
Yuriy Baranov
|
e6101f3531
|
removed help message header
|
2019-02-02 14:33:08 +00:00 |
|
Yuriy Baranov
|
a97c8a43a7
|
moved include outside ssl includes
|
2019-02-02 14:05:27 +00:00 |
|
Yuriy Baranov
|
0296c9a941
|
removed duplicate include
|
2019-02-02 14:00:33 +00:00 |
|
Yuriy Baranov
|
a3d0568739
|
Added --help/-h to server
|
2019-02-02 13:24:12 +00:00 |
|
Alexey Milovidov
|
4e3d9a0f15
|
Merge branch 'master' of github.com:yandex/ClickHouse into global-thread-pool
|
2019-01-28 14:20:24 +03:00 |
|
Vitaly Baranov
|
e9721c9548
|
Add support for absolute format schema paths.
|
2019-01-27 12:15:32 +03:00 |
|
Alexey Milovidov
|
65f8e4d4a8
|
Merge branch 'master' into global-thread-pool
|
2019-01-25 16:33:50 +03:00 |
|
Alexey Milovidov
|
17335ab1f1
|
Fixed some warnings found by PVS-Studio
|
2019-01-20 01:52:33 +03:00 |
|
Alexey Milovidov
|
a7c468da8e
|
Merge remote-tracking branch 'origin/master' into global-thread-pool
|
2019-01-17 21:57:01 +03:00 |
|
Alexey Milovidov
|
a98e822a10
|
Attempt to implemnt global thread pool #4018
|
2019-01-15 21:39:54 +03:00 |
|
alesapin
|
0ba1db8b27
|
CLICKHOUSE-4249: Limit compiled expressions cache
|
2019-01-11 22:03:23 +03:00 |
|
Alexey Milovidov
|
fbee51bb7d
|
Removed redundand code #3785
|
2018-12-24 00:38:53 +03:00 |
|
Sergey V. Galtsev
|
a2042d60bf
|
Resolve conflict with upstream.
|
2018-12-20 00:16:44 +03:00 |
|
Sergey V. Galtsev
|
f9869b7d7e
|
Fix default buffer_size for getUserName(). Use real sysconf(_SC_GETPW_R_SIZE_MAX) value.
|
2018-12-11 02:36:20 +03:00 |
|
Sergey V. Galtsev
|
c9b984285d
|
Fail on user mismatch under root only. Just warn under non root user.
|
2018-12-11 02:32:21 +03:00 |
|
Sergey V. Galtsev
|
30acd5000e
|
Fix bad merge.
|
2018-12-11 02:21:03 +03:00 |
|
Sergey V. Galtsev
|
df9833fd3f
|
Remove no longer used error code.
|
2018-12-11 02:18:16 +03:00 |
|
Sergey V. Galtsev
|
93df4306af
|
Fix style.
|
2018-12-10 20:42:33 +03:00 |
|
Sergey V. Galtsev
|
42de08f3b9
|
Move euid check back to Server.cpp.
Use getpwnam_r instead of getpwnam.
Fix style.
|
2018-12-10 01:15:59 +03:00 |
|
Nikolai Kochetov
|
b6d7871a54
|
Log exception if metadata was'n loaded.
|
2018-12-05 16:13:41 +03:00 |
|
Nikolai Kochetov
|
5149f35167
|
Log exception if metadata was'n loaded.
|
2018-12-05 16:07:03 +03:00 |
|
Alexey Zatelepin
|
1b27fb046d
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/programs/server/Server.cpp
|
2018-11-28 16:47:07 +03:00 |
|
proller
|
dd2371e071
|
CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653)
* Split ComplexKeyCacheDictionary to faster compile (part2)
* Dictionaries as lib WIP
* wip
* clean
* Fix build with old capnp
* fix
* wip
* fixes
* fix
* clean
* clean
* clean
* wip
* wip
* wip
* flat
* wip
* cache
* clean
* wip
* faster
* fix style
* fixes
* clean
* clean
* Split CacheDictionary.cpp for faster compile
* fix
* fix
* Less memory usage while compiling
* missing file
* format
* Update registerDictionaries.h
* clean
|
2018-11-28 14:37:12 +03:00 |
|
proller
|
f1791e94e2
|
Do not write preprocessed configs to /etc/ (#2443)
|
2018-11-27 19:11:46 +03:00 |
|
Alexey Zatelepin
|
d3d9242462
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Parsers/ASTAlterQuery.h
dbms/src/Parsers/ParserAlterQuery.cpp
dbms/src/Storages/AlterCommands.cpp
dbms/src/Storages/AlterCommands.h
|
2018-11-26 16:01:48 +03:00 |
|
Alexey Milovidov
|
c77930fe30
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
|
Alexey Milovidov
|
7d6fffff48
|
More style checks [#CLICKHOUSE-3]
|
2018-11-24 04:48:06 +03:00 |
|
Alexey Milovidov
|
d3bb69be74
|
More correct documentation + miscellaneous name change #3644
|
2018-11-23 00:27:52 +03:00 |
|
alexey-milovidov
|
49d2d8a1b8
|
Merge pull request #3644 from proller/fix4
Add VERSION_INT (ClickHouse version in integer format like 18014009) …
|
2018-11-23 00:22:19 +03:00 |
|
alexey-milovidov
|
2c2d75cceb
|
Don't allow exceptions without code (#3645)
* Don't allow exceptions without code #3633
* Don't allow exceptions without code #3633
|
2018-11-23 00:19:58 +03:00 |
|
proller
|
f410c93fb1
|
Add VERSION_INT (ClickHouse version in integer format like 18014009) to system.metrics and system.build_options
|
2018-11-22 21:24:38 +03:00 |
|
Alexey Milovidov
|
ab5d76fc42
|
Fixed error introduced in #3553 and prevent it happening
|
2018-11-21 23:56:37 +03:00 |
|
Alexey Milovidov
|
1aa89ed63a
|
Fixed code after review #3553
|
2018-11-14 04:20:46 +03:00 |
|
proller
|
37a9af5a68
|
CLICKHOUSE-4109 mlock clickhouse (#3553)
* CLICKHOUSE-4109 mlock clickhouse
* wip
* Fix
* wip
* fix
* fix
* better place
* wip
* clean
* tidy
* fix
|
2018-11-14 04:11:13 +03:00 |
|
Alexey Zatelepin
|
ce1ead5b88
|
allow arbitrary callbacks in ZooKeeperNodeChange [#CLICKHOUSE-3859]
|
2018-11-13 16:13:29 +03:00 |
|
alesapin
|
790b4b3eca
|
Fix build
|
2018-09-06 22:13:49 +03:00 |
|
alexey-milovidov
|
580683310b
|
Merge pull request #2990 from alesapin/master
CLICKHOUSE-3800: Add Cache for compiled expression.
|
2018-09-06 21:12:08 +03:00 |
|