= Fixes =
* Fix pgq trigger compilation with Postgres 8.2 (Marcin Stępnicki)
* Replace `make` calls with $(MAKE) in Makefiles (Pierre-Emmanuel André)
* londiste: Fix incompatibility with Python 2.3 (Dimitri Fontaine)
* walmgr: Fix typo in config symlinking code. (pychecker)
* bulk_loader: Fix typo in temp table check. (pychecker)
* Install upgrade .sql files. Otherwise skytools_upgrade.py could
be used only from source directory.
* pgq.Consumer: Fix bug in retry/failed event handling. (pychecker)
* pgq: Fix pgq.maint_retry_events() - it could create double events when
amount of event to be moved back into main queue was more than 10.
= Features =
* Quoting of table and column names in Londiste and dispatcher scripts.
= Upgrade procedure =
* Database code under pgq and londiste schemas need to be upgraded.
That can be done on running databases with following command:
$ skytools_upgrade.py "connstr"
Or by applying 'londiste.upgrade.sql' and 'pgq.upgrade.sql' by hand.
The changes were only in functions, no table sctructure changed.