Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
|install_check|

.. |install_check| image:: https://github.com/reorg/pg_repack/actions/workflows/regression.yml/badge.svg
:target: https://github.com/adjust/pg_repack/actions/workflows/regression.yml
:alt: regression.yml status


pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
=========================================================================

Expand All @@ -6,11 +13,6 @@ pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
- Development: https://github.com/reorg/pg_repack
- Bug Report: https://github.com/reorg/pg_repack/issues

|travis|

.. |travis| image:: https://travis-ci.org/reorg/pg_repack.svg?branch=master
:target: https://travis-ci.org/reorg/pg_repack
:alt: Linux and OSX build status

pg_repack_ is a PostgreSQL extension which lets you remove bloat from
tables and indexes, and optionally restore the physical order of clustered
Expand Down