alesapin
|
c7cda399c7
|
Merge branch 'master' into consistent_metadata2
|
2020-05-27 12:51:56 +03:00 |
|
alesapin
|
9d0c28d96c
|
Add missing methods
|
2020-05-26 17:14:08 +03:00 |
|
alesapin
|
6626ef08e8
|
Fix PVS studio errors
|
2020-05-26 15:14:50 +03:00 |
|
alesapin
|
7bbb064b34
|
Fix metadata update
|
2020-05-26 11:58:32 +03:00 |
|
alesapin
|
355fbadb31
|
Fix style
|
2020-05-25 22:18:01 +03:00 |
|
alesapin
|
211d7e229f
|
Better using
|
2020-05-25 21:03:04 +03:00 |
|
alesapin
|
adc7439a4c
|
Comments and refactoring
|
2020-05-25 20:57:08 +03:00 |
|
alesapin
|
c3a6571036
|
Compilable code
|
2020-05-25 20:22:20 +03:00 |
|
alesapin
|
9b3cc9e525
|
Almost working ttl in IStorage
|
2020-05-25 20:07:14 +03:00 |
|
alesapin
|
6281dd6893
|
Merge pull request #11115 from ClickHouse/consistent_metadata
Refactoring in storage metadata (more consistent keys)
|
2020-05-25 13:09:56 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
2d7d5a1547
|
Apply all transformations again
|
2020-05-24 00:16:27 +03:00 |
|
Alexey Milovidov
|
bab24879e9
|
Progress on task
|
2020-05-24 00:16:05 +03:00 |
|
Alexey Milovidov
|
85f84550ba
|
Progress on task
|
2020-05-23 23:37:37 +03:00 |
|
Alexey Milovidov
|
f75587e562
|
Progress on task
|
2020-05-23 23:13:34 +03:00 |
|
Alexey Milovidov
|
7e2fb9ad65
|
Apply all transformations again
|
2020-05-23 22:38:30 +03:00 |
|
Alexey Milovidov
|
eacff92d0e
|
Progress on task
|
2020-05-23 22:35:08 +03:00 |
|
Alexey Milovidov
|
29762240de
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 22:31:54 +03:00 |
|
Alexey Milovidov
|
9d2a0d2dd7
|
Apply all transformations again
|
2020-05-23 21:59:49 +03:00 |
|
Alexey Milovidov
|
a2ad11897f
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 21:53:58 +03:00 |
|
Alexey Milovidov
|
1f13515a65
|
Make all LOG in single line (preparation)
|
2020-05-23 21:31:37 +03:00 |
|
Alexey Milovidov
|
f69cbdcbfc
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 20:09:37 +03:00 |
|
Alexey Milovidov
|
533f86278a
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5{}\7", \4, \6);/'
|
2020-05-23 20:00:41 +03:00 |
|
Alexey Milovidov
|
8042e5febe
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/'
|
2020-05-23 19:58:15 +03:00 |
|
Alexey Milovidov
|
e391b77d81
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/'
|
2020-05-23 19:56:05 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
alesapin
|
e812fa15d1
|
Merge branch 'consistent_metadata' into consistent_metadata2
|
2020-05-22 17:41:53 +03:00 |
|
alesapin
|
e971ff627e
|
Fix gcc-9 build
|
2020-05-22 17:39:49 +03:00 |
|
alesapin
|
f026fa7de1
|
Rename PartDestinationType to DataDestionationType, because there is no part-specific information
|
2020-05-22 16:29:33 +03:00 |
|
alesapin
|
59b3bc0c05
|
Merge branch 'master' into fix_deadlock_system_logs_startup
|
2020-05-21 22:57:52 +03:00 |
|
alesapin
|
327d17ac6a
|
Better
|
2020-05-21 22:46:03 +03:00 |
|
alesapin
|
41914588fd
|
More clear
|
2020-05-21 22:07:18 +03:00 |
|
alesapin
|
c036af0261
|
Fix deadlock after clickhouse-server update (with changes in one of system log tables structure) during startup between concurrent merge and table rename.
|
2020-05-21 17:11:56 +03:00 |
|
Azat Khuzhin
|
d93b9a57f6
|
Forward declaration for Context as much as possible.
Now after changing Context.h 488 modules will be recompiled instead of 582.
|
2020-05-21 01:53:18 +03:00 |
|
alesapin
|
616902a995
|
Sorting and primary key (broken)
|
2020-05-20 21:11:38 +03:00 |
|
alesapin
|
9fb28f5ac0
|
Add sampling key
|
2020-05-20 18:16:39 +03:00 |
|
alesapin
|
8bc527eecd
|
Compile partition key
|
2020-05-20 15:16:55 +03:00 |
|
alesapin
|
07cb21ccb7
|
Merge branch 'master' into refactor-reservations
|
2020-05-18 11:43:48 +03:00 |
|
Alexey Milovidov
|
7971f62776
|
Fix test
|
2020-05-17 10:47:53 +03:00 |
|
Alexey Milovidov
|
9fcfe5fb14
|
Better exception message and error code for ALTER of key column #9078
|
2020-05-17 07:46:25 +03:00 |
|
Gleb Novikov
|
390b39b272
|
VolumePtr instead of DiskPtr in MergeTreeData*
|
2020-05-10 00:24:15 +03:00 |
|
alexey-milovidov
|
db4c2352e1
|
Merge pull request #10569 from zhang2014/fix/ISSUES-10551
ISSUES-10551 add backward compatibility for create bloom filter index
|
2020-05-02 22:25:29 +03:00 |
|
zhang2014
|
8ac709b5d3
|
ISSUES-10551 add backward compatibility for create bloom filter index
|
2020-04-29 11:57:28 +08:00 |
|
alesapin
|
f981649213
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
|
alesapin
|
4badd0fd28
|
Better code
|
2020-04-27 20:46:51 +03:00 |
|
alesapin
|
18c550df15
|
Better virtuals logic
|
2020-04-27 16:55:30 +03:00 |
|
alesapin
|
2829774105
|
Merge branch 'master' into refactor_istorage
|
2020-04-27 15:34:21 +03:00 |
|
alesapin
|
dc2dd77d2e
|
Remove redundant overrides from IStorage
|
2020-04-24 12:20:09 +03:00 |
|
Alexander Tokmakov
|
04d6b59ac0
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
|