Merge in Pull Request #20 from Steeve Lennmark.

Adds support for repacking only the tables in a specified schema. This
doesn't support --only-indexes mode, but that seems alright for now.

Fix merge conflicts, and make a few tweaks along the way:
 * bump version to 1.3-dev0
 * add Beena to list of maintainers
 * documentation wordsmithing
 * fix up the INFO message printed for each index in --index or
   --only-indexes mode, so that it is only printed once per index, and
   prints the name of the original index, not that of the transient
   index_%u name.
This commit is contained in:
Josh Kupershmidt
2014-05-24 15:42:24 -04:00
7 changed files with 105 additions and 13 deletions

View File

@ -2,18 +2,19 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.2.1",
"version": "1.3-dev0",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
"Beena Emerson <memissemerson@gmail.com>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "stable",
"release_status": "testing",
"license": "bsd",
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.2.1",
"version": "1.3-dev0",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},