Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
postgresql
>
postgresql
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Added
postgresql-pl.changes
@@ -0,0 +1,1095 @@ +------------------------------------------------------------------- +Mon May 19 18:31:54 CEST 2008 - schwab@suse.de + +- Fix broken configure check. + +------------------------------------------------------------------- +Thu Apr 10 14:23:15 CEST 2008 - max@suse.de + +- Adopt the 8.3.1 package from Peter Eisentraut's OBS project. +- New features in PostgreSQL 8.3 include: + * Full text search is integrated into the core database system + * Support for the SQL/XML standard, including new operators and an + XML data type + * Enumerated data types (ENUM) + * Arrays of composite types + * Universally Unique Identifier (UUID) data type + * Add control over whether NULLs sort first or last + * Updatable cursors + * Server configuration parameters can now be set on a per-function + basis + * User-defined types can now have type modifiers + * Automatically re-plan cached queries when table definitions + change or statistics are updated + * Numerous improvements in logging and statistics collection + * Support multiple concurrent autovacuum processes, and other + autovacuum improvements +- Add baselibs.conf +- Remove old provides/obsoletes tags for way-back package renames. + +------------------------------------------------------------------- +Thu Jan 10 14:34:16 CET 2008 - max@suse.de + +- Update to 8.2.6 to fix five security issues: + - Index Functions Privilege Escalation: CVE-2007-6600 + - Regular Expression Denial-of-Service: CVE-2007-4772, + CVE-2007-6067, CVE-2007-4769, #329282 + - DBLink Privilege Escalation: CVE-2007-6601, #328403 + +------------------------------------------------------------------- +Wed Jun 6 16:02:58 CEST 2007 - max@suse.de + +- New version: 8.2.4 +- The list of changes between the 8.1 and 8.2 series is too long + to reproduce here. It can be found under + /usr/share/doc/packages/postgresql/HISTORY when the postgresql + package is installed or online at http://www.postgresql.org. +- Splited the postgresql-pl package into individual packages for + PL/Perl, PL/Python and PL/Tcl. +- Added a config file for SuSEfirewall2 (#247370). + +------------------------------------------------------------------- +Thu Mar 29 14:32:16 CEST 2007 - rguenther@suse.de + +- Add bison, flex and zlib-devel BuildRequires. + +------------------------------------------------------------------- +Tue Oct 17 15:01:57 CEST 2006 - max@suse.de + +- New patchlevel release: 8.1.5 +- Disallow aggregate functions in "UPDATE" commands, except within + sub-SELECTs. The behavior of such an aggregate was unpredictable, + and in 8.1.X could cause a crash, so it has been disabled. +- Fix core dump when an untyped literal is taken as ANYARRAY. +- Fix core dump in duration logging for extended query protocol when + a "COMMIT" or "ROLLBACK" is executed. +- Fix mishandling of AFTER triggers when query contains a SQL function + returning multiple rows. +- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause. +- Fix string_to_array() to handle overlapping matches for the + separator string. +- Fix to_timestamp() for AM/PM formats. +- Fix autovacuum's calculation that decides whether "ANALYZE" is + needed. +- Fix corner cases in pattern matching for psql's \d commands. +- Fix index-corrupting bugs in /contrib/ltree. +- Numerous robustness fixes in ecpg. +- Fix backslash escaping in /contrib/dbmirror. +- Minor fixes in /contrib/dblink and /contrib/tsearch2. +- Efficiency improvements in hash tables and bitmap index scans. + +------------------------------------------------------------------- +Wed May 24 10:24:26 CEST 2006 - max@suse.de + +- Update to 8.1.4 to fix SQL injection vulnerabilities + (bug #177931, CVE-2006-2313, CVE-2006-2314). + +- Added a new postgresql-SECURITY-NOTICE file with an FAQ that + explains the issues. + +------------------------------------------------------------------- +Mon Feb 13 15:47:46 CET 2006 - max@suse.de + +- New version: 8.1.3 (#150376). +- Relaxed dependencies between subpackages to simplify future + updates. + +------------------------------------------------------------------- +Wed Jan 25 21:40:32 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Fri Jan 13 17:21:31 CET 2006 - max@suse.de + +- Moved from logrotate to PostgreSQL's own log rotation facility. +- Log files are now located under /var/lib/pgsql/data/pg_log . +- Improved error reporting on test suite failures. + +------------------------------------------------------------------- +Thu Dec 22 17:26:01 CET 2005 - max@suse.de + +- New version: 8.1.1 + +------------------------------------------------------------------- +Fri Jun 17 09:50:16 CEST 2005 - max@suse.de + +- Removed bogus %patch3 + +------------------------------------------------------------------- +Thu Jun 2 18:59:06 CEST 2005 - max@suse.de + +- Added postgresql-CAN-2005-1409-1410-fix.sh for fixing existing + installations, and referred to it in the SECURITY-NOTICE. + +------------------------------------------------------------------- +Tue May 17 18:56:40 CEST 2005 - max@suse.de + +- Added postgresql-SECURITY-NOTICE to describe the manual actions + that are needed to apply the bugfixes from 8.0.3 to existing + installations. + +------------------------------------------------------------------- +Tue May 10 18:06:54 CEST 2005 - max@suse.de + +- New patch release: 8.0.3 +- Fixes bug #82869, CAN-2005-1410, and CAN-2005-1409 +- Obsoletes postgresql-CAN-2005-0247.patch + +------------------------------------------------------------------- +Mon Apr 11 13:35:34 CEST 2005 - max@suse.de + +- New patch release: 8.0.2 + +------------------------------------------------------------------- +Mon Apr 4 16:11:06 CEST 2005 - uli@suse.de + +- hardwire thread safety to yes (test may hang QEMU) + +------------------------------------------------------------------- +Fri Apr 1 13:38:46 CEST 2005 - uli@suse.de + +- ignore regressions on ARM + +------------------------------------------------------------------- +Wed Mar 16 19:56:30 CET 2005 - max@suse.de + +- Prevent the wrapper libs from ending up in the provides list. + +------------------------------------------------------------------- +Mon Mar 14 18:14:27 CET 2005 - max@suse.de + +- Added postgresql-CAN-2005-0247.patch to fix bug #65692. + +------------------------------------------------------------------- +Fri Mar 11 20:55:19 CET 2005 - max@suse.de + +- Added some wrapper libs so that old postmaster binaries, back + to at least 8.1/SLES8 can still be started. +- Extended the init script to use the wrapper libs when needed. +- Setting a senseful umask when creating the postmaster backups + in %pre. + +------------------------------------------------------------------- +Mon Feb 7 11:41:18 CET 2005 - max@suse.de + +- New patch release: 8.0.1 +- Fixes a vulnerability in the LOAD command. + +------------------------------------------------------------------- +Wed Jan 19 11:23:32 CET 2005 - max@suse.de + +- Update to the final 8.0.0 release. + +------------------------------------------------------------------- +Wed Dec 22 20:36:21 CET 2004 - max@suse.de + +- New version: 8.0.0rc2 + +------------------------------------------------------------------- +Fri Dec 10 17:48:44 CET 2004 - max@suse.de + +- New version: 8.0.0rc1 +- Recoded README.SuSE.de to UTF-8. + +------------------------------------------------------------------- +Fri Dec 3 16:44:58 CET 2004 - max@suse.de + +- New version: 8.0.0beta5 +