Preparing release 1.4.3
This commit is contained in:
@ -466,6 +466,13 @@ Creating indexes concurrently comes with a few caveats, please see `the document
|
||||
Releases
|
||||
--------
|
||||
|
||||
* pg_repack 1.4.3
|
||||
|
||||
* Fixed possible CVE-2018-1058 attack paths (issue #168)
|
||||
* Fixed "unexpected index definition" after CVE-2018-1058 changes in
|
||||
PostgreSQL (issue #169)
|
||||
* Fixed build with recent Ubuntu packages (issue #179)
|
||||
|
||||
* pg_repack 1.4.2
|
||||
|
||||
* added PostgreSQL 10 support (issue #120)
|
||||
|
@ -24,8 +24,8 @@ with the right privileges: contact Daniele Varrazzo to obtain them.
|
||||
pgxn check dist/pg_repack-$VER.zip
|
||||
|
||||
(note that ``check`` may require the Postgres bin directory to be added to
|
||||
the path; check the ``install`` log to see where ``pg_repack`` executable
|
||||
was installed).
|
||||
the path, e.g. ``PATH=$(pg_config --bindir):$PATH``; check the ``install``
|
||||
log to see where ``pg_repack`` executable was installed).
|
||||
|
||||
.. __: http://pgxnclient.projects.pgfoundry.org/
|
||||
|
||||
|
Reference in New Issue
Block a user