Alexey Arno
|
beeeb0ab13
|
dbms: NULL support for MergeTree [#METR-19266]
|
2016-07-21 19:22:24 +03:00 |
|
Alexey Arno
|
252d7994e7
|
dbms: cleanup [#METR-19266]
|
2016-07-19 13:57:57 +03:00 |
|
Alexey Milovidov
|
5ded454986
|
Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884].
|
2016-06-28 23:50:37 +03:00 |
|
Alexey Milovidov
|
e8ffd48e49
|
Loosen safety threshold on amount of ALTER changes [#METR-21615].
|
2016-06-06 22:50:30 +03:00 |
|
Alexey Milovidov
|
168ca22435
|
Fixed error when too long merges cannot be successful [#METR-21616].
|
2016-06-06 22:16:34 +03:00 |
|
Vladimir Chebotarev
|
39c2c0f5a5
|
dbms, contrib: Clang 3.8 build fixes. [#METR-21516]
|
2016-05-31 14:06:27 +03:00 |
|
Alexey Milovidov
|
7651dcbc0a
|
Fixed error after moving to non-recursive mutex [#METR-21503].
|
2016-05-30 04:16:22 +03:00 |
|
Alexey Milovidov
|
c518abe882
|
Get rid of Poco::SharedPtr [#METR-21503].
|
2016-05-28 20:31:50 +03:00 |
|
Alexey Milovidov
|
6a51b999da
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:50:16 +03:00 |
|
Alexey Milovidov
|
646d70a545
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 17:14:18 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
6863e72f3d
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:15:36 +03:00 |
|
Alexey Milovidov
|
bf71e2ed90
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:11:52 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|
Alexey Milovidov
|
f2ccbc9802
|
Better exception message [#METR-21479].
|
2016-05-26 00:35:57 +03:00 |
|
Alexey Milovidov
|
92ca4ab538
|
Investigating [#METR-21326].
|
2016-05-19 23:24:41 +03:00 |
|
Alexey Milovidov
|
bf265e264a
|
Alter primary key: development [#METR-21119].
|
2016-05-17 02:04:03 +03:00 |
|
Alexey Milovidov
|
2f1fead382
|
Merge
|
2016-05-16 21:47:34 +03:00 |
|
Alexey Milovidov
|
093f69c45d
|
Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326].
|
2016-05-16 21:43:38 +03:00 |
|
Alexey Milovidov
|
6942819013
|
Altering primary key [#METR-21119].
|
2016-05-14 00:08:19 +03:00 |
|
Alexey Milovidov
|
70273d65f6
|
Better diagnostics [#METR-21183].
|
2016-05-04 21:04:36 +03:00 |
|
Alexey Milovidov
|
07f04d70d3
|
Merge
|
2016-04-24 12:44:47 +03:00 |
|
Alexey Milovidov
|
c6722da2b2
|
Merge
|
2016-04-19 00:38:06 +03:00 |
|
Alexey Milovidov
|
c43b34d3f0
|
Added function 'indexHint' [#METR-20940].
|
2016-04-16 02:10:29 +03:00 |
|
Alexey Milovidov
|
3923c7abce
|
Merge
|
2016-04-15 20:42:51 +03:00 |
|
Alexey Milovidov
|
d79174b2ce
|
Preparation [#METR-20644].
|
2016-04-15 20:13:51 +03:00 |
|
Alexey Milovidov
|
0b7a474beb
|
Better exception message [#METR-20817].
|
2016-04-09 08:45:42 +03:00 |
|
Alexey Milovidov
|
11df87ea54
|
Merge
|
2016-04-09 07:22:11 +03:00 |
|
Alexey Milovidov
|
d0365e9501
|
Separated code for checking parts [#METR-20803].
|
2016-04-09 06:50:02 +03:00 |
|
Alexey Milovidov
|
31ed033fbb
|
Fixed leader election in completely different way to allow many replicas in single ClickHouse instance (that is used in tests) [#METR-20132].
|
2016-04-09 05:03:44 +03:00 |
|
Alexey Milovidov
|
3973277936
|
Allowed to modify 'max_files_to_modify_in_alter_columns' [#METR-20763].
|
2016-04-05 21:18:16 +03:00 |
|
Alexey Milovidov
|
eb5d905600
|
Added support for using index for LIKE expressions with fixed prefix [#METR-20706].
|
2016-04-03 00:19:58 +03:00 |
|
Alexey Milovidov
|
e1a80f5ded
|
Added support for case when merged data differs from data on another replicas [#METR-20670].
|
2016-03-31 04:25:16 +03:00 |
|
Alexey Milovidov
|
2501af25e8
|
Cancelling checking parts on shutdown [#METR-20660].
|
2016-03-31 03:09:12 +03:00 |
|
Alexey Milovidov
|
4b5e96b893
|
Check for broken part in case of exception in one more place (for example, when part are completely removed from filesystem by manual intervention) [#METR-20670].
|
2016-03-30 22:59:43 +03:00 |
|
Alexey Milovidov
|
04875a022a
|
Removed code for freezing partitions due to unacceptable implementation [#METR-20656].
|
2016-03-29 22:39:44 +03:00 |
|
Alexey Arno
|
21ff6d9f94
|
dbms: Comment updates. Naming simplfications. Use better hashing. [#METR-18510]
|
2016-03-29 19:29:39 +03:00 |
|
Alexey Milovidov
|
6158f550d1
|
Addition to prev. revision; added test [#METR-20607].
|
2016-03-27 15:50:49 +03:00 |
|
Alexey Milovidov
|
702876f9f0
|
Fixed suboptimal index usage in point queries [#METR-20607].
|
2016-03-27 14:37:25 +03:00 |
|
Alexey Arno
|
776a0e3041
|
dbms: Improved fault tolerance with regards to ZooKeeper. [#METR-18510]
|
2016-03-25 15:21:10 +03:00 |
|
Alexey Arno
|
32a38485e6
|
Merge
|
2016-03-25 14:48:45 +03:00 |
|
Alexey Arno
|
75f31de790
|
dbms: Code cleanup. [#METR-18510]
|
2016-03-09 16:40:47 +03:00 |
|
Alexey Arno
|
0f35ecc357
|
dbms: Code cleanup. [#METR-18510]
|
2016-03-08 16:46:00 +03:00 |
|
Alexey Milovidov
|
0a48e6296e
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 07:35:06 +03:00 |
|
Alexey Milovidov
|
30cba89be0
|
Fixing build on clang [#METR-2807].
|
2016-03-07 07:31:10 +03:00 |
|
Alexey Arno
|
f5c520bde1
|
dbms: Improved locking. [#METR-18510]
|
2016-03-04 19:33:31 +03:00 |
|
Alexey Milovidov
|
42883fddc4
|
Added virtual column '_sample_factor' [#METR-20296].
|
2016-03-04 07:54:10 +03:00 |
|
Pavel Kartavyy
|
4e2a760474
|
Merge
|
2016-03-03 18:38:13 +03:00 |
|