@@ -48,7 +48,7 @@ Migration to 7.2
48
48
49
49
50
50
51
- AS OF 2001-10-25
51
+ AS OF 2001-11-19
52
52
53
53
Bug Fixes
54
54
---------
@@ -74,6 +74,8 @@ ECPG fixes (Michael, Christof Petig)
74
74
PL/PgSQL trailing semicolon optional (Tom)
75
75
Fix path_inter, path_distance, path_length, dist_ppath to handle closed
76
76
paths (Curtis Barrett, Tom)
77
+ ALTER TABLE RENAME update foreign-key trigger arguments correctly (Brent Verner)
78
+ Long value compression improvement (Tom)
77
79
78
80
Enhancements
79
81
------------
@@ -153,6 +155,7 @@ Prompt for psql password from /dev/tty if possible
153
155
Allow SPI column functions to work for system columns (Tom)
154
156
Dynahash portability improvements (Tom)
155
157
Remove OID's from some system tables (Tom)
158
+ Remove 'triggered data change violation' error check (Tom)
156
159
157
160
Types
158
161
-----
@@ -186,6 +189,7 @@ New /contrib/tsearch full text indexing (Oleg, Teodor Sigaev)
186
189
Allow better selectivity with Nan and infinities in NUMERIC (Tom)
187
190
Add INTERVAL argument for SET TIME ZONE (Thomas)
188
191
Add INTERVAL() YEAR TO MONTH (etc) syntax (Thomas)
192
+ Optimize length() functions when using single-byte encodings (Tatsuo)
189
193
190
194
Performance
191
195
-----------
233
237
JDBC date/time test suite fixes (Liam Stewart)
234
238
Fix for SELECT 'id' AS xxx FROM table (Dave Cramer)
235
239
DatabaseMetaData patch to show precision properly (Mark Lillywhite)
240
+ New getImported/getExported keys (Jason Davies)
241
+ MD5 password encryption support (Jeremy Wohl)
242
+
236
243
ODBC
237
244
Remove query size limit (Hiroshi)
238
245
Remove text field size limit (Hiroshi)
242
249
Most configure options on setable via DSN (Hiroshi)
243
250
Multibyte, performance fixes (Hiroshi)
244
251
Allow driver to be used with iODBC or unixODBC (Peter E)
252
+ MD5 password encryption support (Bruce)
253
+
245
254
ECPG
246
255
EXECUTE ... INTO ... implemented
247
256
multiple row descriptor support (e.g. CARDINALITY)
@@ -291,6 +300,9 @@ Replace strcasecmp() with strcmp() where appropriate (Peter E)
291
300
Make PL/PgSQL use the backends type coersion code (Tom)
292
301
pgindent fixes, new pgjindent for java (Bruce, Tom)
293
302
Remove configure --enable-unicode-conversion, now enabled by multibyte (Tatsuo)
303
+ AIX fixes (Tatsuo, Andreas)
304
+ Allow parellel makes (Peter E)
305
+
294
306
295
307
------------------------------------------------------------------------
296
308
Release 7.1.3
@@ -594,7 +606,7 @@ New BeOS port (David Reid, Cyril Velter)
594
606
Add proofreader's changes to docs (Addison-Wesley, Bruce)
595
607
New Alpha spinlock code (Adriaan Joubert, Compaq)
596
608
Unixware port overhaul (Peter E)
597
- New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler)
609
+ New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler, Tom )
598
610
New FreeBSD Alpha port (Alfred)
599
611
Overhaul shared memory segments (Tom)
600
612
Add IBM S/390 support (Neale Ferguson)