robot-clickhouse
|
76483b8ed3
|
Update version_date.tsv after release 20.3.19.4
|
2020-09-18 19:14:19 +03:00 |
|
Alexey Milovidov
|
eae9950abe
|
s3uploader: adjust help
|
2020-09-18 17:56:42 +03:00 |
|
robot-clickhouse
|
0052bbdd84
|
Update version_date.tsv after release 20.6.7.4
|
2020-09-18 16:19:23 +03:00 |
|
robot-clickhouse
|
10a288f896
|
Update version_date.tsv after release 20.7.3.7
|
2020-09-18 15:46:35 +03:00 |
|
robot-clickhouse
|
1c674cea93
|
Update version_date.tsv after release 20.8.3.18
|
2020-09-18 15:26:48 +03:00 |
|
alexey-milovidov
|
e7393ab38b
|
Merge pull request #14718 from ClickHouse/aku/20.8-changelog
changelog for 20.8
|
2020-09-14 21:58:18 +03:00 |
|
Nikita Mikhaylov
|
ddea62211d
|
Merge pull request #11948 from CurtizJ/fsync-parts
Experiment. Allow to turn on fsync on inserts, merges and fetches.
|
2020-09-14 22:37:14 +04:00 |
|
alexey-milovidov
|
782c010cfd
|
Merge pull request #14668 from azat/list-licenses.sh-more-excludes
utils/list-licenses/list-licenses.sh: ignore more files
|
2020-09-14 16:37:43 +03:00 |
|
robot-clickhouse
|
5de3d9c032
|
Update version_date.tsv after release 20.6.6.7
|
2020-09-11 12:58:04 +03:00 |
|
Anton Popov
|
f2a5216e97
|
add waiting for fsync in WAL
|
2020-09-11 02:28:50 +03:00 |
|
Anton Popov
|
af4089c606
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-09-11 00:39:21 +03:00 |
|
Alexander Kuzmenkov
|
45340c701d
|
changelog for 20.8
|
2020-09-10 19:49:57 +03:00 |
|
Azat Khuzhin
|
27258c8e70
|
utils/list-licenses/list-licenses.sh: ignore more files
- *.rtf
They can have NULL byte, and StorageSystemLicenses.sh will warn:
./StorageSystemLicenses.sh: line 11: warning: command substitution: ignored null byte in input
Found with:
find contrib/ -type f -and '(' -iname 'LICENSE*' -or -iname 'COPYING*' -or -iname 'COPYRIGHT*' ')' -and -not -iname '*.html' | xargs grep -Pa '\x00'
- *.h
- *.cpp
- *.htm
And after verified with:
$ find contrib/ -type f -and '(' -iname 'LICENSE*' -or -iname 'COPYING*' -or -iname 'COPYRIGHT*' ')' -and -not '(' -iname '*.html' -or -iname '*.htm' -or -iname '*.rtf' -or -name '*.cpp' -or -name '*.h' -or -iname '*.json' ')' | xargs file -b | sort -u
ASCII text
ASCII text, with CR line terminators
ASCII text, with very long lines
empty
UTF-8 Unicode text
|
2020-09-09 23:56:47 +03:00 |
|
Nikita Mikhaylov
|
336df167ff
|
Merge pull request #14583 from nikitamikhaylov/datasets-gen-20
Fix for clang-8 build in datasets generator.
|
2020-09-08 20:29:14 +04:00 |
|
robot-clickhouse
|
e0e1a5b24b
|
Update version_date.tsv after release 20.3.18.10
|
2020-09-08 16:14:51 +03:00 |
|
robot-clickhouse
|
efd7ba3230
|
Update version_date.tsv after release 20.8.2.3
|
2020-09-08 15:49:07 +03:00 |
|
nikitamikhaylov
|
724b78a578
|
better
|
2020-09-08 15:03:55 +03:00 |
|
Anton Popov
|
3b9be70c8c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-09-05 18:53:55 +03:00 |
|
Nikita Mikhaylov
|
ab48947305
|
Datasets generation (Merging #10973) (#14442)
* created program in utils
* reset test
* removed additional printings
* refactoring
* fix float generator, fix build
* add readme
* refactor readme
* fixed random int func
* clang format
* fix build
* fix build
* fix PVS, uncrustify
* newline at end of file
* refactor string_type func
* restyle func maps
* support IN operation
* support multiquery
* fix style
* change rand to pcg64
* fix array generation
* fix build
* better
* subqueries
* style
* better
* delete samples.sql
Co-authored-by: Roman Ilgovskiy <ilgovskiy@yandex-team.ru>
|
2020-09-04 13:39:17 +03:00 |
|
robot-clickhouse
|
fbf06f9858
|
Update version_date.tsv after release 20.6.5.8
|
2020-09-03 20:05:18 +03:00 |
|
alexey-milovidov
|
821add088e
|
Fix backport script; read the code (#14433)
|
2020-09-03 09:57:01 +03:00 |
|
Anton Popov
|
4fe57fc169
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-09-02 01:29:44 +03:00 |
|
Anton Popov
|
3cadc9033a
|
fsyncs for metadata files of part
|
2020-09-01 18:53:22 +03:00 |
|
Azat Khuzhin
|
2d7cb03120
|
Suppress superfluous wget (-nv) output
Since for dowloading some of files wget logging may take 50% of overall
log [1].
[1]: https://clickhouse-builds.s3.yandex.net/14315/c32ff4c98cb3b83a12f945eadd180415b7a3b269/clickhouse_build_check/build_log_761119955_1598923036.txt
|
2020-09-01 10:25:13 +03:00 |
|
Anton Popov
|
927eb32e88
|
add test for durability (draft)
|
2020-09-01 04:46:40 +03:00 |
|
robot-clickhouse
|
41181555a6
|
Update version_date.tsv after release 20.7.2.30
|
2020-08-31 19:23:16 +03:00 |
|
robot-clickhouse
|
74d4fa3993
|
Update version_date.tsv after release 20.6.5.53
|
2020-08-27 17:51:22 +03:00 |
|
alesapin
|
7e0b7e601d
|
Fix dates order in list-versions.sh
|
2020-08-27 17:42:49 +03:00 |
|
robot-clickhouse
|
7bf83990ae
|
Update version_date.tsv after release 20.6.5.53
|
2020-08-27 17:29:13 +03:00 |
|
alexey-milovidov
|
bb2b0b509f
|
Merge pull request #14173 from ClickHouse/fix_list_versions
Make list-versions.sh able to work with ancient git
|
2020-08-27 15:45:21 +03:00 |
|
alesapin
|
c5a7a15b93
|
Make list-versions.sh able to work with ancient git
|
2020-08-27 15:06:09 +03:00 |
|
robot-clickhouse
|
910297f7c1
|
Update version_date.tsv in release 20.6.5.53
|
2020-08-27 14:08:41 +03:00 |
|
alexey-milovidov
|
7ea5364299
|
Merge pull request #13648 from filimonov/tzdata_version2
tzdata improvements
|
2020-08-24 23:07:37 +03:00 |
|
Alexey Milovidov
|
425297e9c9
|
Check that ya.make files are auto-generated
|
2020-08-19 12:40:28 +03:00 |
|
Alexey Milovidov
|
e43746395e
|
Merge branch 'master' into codespell-2
|
2020-08-16 14:57:21 +03:00 |
|
alexey-milovidov
|
966dd287b7
|
Merge branch 'master' into shellcheck3
|
2020-08-15 19:49:22 +03:00 |
|
Alexey Milovidov
|
145ad95e2a
|
Revert check location of Docker compose files @qoega.
|
2020-08-15 07:23:23 +03:00 |
|
Yatsishin Ilya
|
ede56a7503
|
Fix
|
2020-08-14 17:41:03 +03:00 |
|
Yatsishin Ilya
|
ab337b243a
|
Add docker for style check
|
2020-08-14 16:09:23 +03:00 |
|
alexey-milovidov
|
11d6375c67
|
Merge pull request #13640 from BohuTANG/wal_dump
Add MergeTree Write-Ahead-Log(WAL) dump tool
|
2020-08-13 22:19:29 +03:00 |
|
Mikhail Filimonov
|
a0ae1b2b42
|
tzdata improvements
Expose version of embedded tzdata via TZDATA_VERSION in system.build_options.
Autogenerate list of shipped timezones. Script to check tzdb updates.
|
2020-08-12 14:21:40 +02:00 |
|
BohuTANG
|
c31f4f013a
|
Add MergeTree Write-Ahead-Log(WAL) dump tool
|
2020-08-12 13:50:22 +08:00 |
|
Alexey Milovidov
|
e4d02f6b51
|
Update for useless script #13599
|
2020-08-12 06:03:47 +03:00 |
|
alexey-milovidov
|
291386fd2a
|
Merge pull request #13618 from melin/master
antlr4 support complete create table grammar
|
2020-08-11 18:58:00 +03:00 |
|
melin
|
d1a770d863
|
antlr4 support complete create table grammar
|
2020-08-11 22:36:19 +08:00 |
|
melin
|
4036d9bd10
|
antlr4 support complete create table grammar
|
2020-08-11 22:35:28 +08:00 |
|
alexey-milovidov
|
2bd7b5fdc0
|
Merge pull request #13591 from melin/master
Fix Nullable(String) antlr4 syntax error
|
2020-08-11 04:58:17 +03:00 |
|
melin
|
38cad2e258
|
fixbug Nullable(String)
|
2020-08-11 09:43:28 +08:00 |
|
Alexey Milovidov
|
b633b49e07
|
Enable Shellcheck in CI
|
2020-08-09 02:26:59 +03:00 |
|
alexey-milovidov
|
3f80463f2d
|
Merge pull request #13489 from nikitamikhaylov/changelog-script
Changelog script update
|
2020-08-09 01:38:17 +03:00 |
|