Changes 8.1.7:
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Improve "VACUUM" performance for databases with many tables * Fix autovacuum to avoid leaving non-permanent transaction IDs in non-connectable databases This bug affects the 8.1 branch only. * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix possible crashes when an already-in-use PL/pgSQL function is updated
This commit is contained in:
parent
8e4072a26f
commit
e677558b09
3 changed files with 46 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2007/01/08 18:55:38 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2007/02/05 11:42:07 adam Exp $
|
||||
${PG_SUBPREFIX}bin/clusterdb
|
||||
${PG_SUBPREFIX}bin/createdb
|
||||
${PG_SUBPREFIX}bin/createlang
|
||||
|
@ -526,6 +526,41 @@ ${PG_SUBPREFIX}man/man7/set_role.7
|
|||
${PG_SUBPREFIX}man/man7/set_session_authorization.7
|
||||
${PG_SUBPREFIX}man/man7/set_transaction.7
|
||||
${PG_SUBPREFIX}man/man7/show.7
|
||||
${PG_SUBPREFIX}man/man7/spi_connect.7
|
||||
${PG_SUBPREFIX}man/man7/spi_copytuple.7
|
||||
${PG_SUBPREFIX}man/man7/spi_cursor_close.7
|
||||
${PG_SUBPREFIX}man/man7/spi_cursor_fetch.7
|
||||
${PG_SUBPREFIX}man/man7/spi_cursor_find.7
|
||||
${PG_SUBPREFIX}man/man7/spi_cursor_move.7
|
||||
${PG_SUBPREFIX}man/man7/spi_cursor_open.7
|
||||
${PG_SUBPREFIX}man/man7/spi_exec.7
|
||||
${PG_SUBPREFIX}man/man7/spi_execp.7
|
||||
${PG_SUBPREFIX}man/man7/spi_execute.7
|
||||
${PG_SUBPREFIX}man/man7/spi_execute_plan.7
|
||||
${PG_SUBPREFIX}man/man7/spi_finish.7
|
||||
${PG_SUBPREFIX}man/man7/spi_fname.7
|
||||
${PG_SUBPREFIX}man/man7/spi_fnumber.7
|
||||
${PG_SUBPREFIX}man/man7/spi_freeplan.7
|
||||
${PG_SUBPREFIX}man/man7/spi_freetuple.7
|
||||
${PG_SUBPREFIX}man/man7/spi_freetuptable.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getargcount.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getargtypeid.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getbinval.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getnspname.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getrelname.7
|
||||
${PG_SUBPREFIX}man/man7/spi_gettype.7
|
||||
${PG_SUBPREFIX}man/man7/spi_gettypeid.7
|
||||
${PG_SUBPREFIX}man/man7/spi_getvalue.7
|
||||
${PG_SUBPREFIX}man/man7/spi_is_cursor_plan.7
|
||||
${PG_SUBPREFIX}man/man7/spi_modifytuple.7
|
||||
${PG_SUBPREFIX}man/man7/spi_palloc.7
|
||||
${PG_SUBPREFIX}man/man7/spi_pfree.7
|
||||
${PG_SUBPREFIX}man/man7/spi_pop.7
|
||||
${PG_SUBPREFIX}man/man7/spi_prepare.7
|
||||
${PG_SUBPREFIX}man/man7/spi_push.7
|
||||
${PG_SUBPREFIX}man/man7/spi_repalloc.7
|
||||
${PG_SUBPREFIX}man/man7/spi_returntuple.7
|
||||
${PG_SUBPREFIX}man/man7/spi_saveplan.7
|
||||
${PG_SUBPREFIX}man/man7/start_transaction.7
|
||||
${PG_SUBPREFIX}man/man7/truncate.7
|
||||
${PG_SUBPREFIX}man/man7/unlisten.7
|
||||
|
@ -951,6 +986,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
|
||||
|
@ -967,6 +1003,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
|
||||
|
@ -978,6 +1015,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
|
||||
|
@ -992,6 +1030,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.8 2007/01/08 18:55:38 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.9 2007/02/05 11:42:07 adam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by all PostgreSQL packages built from
|
||||
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
|
||||
|
@ -32,7 +32,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches
|
|||
#
|
||||
# Note: Do not forget jdbc-postgresql81 when updating version
|
||||
#
|
||||
DIST_VERS?= 8.1.6
|
||||
DIST_VERS?= 8.1.7
|
||||
BASE_VERS?= ${DIST_VERS}
|
||||
|
||||
BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/01/12 22:49:24 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/02/05 11:42:07 adam Exp $
|
||||
|
||||
SHA1 (postgresql-8.1.6.tar.bz2) = d2a849e5e5d93a102dacaa1e420b1148d564837b
|
||||
RMD160 (postgresql-8.1.6.tar.bz2) = d61ca7541ff4806bf9216ce156377588589b12dd
|
||||
Size (postgresql-8.1.6.tar.bz2) = 11646873 bytes
|
||||
SHA1 (postgresql-8.1.7.tar.bz2) = e483ec9df93227db59a4a52187513e5b66dc6f46
|
||||
RMD160 (postgresql-8.1.7.tar.bz2) = 9a9ee7f118109c1a291530e5ac075f3900fa297a
|
||||
Size (postgresql-8.1.7.tar.bz2) = 11698986 bytes
|
||||
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
|
||||
SHA1 (patch-ab) = 5bf5f46e86025772cbdb9c9d22c942b40288f82f
|
||||
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
|
||||
|
|
Loading…
Reference in a new issue