PgToolkit v1.0.1 release testing

Поиск
Список
Период
Сортировка
От Sergey Konoplev
Тема PgToolkit v1.0.1 release testing
Дата
Msg-id CAL_0b1v7P65QOJrjE5X-3VQz6SZm5u0UG=cM9basrUxweUG53w@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Следующее
От: John R Pierce
Дата:
Сообщение: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC