Logoj0ke.net Open Build Service > Projects > server:database:postgresql > postgresql > Changes
Sign Up | Log In

Changes of Revision 13

[-] Added postgresql.changes
x
 
1
@@ -0,0 +1,1183 @@
2
+-------------------------------------------------------------------
3
+Wed Nov  5 16:07:45 CET 2008 - max@suse.de
4
+
5
+- Bugfix release: 8.3.5
6
+  * Fix GiST index corruption due to marking the wrong index
7
+    entry "dead" after a deletion. This would result in index
8
+    searches failing to find rows they should have found.
9
+  * Fix backend crash when the client encoding cannot represent a
10
+    localized error message.
11
+  * Fix possible crash in bytea-to-XML mapping.
12
+  * Fix possible crash when deeply nested functions are invoked
13
+    from a trigger.
14
+  * Improve optimization of "expression" IN ("expression-list")
15
+    queries.
16
+  * Fix mis-expansion of rule queries when a sub-SELECT appears
17
+    in a function call in FROM, a multi-row VALUES list, or a
18
+    RETURNING list.
19
+  * Fix Assert failure during rescan of an IS NULL search of
20
+    a GiST index.
21
+  * Fix memory leak during rescan of a hashed aggregation plan.
22
+  * Ensure an error is reported when a newly-defined PL/pgSQL
23
+    trigger function is invoked as a normal function.
24
+  * Force a checkpoint before "CREATE DATABASE" starts to copy
25
+    files This prevents a possible failure if files had recently
26
+    been deleted in the source database.
27
+  * Prevent possible collision of relfilenode numbers when moving
28
+    a table to another tablespace with "ALTER SET TABLESPACE".
29
+  * Fix incorrect text search headline generation when single
30
+    query item matches first word of text.
31
+  * Fix improper display of fractional seconds in interval
32
+    values when using a non-ISO datestyle in an
33
+    "--enable-integer-datetimes" build.
34
+  * Make ILIKE compare characters case-insensitively even when
35
+    they're escaped.
36
+  * Ensure "DISCARD" is handled properly by statement logging.
37
+  * Fix incorrect logging of last-completed-transaction time
38
+    during PITR recovery.
39
+  * Ensure SPI_getvalue and SPI_getbinval behave correctly when
40
+    the passed tuple and tuple descriptor have different numbers
41
+    of columns.
42
+ * Fix small memory leak when using libpq's gsslib parameter.
43
+ * Ensure libgssapi is linked into libpq if needed.
44
+ * Fix ecpg's parsing of "CREATE ROLE".
45
+ * Fix recent breakage of pg_ctl restart.
46
+
47
+-------------------------------------------------------------------
48
+Thu Sep 25 13:19:09 CEST 2008 - max@suse.de
49
+
50
+- Bugfix release: 8.3.4
51
+- Issues fixed include autovacuum crashes reported by several
52
+  users, two Heap Only Tuple bugs, a foreign key failure
53
+  condition, a too-small lock address space, two Write Ahead Log
54
+  bugs, several planner mistakes, and numerous "corner condition"
55
+  bugs.
56
+
57
+-------------------------------------------------------------------
58
+Fri Sep  5 10:15:20 CEST 2008 - max@suse.de
59
+
60
+- New version: 8.3.3 with countless bug fixes over 8.3.1.
61
+- For details, see
62
+  http://www.postgresql.org/docs/8.3/static/release-8-3-2.html ,
63
+  http://www.postgresql.org/docs/8.3/static/release-8-3-3.html ,
64
+  or /usr/share/doc/packages/postgresql/HISTORY .
65
+
66
+-------------------------------------------------------------------
67
+Thu Aug 28 23:23:58 CEST 2008 - cthiel@suse.de
68
+
69
+- fix init script
70
+
71
+-------------------------------------------------------------------
72
+Mon May 19 18:31:54 CEST 2008 - schwab@suse.de
73
+
74
+- Fix broken configure check.
75
+
76
+-------------------------------------------------------------------
77
+Fri May  9 10:25:15 CEST 2008 - aj@suse.de
78
+
79
+- Add baselibs.conf.
80
+
81
+-------------------------------------------------------------------
82
+Fri Apr 18 11:37:38 CEST 2008 - max@suse.de
83
+
84
+- Removed static libs from postgresql-devel.
85
+- Removed more old Obsoletes: tags.
86
+- Fixed path to pid file in init script.
87
+- Moved "make check" to %check section
88
+- Silence some bogus rpmlint warnings
89
+
90
+-------------------------------------------------------------------
91
+Thu Apr 10 14:23:15 CEST 2008 - max@suse.de
92
+
93
+- Adopt the 8.3.1 package from Peter Eisentraut's OBS project.
94
+- New features in PostgreSQL 8.3 include:
95
+  * Full text search is integrated into the core database system
96
+  * Support for the SQL/XML standard, including new operators and
97
+    an XML data type
98
+  * Enumerated data types (ENUM)
99
+  * Arrays of composite types
100
+  * Universally Unique Identifier (UUID) data type
101
+  * Add control over whether NULLs sort first or last
102
+  * Updatable cursors
103
+  * Server configuration parameters can now be set on a
104
+    per-function basis
105
+  * User-defined types can now have type modifiers
106
+  * Automatically re-plan cached queries when table definitions
107
+    change or statistics are updated
108
+  * Numerous improvements in logging and statistics collection
109
+  * Support multiple concurrent autovacuum processes, and other
110
+    autovacuum improvements
111
+- Remove old provides/obsoletes tags for way-back package renames.
112
+
113
+-------------------------------------------------------------------
114
+Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
115
+
116
+- added baselibs.conf file to build xxbit packages
117
+  for multilib support
118
+
119
+-------------------------------------------------------------------
120
+Thu Jan 10 14:34:16 CET 2008 - max@suse.de
121
+
122
+- Update to 8.2.6 to fix five security issues:
123
+  - Index Functions Privilege Escalation: CVE-2007-6600
124
+  - Regular Expression Denial-of-Service: CVE-2007-4772,
125
+    CVE-2007-6067, CVE-2007-4769, #329282
126
+  - DBLink Privilege Escalation: CVE-2007-6601, #328403
127
+
128
+-------------------------------------------------------------------
129
+Wed Jun  6 16:02:58 CEST 2007 - max@suse.de
130
+
131
+- New version: 8.2.4
132
+- The list of changes between the 8.1 and 8.2 series is too long
133
+  to reproduce here. It can be found under
134
+  /usr/share/doc/packages/postgresql/HISTORY when the postgresql
135
+  package is installed or online at http://www.postgresql.org.
136
+- Splited the postgresql-pl package into individual packages for
137
+  PL/Perl, PL/Python and PL/Tcl.
138
+- Added a config file for SuSEfirewall2 (#247370).
139
+
140
+-------------------------------------------------------------------
141
+Thu Mar 29 14:32:16 CEST 2007 - rguenther@suse.de
142
+
143
+- Add bison, flex and zlib-devel BuildRequires.
144
+
145
+-------------------------------------------------------------------
146
+Tue Oct 17 15:01:57 CEST 2006 - max@suse.de
147
+
148
+- New patchlevel release: 8.1.5
149
+- Disallow aggregate functions in "UPDATE" commands, except within
150
+  sub-SELECTs. The behavior of such an aggregate was unpredictable,
151
+  and in 8.1.X could cause a crash, so it has been disabled.
152
+- Fix core dump when an untyped literal is taken as ANYARRAY.
153
+- Fix core dump in duration logging for extended query protocol when
154
+  a "COMMIT" or "ROLLBACK" is executed.
155
+- Fix mishandling of AFTER triggers when query contains a SQL function
156
+  returning multiple rows.
157
+- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
158
+- Fix string_to_array() to handle overlapping matches for the
159
+  separator string.
160
+- Fix to_timestamp() for AM/PM formats.
161
+- Fix autovacuum's calculation that decides whether "ANALYZE" is
162
+  needed.
163
+- Fix corner cases in pattern matching for psql's \d commands.
164
+- Fix index-corrupting bugs in /contrib/ltree.
165
+- Numerous robustness fixes in ecpg.
166
+- Fix backslash escaping in /contrib/dbmirror.
167
+- Minor fixes in /contrib/dblink and /contrib/tsearch2.
168
+- Efficiency improvements in hash tables and bitmap index scans.
169
+
170
+-------------------------------------------------------------------
171
+Wed May 24 10:24:26 CEST 2006 - max@suse.de
172
+
173
+- Update to 8.1.4 to fix SQL injection vulnerabilities
174
+  (bug #177931, CVE-2006-2313, CVE-2006-2314).
175
+
176
+- Added a new postgresql-SECURITY-NOTICE file with an FAQ that
177
+  explains the issues.
178
+
179
+-------------------------------------------------------------------
180
+Mon Feb 13 15:47:46 CET 2006 - max@suse.de
181
+
182
+- New version: 8.1.3 (#150376).
183
+- Relaxed dependencies between subpackages to simplify future
184
+  updates.
185
+
186
+-------------------------------------------------------------------
187
+Wed Jan 25 21:40:32 CET 2006 - mls@suse.de
188
+
189
+- converted neededforbuild to BuildRequires
190
+
191
+-------------------------------------------------------------------
192
+Fri Jan 13 17:21:31 CET 2006 - max@suse.de
193
+
194
+- Moved from logrotate to PostgreSQL's own log rotation facility.
195
+- Log files are now located under /var/lib/pgsql/data/pg_log .
196
+- Improved error reporting on test suite failures.
197
+
198
+-------------------------------------------------------------------
199
+Thu Dec 22 17:26:01 CET 2005 - max@suse.de
200
+
201