Changelog for
postgresql-pltcl-8.4.18-0.1.1.i586.rpm :
* Mon Oct 28 2013 lijewski.stefanAATTgmail.com- Bugfix release 8.4.18 http://www.postgresql.org/docs/8.4/static/release-8-4-18.html
* Fri Apr 05 2013 lijewski.stefanAATTgmail.com- Security and bugfix release 8.4.17
* reset OpenSSL randomness state in each postmaster child process (CVE-2013-1900);
* make REPLICATION privilege checks test current user not authenticated user (CVE-2013-1901);- For bugfixes please see: http://www.postgresql.org/docs/8.4/static/release-8-4-17.html- fixes [bnc#812525];
* Mon Feb 11 2013 lijewski.stefanAATTgmail.com- Security and bugfix release 8.4.16
* Prevent execution of enum_recv from SQL (CVE-2013-0255);- For bugfixes please see: http://www.postgresql.org/docs/8.4/static/release-8-4-16.html- fixes [bnc#802679];
* Mon Dec 17 2012 lijewski.stefanAATTgmail.com- update to 8.4.15 fixing following issues:
* issue with Hot Standby which could cause index corruption on the standby under some circumstances;
* timing issues with checkpoint and transaction ID wraparound which could cause data corruption in some cases;
* multiple issues with CREATE INDEX CONCURRENTLY and DROP INDEX CONCURRENTLY, which can cause those commands to fail or produce corrupt indexes.- For a complete list of changes, see http://www.postgresql.org/docs/8.4/static/release-8-4-15.html
* Tue Jun 05 2012 lijewski.stefanAATTzabka.pl- update to 8.4.12
* Tue Jan 17 2012 lijewski.stefanAATTzabka.pl- update to 8.4.10
* Wed Sep 16 2009 crrodriguezAATTnovell.com- use find_lang to package language files correctly
* Mon May 19 2008 schwabAATTsuse.de- Fix broken configure check.
* Thu Apr 10 2008 maxAATTsuse.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 2008 maxAATTsuse.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 06 2007 maxAATTsuse.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 2007 rguentherAATTsuse.de- Add bison, flex and zlib-devel BuildRequires.
* Tue Oct 17 2006 maxAATTsuse.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.