proller
|
4532218456
|
Fix insert(NULL) in StorageSystemGraphite
|
2019-03-14 23:55:34 +03:00 |
|
alexey-milovidov
|
617a0a8938
|
Merge pull request #4592 from yandex/fix-concurrent-alters2
Fix a race condition during concurrent ALTER COLUMN queries
|
2019-03-10 19:11:49 +03:00 |
|
alexey-milovidov
|
24bec290b5
|
Merge pull request #4584 from Felixoid/system.graphite_retentions
Rework system.graphite_retentions
|
2019-03-10 04:30:53 +03:00 |
|
Mikhail Filimonov
|
5f626dc99e
|
Fix broken progress in 19.3 (regression in 92769a2460 )
Introduce total_rows for table function `numbers()`.
fixes https://github.com/yandex/ClickHouse/issues/4429
resolves https://github.com/yandex/ClickHouse/issues/4284
|
2019-03-08 15:36:40 +01:00 |
|
Mikhail f. Shiryaev
|
9e82b44b62
|
Review adjustment
|
2019-03-08 08:00:46 +01:00 |
|
Alexey Zatelepin
|
3344955154
|
separate Read and Write lock holders, better method names
|
2019-03-07 21:10:21 +03:00 |
|
Alexey Zatelepin
|
ab025805a3
|
alter intention lock
|
2019-03-07 20:21:18 +03:00 |
|
alexey-milovidov
|
8b0d8644c8
|
Update StorageSystemGraphite.cpp
|
2019-03-07 19:55:53 +03:00 |
|
Mikhail f. Shiryaev
|
bccbd52d78
|
Rework system.graphite_retentions table
|
2019-03-07 01:05:24 +01:00 |
|
alexey-milovidov
|
1df9c1720e
|
Merge pull request #4426 from Felixoid/graphite-rollup
Graphite rollup: combined rules
|
2019-03-06 03:10:45 +03:00 |
|
alexey-milovidov
|
137f800423
|
Update StorageSystemColumns.cpp
|
2019-03-01 04:08:12 +03:00 |
|
Alexey Zatelepin
|
0d7ab9e3ea
|
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
this is important in preventing ALTER deadlocks
|
2019-02-27 21:34:38 +03:00 |
|
Mikhail f. Shiryaev
|
88d63a0b3a
|
Use pair of patterns to make combined RollupRules
|
2019-02-26 10:49:39 +01:00 |
|
proller
|
e20c77e4c6
|
Add parquet support. Fixes, tests, ...
|
2019-02-19 23:51:44 +03:00 |
|
Vitaly Baranov
|
536edf7721
|
StorageSystemNumber class constructor, "offset" and "limit" parameters: change type size_t -> UInt64.
|
2019-02-19 14:56:08 +03:00 |
|
Vitaly Baranov
|
309df832ec
|
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
proller
|
f5560660be
|
Fix brotli (unbundled, missing, ...)
|
2019-02-13 18:35:11 +03:00 |
|
Alexey Milovidov
|
49bb1f9ca3
|
Updated contributors
|
2019-02-13 17:17:53 +03:00 |
|
Alexey Zatelepin
|
15d0adaf5a
|
add info about replicated_can_become_leader to logs and system.replicas [#CLICKHOUSE-4309]
|
2019-02-13 16:08:34 +03:00 |
|
Alexey Milovidov
|
94d1b6b4de
|
Updated contributors
|
2019-02-11 17:16:07 +03:00 |
|
Alexey Milovidov
|
58a6accee5
|
Updated test #4246
|
2019-02-10 19:55:12 +03:00 |
|
Alexey Milovidov
|
4799a343ee
|
Addition to prev. revision #4246
|
2019-02-10 19:22:38 +03:00 |
|
alexey-milovidov
|
2777e54a57
|
Merge pull request #4287 from yandex/mutations-introspection
KILL MUTATION
|
2019-02-10 00:51:30 +03:00 |
|
Alexey Milovidov
|
c2b6b15778
|
Fixed error in system.tables #3982
|
2019-02-08 17:10:26 +03:00 |
|
Alexey Zatelepin
|
3ec6f508f1
|
Merge branch 'master' into mutations-introspection
Conflicts:
dbms/src/Interpreters/InterpreterKillQueryQuery.cpp
|
2019-02-06 15:22:48 +03:00 |
|
Alexey Zatelepin
|
5832e474a4
|
is_mutation flag in system.merges [#CLICKHOUSE-3912]
|
2019-02-05 21:09:05 +03:00 |
|
Alexey Milovidov
|
607951895a
|
Fixed table function numbers with zero argument #4276
|
2019-02-05 20:05:33 +03:00 |
|
Alexey Zatelepin
|
b8ee63fa3a
|
save information about failed parts for ordinary MergeTree mutations [#CLICKHOUSE-3192]
|
2019-02-05 16:04:58 +03:00 |
|
Alexey Milovidov
|
0f577da5c2
|
Updated system.contributors
|
2019-02-01 18:49:17 +03:00 |
|
proller
|
9230fe9917
|
Merge remote-tracking branch 'upstream/master' into fix10
|
2019-01-25 23:10:38 +03:00 |
|
proller
|
5328251ff1
|
Fix build without protobuf, gtest, cppkafka (#4152)
|
2019-01-25 23:02:03 +03:00 |
|
proller
|
6964fb47ff
|
BUILD_DETERMINISTIC
|
2019-01-25 22:29:01 +03:00 |
|
Ivan Lezhankin
|
05ab15cc84
|
Merge IBlockInputStream and IProfilingBlockInputStream into one
|
2019-01-23 17:48:50 +03:00 |
|
alexey-milovidov
|
3d4bd7cbf8
|
Merge branch 'master' into feature/use_cluster_pool
|
2019-01-18 01:02:39 +03:00 |
|
zhang2014
|
cdb138f13c
|
merge
|
2019-01-14 18:14:34 +03:00 |
|
Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|
alesapin
|
aee6c0a606
|
Remove dump code
|
2018-12-20 20:37:02 +03:00 |
|
proller
|
add14ee00b
|
Fix unsuccessful run of StorageSystemContributors on release
|
2018-12-14 16:44:10 +03:00 |
|
Emmanuel Donin de Rosière
|
982cd749be
|
Better management of DateTime partitionning #3786
Adding min_time and max_date in system.parts table
|
2018-12-10 11:20:19 +01:00 |
|
zhang2014
|
994d1c0fe0
|
fix excessive copy
|
2018-12-03 13:26:27 +08:00 |
|
alexey-milovidov
|
48b30edcf5
|
Merge branch 'master' into alter-order-by
|
2018-12-02 21:06:38 +03:00 |
|
alexey-milovidov
|
bf7b68cf95
|
Merge pull request #3689 from abyss7/CLICKHOUSE-3936
CLICKHOUSE-3936
|
2018-12-01 01:50:04 +03:00 |
|
proller
|
cd2af4b6d2
|
Update Contributors
|
2018-11-30 16:49:53 +03:00 |
|
Ivan
|
448846fc0d
|
Merge branch 'master' into CLICKHOUSE-3936
|
2018-11-28 18:59:57 +03:00 |
|
Ivan Lezhankin
|
8b5a05947c
|
Remove redundant information from RWLock.
And fix broken exception in some race conditions
|
2018-11-28 18:50:52 +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 |
|
Alexey Zatelepin
|
e085bc9816
|
adapt code of #3609 [#CLICKHOUSE-3859]
|
2018-11-27 20:07:10 +03:00 |
|
alexey-milovidov
|
a7d75c527b
|
Merge pull request #3652 from yandex/unquote-partition
Don't quote single-field partition keys
|
2018-11-26 19:57:01 +03:00 |
|
Alexey Milovidov
|
c77930fe30
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
|