summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-02-05 14:50:52 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-02-05 14:50:52 +0000
commit260b7528644acd303f1e85c41c5eeab7bcfa53b5 (patch)
tree4b59690304bdbb0c1eeae998a67fd7454ae6d6a1 /databases
parentb0f53938962e160788df9a1f94be16e37111a052 (diff)
downloadpkgsrc-260b7528644acd303f1e85c41c5eeab7bcfa53b5.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.common2
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.