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.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "pg_repack",
|
|
"abstract": "PostgreSQL module for data reorganization",
|
|
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
|
|
"version": "1.3-dev0",
|
|
"maintainer": [
|
|
"Josh Kupershmidt <schmiddy@gmail.com>",
|
|
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
|
|
"Beena Emerson <memissemerson@gmail.com>"
|
|
],
|
|
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
|
"release_status": "testing",
|
|
"license": "bsd",
|
|
"provides": {
|
|
"pg_repack": {
|
|
"file": "lib/pg_repack.sql",
|
|
"version": "1.3-dev0",
|
|
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
|
|
}
|
|
},
|
|
"prereqs": {
|
|
"runtime": {
|
|
"requires": {
|
|
"PostgreSQL": "8.3.0"
|
|
}
|
|
}
|
|
},
|
|
"resources": {
|
|
"homepage": "http://reorg.github.com/pg_repack",
|
|
"bugtracker": {
|
|
"web": "https://github.com/reorg/pg_repack/issues"
|
|
},
|
|
"repository": {
|
|
"url": "git://github.com/reorg/pg_repack.git",
|
|
"web": "https://github.com/reorg/pg_repack/",
|
|
"type": "git"
|
|
}
|
|
},
|
|
"meta-spec": {
|
|
"version": "1.0.0",
|
|
"url": "http://pgxn.org/meta/spec.txt"
|
|
}
|
|
}
|