Changes of Revision 9
[-] | Added | postgresql-pl.changes |
x 1
2 +------------------------------------------------------------------- 3 +Mon May 19 18:31:54 CEST 2008 - schwab@suse.de 4 + 5 +- Fix broken configure check. 6 + 7 +------------------------------------------------------------------- 8 +Thu Apr 10 14:23:15 CEST 2008 - max@suse.de 9 + 10 +- Adopt the 8.3.1 package from Peter Eisentraut's OBS project. 11 +- New features in PostgreSQL 8.3 include: 12 + * Full text search is integrated into the core database system 13 + * Support for the SQL/XML standard, including new operators and an 14 + XML data type 15 + * Enumerated data types (ENUM) 16 + * Arrays of composite types 17 + * Universally Unique Identifier (UUID) data type 18 + * Add control over whether NULLs sort first or last 19 + * Updatable cursors 20 + * Server configuration parameters can now be set on a per-function 21 + basis 22 + * User-defined types can now have type modifiers 23 + * Automatically re-plan cached queries when table definitions 24 + change or statistics are updated 25 + * Numerous improvements in logging and statistics collection 26 + * Support multiple concurrent autovacuum processes, and other 27 + autovacuum improvements 28 +- Add baselibs.conf 29 +- Remove old provides/obsoletes tags for way-back package renames. 30 + 31 +------------------------------------------------------------------- 32 +Thu Jan 10 14:34:16 CET 2008 - max@suse.de 33 + 34 +- Update to 8.2.6 to fix five security issues: 35 + - Index Functions Privilege Escalation: CVE-2007-6600 36 + - Regular Expression Denial-of-Service: CVE-2007-4772, 37 + CVE-2007-6067, CVE-2007-4769, #329282 38 + - DBLink Privilege Escalation: CVE-2007-6601, #328403 39 + 40 +------------------------------------------------------------------- 41 +Wed Jun 6 16:02:58 CEST 2007 - max@suse.de 42 + 43 +- New version: 8.2.4 44 +- The list of changes between the 8.1 and 8.2 series is too long 45 + to reproduce here. It can be found under 46 + /usr/share/doc/packages/postgresql/HISTORY when the postgresql 47 + package is installed or online at http://www.postgresql.org. 48 +- Splited the postgresql-pl package into individual packages for 49 + PL/Perl, PL/Python and PL/Tcl. 50 +- Added a config file for SuSEfirewall2 (#247370). 51 + 52 +------------------------------------------------------------------- 53 +Thu Mar 29 14:32:16 CEST 2007 - rguenther@suse.de 54 + 55 +- Add bison, flex and zlib-devel BuildRequires. 56 + 57 +------------------------------------------------------------------- 58 +Tue Oct 17 15:01:57 CEST 2006 - max@suse.de 59 + 60 +- New patchlevel release: 8.1.5 61 +- Disallow aggregate functions in "UPDATE" commands, except within 62 + sub-SELECTs. The behavior of such an aggregate was unpredictable, 63 + and in 8.1.X could cause a crash, so it has been disabled. 64 +- Fix core dump when an untyped literal is taken as ANYARRAY. 65 +- Fix core dump in duration logging for extended query protocol when 66 + a "COMMIT" or "ROLLBACK" is executed. 67 +- Fix mishandling of AFTER triggers when query contains a SQL function 68 + returning multiple rows. 69 +- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause. 70 +- Fix string_to_array() to handle overlapping matches for the 71 + separator string. 72 +- Fix to_timestamp() for AM/PM formats. 73 +- Fix autovacuum's calculation that decides whether "ANALYZE" is 74 + needed. 75 +- Fix corner cases in pattern matching for psql's \d commands. 76 +- Fix index-corrupting bugs in /contrib/ltree. 77 +- Numerous robustness fixes in ecpg. 78 +- Fix backslash escaping in /contrib/dbmirror. 79 +- Minor fixes in /contrib/dblink and /contrib/tsearch2. 80 +- Efficiency improvements in hash tables and bitmap index scans. 81 + 82 +------------------------------------------------------------------- 83 +Wed May 24 10:24:26 CEST 2006 - max@suse.de 84 + 85 +- Update to 8.1.4 to fix SQL injection vulnerabilities 86 + (bug #177931, CVE-2006-2313, CVE-2006-2314). 87 + 88 +- Added a new postgresql-SECURITY-NOTICE file with an FAQ that 89 + explains the issues. 90 + 91 +------------------------------------------------------------------- 92 +Mon Feb 13 15:47:46 CET 2006 - max@suse.de 93 + 94 +- New version: 8.1.3 (#150376). 95 +- Relaxed dependencies between subpackages to simplify future 96 + updates. 97 + 98 +------------------------------------------------------------------- 99 +Wed Jan 25 21:40:32 CET 2006 - mls@suse.de 100 + 101 +- converted neededforbuild to BuildRequires 102 + 103 +------------------------------------------------------------------- 104 +Fri Jan 13 17:21:31 CET 2006 - max@suse.de 105 + 106 +- Moved from logrotate to PostgreSQL's own log rotation facility. 107 +- Log files are now located under /var/lib/pgsql/data/pg_log . 108 +- Improved error reporting on test suite failures. 109 + 110 +------------------------------------------------------------------- 111 +Thu Dec 22 17:26:01 CET 2005 - max@suse.de 112 + 113 +- New version: 8.1.1 114 + 115 +------------------------------------------------------------------- 116 +Fri Jun 17 09:50:16 CEST 2005 - max@suse.de 117 + 118 +- Removed bogus %patch3 119 + 120 +------------------------------------------------------------------- 121 +Thu Jun 2 18:59:06 CEST 2005 - max@suse.de 122 + 123 +- Added postgresql-CAN-2005-1409-1410-fix.sh for fixing existing 124 + installations, and referred to it in the SECURITY-NOTICE. 125 + 126 +------------------------------------------------------------------- 127 +Tue May 17 18:56:40 CEST 2005 - max@suse.de 128 + 129 +- Added postgresql-SECURITY-NOTICE to describe the manual actions 130 + that are needed to apply the bugfixes from 8.0.3 to existing 131 + installations. 132 + 133 +------------------------------------------------------------------- 134 +Tue May 10 18:06:54 CEST 2005 - max@suse.de 135 + 136 +- New patch release: 8.0.3 137 +- Fixes bug #82869, CAN-2005-1410, and CAN-2005-1409 138 +- Obsoletes postgresql-CAN-2005-0247.patch 139 + 140 +------------------------------------------------------------------- 141 +Mon Apr 11 13:35:34 CEST 2005 - max@suse.de 142 + 143 +- New patch release: 8.0.2 144 + 145 +------------------------------------------------------------------- 146 +Mon Apr 4 16:11:06 CEST 2005 - uli@suse.de 147 + 148 +- hardwire thread safety to yes (test may hang QEMU) 149 + 150 +------------------------------------------------------------------- 151 +Fri Apr 1 13:38:46 CEST 2005 - uli@suse.de 152 + 153 +- ignore regressions on ARM 154 + 155 +------------------------------------------------------------------- 156 +Wed Mar 16 19:56:30 CET 2005 - max@suse.de 157 + 158 +- Prevent the wrapper libs from ending up in the provides list. 159 + 160 +------------------------------------------------------------------- 161 +Mon Mar 14 18:14:27 CET 2005 - max@suse.de 162 + 163 +- Added postgresql-CAN-2005-0247.patch to fix bug #65692. 164 + 165 +------------------------------------------------------------------- 166 +Fri Mar 11 20:55:19 CET 2005 - max@suse.de 167 + 168 +- Added some wrapper libs so that old postmaster binaries, back 169 + to at least 8.1/SLES8 can still be started. 170 +- Extended the init script to use the wrapper libs when needed. 171 +- Setting a senseful umask when creating the postmaster backups 172 + in %pre. 173 + 174 +------------------------------------------------------------------- 175 +Mon Feb 7 11:41:18 CET 2005 - max@suse.de 176 + 177 +- New patch release: 8.0.1 178 +- Fixes a vulnerability in the LOAD command. 179 + 180 +------------------------------------------------------------------- 181 +Wed Jan 19 11:23:32 CET 2005 - max@suse.de 182 + 183 +- Update to the final 8.0.0 release. 184 + 185 +------------------------------------------------------------------- 186 +Wed Dec 22 20:36:21 CET 2004 - max@suse.de 187 + 188 +- New version: 8.0.0rc2 189 + 190 +------------------------------------------------------------------- 191 +Fri Dec 10 17:48:44 CET 2004 - max@suse.de 192 + 193 +- New version: 8.0.0rc1 194 +- Recoded README.SuSE.de to UTF-8. 195 + 196 +------------------------------------------------------------------- 197 +Fri Dec 3 16:44:58 CET 2004 - max@suse.de 198 + 199 +- New version: 8.0.0beta5 200 + 201 |