PgToolkit v1.0.1 release testing - Mailing list pgsql-general

From Sergey Konoplev
Subject PgToolkit v1.0.1 release testing
Date
Msg-id CAL_0b1v7P65QOJrjE5X-3VQz6SZm5u0UG=cM9basrUxweUG53w@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi all,

I have completed all the planned changes for the version 1.0.1 and
merged them to the v1.0testing branch. Anyone interested in testing is
very welcome. You can report bugs (hope there wont be any) and make
notes either directly to my email gray.ru@gmail.com or on GiHub's
Issue page https://github.com/grayhemp/pgtoolkit/issues.

If you are a Git user you can get the toolkit like this

git clone git@github.com:grayhemp/pgtoolkit.git
git checkout v1.0testing

if you prefer Subversion

svn checkout https://github.com/grayhemp/pgtoolkit/branches/v1.0testing

or just download the archive and unpack it

https://github.com/grayhemp/pgtoolkit/archive/v1.0testing.zip

The list of changes:

- Fixed the dependency check leading to the inability to re-index some
primary keys
- Turned off statement timeouts for pgcompact's sessions
- Increased the psql response timeout to 10 hours
- Removed the necessity to set PERL5LIB (thanks to Hubert "depesz" Lubaczewski)
- Fixed the completion check leading to unfinished processing in some cases
- Made the re-indexation process more lock-friendly by getting rid of
long waiting for exclusive locks
- Added usage examples to the --help output
- Got rid of hard-coded connection parameters (thanks to Hubert
"depesz" Lubaczewski)
- Allowed processing of the postgres and template1 databases
- Resolved the several simultaneously running instances collisions
issue (thanks to Gonzalo Gil)

Thank you in advance.

--
Kind regards,
Sergey Konoplev
PostgreSQL Consultant and DBA

http://www.linkedin.com/in/grayhemp
+1 (415) 867-9984, +7 (901) 903-0499, +7 (988) 888-1979
gray.ru@gmail.com


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Next
From: John R Pierce
Date:
Subject: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC