Update spec files for 1.1.13
Do not export pgut functions outside of this sh...
Update documentations for 1.1.13
Update version numbers for 1.1.13
Update documentations for 1.1.12.
Change version to 1.1.12, and change PROGRAM_EM...
Update SPEC files for 1.1.12.
Avoid not to catch invalid TOAST index.
Change name of appendStringInfoVA to appendStri...
Improve regression test 'pg_reorg --all'.
Remove notations about pg_batch.
Update documentations.
pg_reorg initial import
Delete README.md
Add gitignore entries to ensure folder consistency
Supports CREATE EXTENSION.
Take care of warnings for unused parameters
Print a status message while waiting on old tra...
Don't add the schema to the extension
Skip bgwriter's lock on newly promoted standby ...
Updated regression tests to use CREATE EXTENSIO...
Fixed cleanup of init test script
Ignore temporary test files
Add missing PQclear(), and comment touchups.
Fixed create extension from unpackaged
Don't try to rebuild invalid indexes
Avoid choosing an invalid index as primary key
Documentation fixes for the English and Japanes...
Added META.json for PGXN submission
Fix compiler warnings about appendStringInfoVA ...
Make ordering of 'Options' printed by `pg_reorg...
Fixed string returned by reorg.version()
Get rid of unused getint16() function to quiet ...
Use quote_identifier() to properly escape colum...
Create both the standalone and extension sql sc...
Merge branch 'extension' into maint_1.1
Don't use a generic 'unpackaged' version
The reorg schema is contained in the pg_reorg e...
Script to create extension from loose objects d...
Have get_quoted_relname(), get_quoted_nspname()...
Library version bumped to 1.1.8 in the PGXN met...
Version extension moved from 1.0 to 1.1.8
Merge branch 'extension' into maint_1.1
Dropped executable flag from files
Silence error message during test
pg_reorg 1.1.8 maintenance release
Don't choose a partial index as primary key
Update documentations for pg_reorg 1.1.9
Update codes and documentations for pg_reorg 1....
Modify output messages to show target table nam...
Add a notation about reorg's regression test on...
Do not wait for transactions in different datab...
Add new graph png file in documatation.
Update documentations about RedHat Enterprise L...
Update .travis.yml for PostgreSQL 9.3.6, 9.2.10...
Fix a nasty data loss/corruption bug from the s...
Fix the definition of RenameRelationInternal() ...
Added support for DESC, NULLS FIRST/LAST, COLLA...
Modify the way to prepare expected out files fo...
Fix in .travis.yml.
Add notation in documentations about cleanup by...
Fix not to fail to skip database where pg_reorg...
Fix the definition of RenameRelationInternal() ...
Update Copyright.
Revert "Fix the definition of RenameRelationInt...
Update spec files for pg_reorg 1.1.11 and Postg...
Modified the version num to 1.1.9
Changes for PostgreSQL 9.4 beta2
Fix .travis.yml
Update documentations for pg_reorg 1.1.10
Change the performance test results in top of h...
Modify the notation of 1.1.10 release note in t...
Enable to do regression test by Travis CI.
Fix in .travis.yml.
Take care of warnings for unused parameters
Add COPYRIGHT file to clear pg_reorg is license...
Fixes to work with 9.3dev.
pg_reorg 1.1.1.
Use quote_identifier() to properly escape colum...