pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql74 Forced commit to note postgresq...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33c909949686
branches: trunk
changeset: 488648:33c909949686
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat Feb 05 14:50:52 2005 +0000
description:
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:
databases/postgresql74/Makefile.common | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 05cbb3d6cef8 -r 33c909949686 databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common Sat Feb 05 14:49:34 2005 +0000
+++ b/databases/postgresql74/Makefile.common Sat Feb 05 14:50:52 2005 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index