diff options
author | adam <adam@pkgsrc.org> | 2010-05-20 12:36:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-20 12:36:28 +0000 |
commit | b55e9a879d376b3cfd587507c38a8d98a379df57 (patch) | |
tree | 19f0eb4d104222aedfb273afae000dfaf62ff9af /databases/postgresql83/distinfo | |
parent | bf8522ea64ed2db7e34339ea9d35627448861a26 (diff) | |
download | pkgsrc-b55e9a879d376b3cfd587507c38a8d98a379df57.tar.gz |
Changes 8.3.11:
* Enforce restrictions in plperl using an opmask applied to the whole
interpreter, instead of using "Safe.pm"
* Prevent PL/Tcl from executing untrustworthy code from pltcl_modules
* Fix possible crash if a cache reset message is received during
rebuild of a relcache entry
* Apply per-function GUC settings while running the language
validator for the function
* Do not allow an unprivileged user to reset superuser-only parameter
settings
* Avoid possible crash during backend shutdown if shutdown occurs
when a CONTEXT addition would be made to log entries
* Ensure the archiver process responds to changes in archive_command
as soon as possible
* Update pl/perl's "ppport.h" for modern Perl versions
* Fix assorted memory leaks in pl/python
* Prevent infinite recursion in psql when expanding a variable that
refers to itself
* Fix psql's \copy to not add spaces around a dot within \copy
(select ...)
* Fix unnecessary "GIN indexes do not support whole-index scans"
errors for unsatisfiable queries using "contrib/intarray" operators
* Ensure that "contrib/pgstattuple" functions respond to cancel
interrupts promptly
* Make server startup deal properly with the case that shmget()
returns EINVAL for an existing shared memory segment
* Avoid possible crashes in syslogger process on Windows
* Deal more robustly with incomplete time zone information in the
Windows registry
* Update the set of known Windows time zone names
* Update time zone data files to tzdata release 2010j for DST law
changes in Argentina, Australian Antarctic, Bangladesh, Mexico,
Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also
historical corrections for Taiwan.
Also, add PKST (Pakistan Summer Time) to the default set of
timezone abbreviations.
Diffstat (limited to 'databases/postgresql83/distinfo')
-rw-r--r-- | databases/postgresql83/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/postgresql83/distinfo b/databases/postgresql83/distinfo index 935c04c4da5..6ab9af451fb 100644 --- a/databases/postgresql83/distinfo +++ b/databases/postgresql83/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.11 2010/04/12 09:53:50 adam Exp $ +$NetBSD: distinfo,v 1.12 2010/05/20 12:36:28 adam Exp $ -SHA1 (postgresql-8.3.10.tar.bz2) = 2ad430f4349eb42fbfe21a6a80a493f4068b519e -RMD160 (postgresql-8.3.10.tar.bz2) = 12bb4ac6d0b0e53534582c7e4092bf91092e9345 -Size (postgresql-8.3.10.tar.bz2) = 14181794 bytes +SHA1 (postgresql-8.3.11.tar.bz2) = de3d768c66e832336465672de6f33924441bf3f2 +RMD160 (postgresql-8.3.11.tar.bz2) = 606f64235b2d48df0a26b46863fc76f94b32abbb +Size (postgresql-8.3.11.tar.bz2) = 14217781 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 7bf5635b0b93c3c0d33acd4e122e102c92ce7b76 SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279 +SHA1 (patch-ad) = fb75df841bbcc25e840ed9c2fed59232d7189200 SHA1 (patch-af) = fcb43276c1f3349f62acfc37ac0bd6ccaae96f29 SHA1 (patch-ag) = 402d5d211af99efdfa35677299c97e91e14ed85d SHA1 (patch-ah) = 3640573195f66a46c37d9fca2648d6be39f5593b |