pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/postgresql80-docs
- To: pkgsrc-wip-cvs%lists.sourceforge.net@localhost
- Subject: CVS commit: wip/postgresql80-docs
- From: abs <absd%users.sourceforge.net@localhost>
- Date: Tue, 01 Feb 2005 09:40:45 -0800 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 -2.8 ALL_TRUSTED Did not pass through any untrusted hosts 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _ 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ -0.0 AWL AWL: From: address is in the auto white-list
Module name: pkgsrc-wip
Committed by: absd
Date: Tue Feb 1 17:40:45 UTC 2005
Modified Files:
wip/postgresql80-docs: PLIST
Log Message:
Update postgres80 to 8.0.1: Security issue as referenced by:
http://archives.postgresql.org/pgsql-announce/2005-02/msg00000.php
* 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)
* Make "ALTER TABLE ADD COLUMN" enforce domain constraints in all
cases
* 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.
* Improve planning of grouped aggregate queries
* "ROLLBACK TO savepoint" closes cursors created since the savepoint
* Fix inadequate backend stack size on Windows
* Avoid SHGetSpecialFolderPath() on Windows (Magnus)
* Fix some problems in running pg_autovacuum as a Windows service
(Dave Page)
* Multiple minor bug fixes in pg_dump/pg_restore
* Fix ecpg segfault with named structs used in typedefs (Michael)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 wip/postgresql80-docs/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index