ClickHouse® is a real-time analytics DBMS
Go to file
Andrew Grigorev 1d1fc73657 make clean: remove debian/*.docs generated links
Fix release build failure on existence of debian/*.docs links from previous build:

```
ln -s clickhouse-server.docs debian/clickhouse-server-base.docs
ln: failed to create symbolic link 'debian/clickhouse-server-base.docs': File exists
debian/rules:48: recipe for target 'install' failed
make: *** [install] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
```
2016-06-16 19:13:38 +03:00
contrib BaseDaemon: waitForTerminationRequest() use sigaction instead of sigwait 2016-06-08 17:39:19 +03:00
dbms dbms: Fixed build with QuickLZ. [#METR-19660] 2016-06-16 18:56:36 +03:00
debian make clean: remove debian/*.docs generated links 2016-06-16 19:13:38 +03:00
doc Merge pull request #12 from Metrika/getting_started 2016-06-16 04:14:14 +03:00
docker Add Dockerfiles for client and server 2016-06-15 19:50:33 +03:00
libs Modifications for address sanitizer [#METR-2944]. 2016-06-10 21:58:04 +03:00
private@bc91114b00 Updated submodule [#METR-2944]. 2016-06-10 15:35:40 +03:00
tools Fixed error [#METR-20000]. 2016-06-10 23:31:24 +03:00
utils zookeeper-dump-tree: print tree size 2016-06-08 17:40:36 +03:00
.editorconfig .editorconfig for GitHub web interface 2016-04-11 22:24:26 +03:00
.gitattributes Better stats on github [#METR-20000]. 2016-05-04 18:03:17 +03:00
.gitignore Updated gitignore [#METR-2944]. 2016-02-16 19:38:17 +03:00
.gitmodules Specified address for private submodule [#METR-20000]. 2016-05-25 21:28:18 +03:00
add.test.cmake cmake: force tests to run from source dir 2015-05-18 15:18:25 +03:00
AUTHORS Added AUTHORS and LICENSE [#METR-20000]. 2016-04-01 19:04:58 +03:00
CMakeLists.txt Better message [#METR-20000]. 2016-06-10 17:21:00 +03:00
copy_headers.sh Added missing modification [#METR-20000]. 2016-05-23 03:37:06 +03:00
detect_distributive.cmake Removed unrelated data. 2016-02-07 23:02:44 +03:00
LICENSE Added AUTHORS and LICENSE [#METR-20000]. 2016-04-01 19:04:58 +03:00
README.md Added readme [#METR-20000]. 2016-05-18 15:47:29 +03:00
release Removed useless code [#METR-20000]. 2016-06-10 17:42:05 +03:00
release_lib.sh Allow to build packages standalone [#METR-21515]. 2016-05-28 03:52:18 +03:00
release_test Removed useless code [#METR-20000]. 2016-06-10 17:42:05 +03:00

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

Read more...