diff options
author | adam <adam@pkgsrc.org> | 2009-09-10 10:06:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-09-10 10:06:19 +0000 |
commit | f02855b08164c27c25a2eb6d232b29c35351ebd2 (patch) | |
tree | 78bfc954893b821c7b14379c2a52f624f00e9755 /databases/postgresql84/distinfo | |
parent | eb337df05ea26c87b76cb3f9156dcd6e86f9ff53 (diff) | |
download | pkgsrc-f02855b08164c27c25a2eb6d232b29c35351ebd2.tar.gz |
Changes 8.4.1:
* Fix WAL page header initialization at the end of archive recovery
* Fix "cannot make new WAL entries during recovery" error
* Fix problem that could make expired rows visible after a crash
* Disallow "RESET ROLE" and "RESET SESSION AUTHORIZATION" inside
security-definer functions
* Make "LOAD" of an already-loaded loadable module into a no-op
* Make window function PARTITION BY and ORDER BY items always be
interpreted as simple expressions
* Fix several errors in planning of semi-joins
* Fix handling of whole-row references to subqueries that are within
an outer join
* Fix Windows shared-memory allocation code
* Fix locale handling with plperl
* Fix handling of reloptions to ensure setting one option doesn't
force default values for others
* Ensure that a "fast shutdown" request will forcibly terminate open
sessions, even if a "smart shutdown" was already in progress
* Avoid memory leak for array_agg() in GROUP BY queries
* Treat to_char(..., 'TH') as an uppercase ordinal suffix with 'HH'/'HH12'
Diffstat (limited to 'databases/postgresql84/distinfo')
-rw-r--r-- | databases/postgresql84/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo index e8a3ee747d5..d0dc564ce9b 100644 --- a/databases/postgresql84/distinfo +++ b/databases/postgresql84/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/07/29 06:26:17 adam Exp $ +$NetBSD: distinfo,v 1.2 2009/09/10 10:06:19 adam Exp $ -SHA1 (postgresql-8.4.0.tar.bz2) = 7a4776155049b8343f3b3b2e071002bb9db47f44 -RMD160 (postgresql-8.4.0.tar.bz2) = 7b0a3b6d6c6c67479a1de2d8a3efb3a27e50fe2e -Size (postgresql-8.4.0.tar.bz2) = 13839282 bytes +SHA1 (postgresql-8.4.1.tar.bz2) = e6903f0029402ef8fb12645a177204499ea5b2b7 +RMD160 (postgresql-8.4.1.tar.bz2) = ad03c250afd71091294a2a3e67d96b661883db87 +Size (postgresql-8.4.1.tar.bz2) = 13579302 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3 SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb |