diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-02-05 14:50:52 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-02-05 14:50:52 +0000 |
commit | 4d221462160b0f71fe195499b28a2ec123ad2a2f (patch) | |
tree | 4b59690304bdbb0c1eeae998a67fd7454ae6d6a1 /databases | |
parent | 2e658ce4a63937beb7a26b609d50347887857d82 (diff) | |
download | pkgsrc-4d221462160b0f71fe195499b28a2ec123ad2a2f.tar.gz |
Forced commit to note postgresql 7.4.9 changes:
Changes
* Disallow "LOAD" to non-superusers
On platforms that will automatically execute initialization
functions of a shared library (this includes at least Windows and
ELF-based Unixen), "LOAD" can be used to make the server execute
arbitrary code. Thanks to NGS Software for reporting this.
* Check that creator of an aggregate function has the right to
execute the specified transition functions
This oversight made it possible to bypass denial of EXECUTE
permission on a function.
* Fix security and 64-bit issues in contrib/intagg
* Add needed STRICT marking to some contrib functions (Kris Jurka)
* Avoid buffer overrun when plpgsql cursor declaration has too many
parameters (Neil)
* Fix planning error for FULL and RIGHT outer joins
The result of the join was mistakenly supposed to be sorted the
same as the left input. This could not only deliver mis-sorted
output to the user, but in case of nested merge joins could give
outright wrong answers.
* Fix plperl for quote marks in tuple fields
* Fix display of negative intervals in SQL and GERMAN datestyles
* Make age(timestamptz) do calculation in local timezone not GMT
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 1bfa8f7583f..28893f169c3 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2005/02/05 14:31:20 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/02/05 14:50:52 jdolecek Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. |