Commit 7107c3d0 authored by Bruce Momjian's avatar Bruce Momjian

Update HISTORY to current changes.

parent 6bfc98b6
...@@ -48,7 +48,7 @@ Migration to 7.2 ...@@ -48,7 +48,7 @@ Migration to 7.2
AS OF 2001-10-25 AS OF 2001-11-19
Bug Fixes Bug Fixes
--------- ---------
...@@ -74,6 +74,8 @@ ECPG fixes (Michael, Christof Petig) ...@@ -74,6 +74,8 @@ ECPG fixes (Michael, Christof Petig)
PL/PgSQL trailing semicolon optional (Tom) PL/PgSQL trailing semicolon optional (Tom)
Fix path_inter, path_distance, path_length, dist_ppath to handle closed Fix path_inter, path_distance, path_length, dist_ppath to handle closed
paths (Curtis Barrett, Tom) paths (Curtis Barrett, Tom)
ALTER TABLE RENAME update foreign-key trigger arguments correctly (Brent Verner)
Long value compression improvement (Tom)
Enhancements Enhancements
------------ ------------
...@@ -153,6 +155,7 @@ Prompt for psql password from /dev/tty if possible ...@@ -153,6 +155,7 @@ Prompt for psql password from /dev/tty if possible
Allow SPI column functions to work for system columns (Tom) Allow SPI column functions to work for system columns (Tom)
Dynahash portability improvements (Tom) Dynahash portability improvements (Tom)
Remove OID's from some system tables (Tom) Remove OID's from some system tables (Tom)
Remove 'triggered data change violation' error check (Tom)
Types Types
----- -----
...@@ -186,6 +189,7 @@ New /contrib/tsearch full text indexing (Oleg, Teodor Sigaev) ...@@ -186,6 +189,7 @@ New /contrib/tsearch full text indexing (Oleg, Teodor Sigaev)
Allow better selectivity with Nan and infinities in NUMERIC (Tom) Allow better selectivity with Nan and infinities in NUMERIC (Tom)
Add INTERVAL argument for SET TIME ZONE (Thomas) Add INTERVAL argument for SET TIME ZONE (Thomas)
Add INTERVAL() YEAR TO MONTH (etc) syntax (Thomas) Add INTERVAL() YEAR TO MONTH (etc) syntax (Thomas)
Optimize length() functions when using single-byte encodings (Tatsuo)
Performance Performance
----------- -----------
...@@ -233,6 +237,9 @@ JDBC ...@@ -233,6 +237,9 @@ JDBC
JDBC date/time test suite fixes (Liam Stewart) JDBC date/time test suite fixes (Liam Stewart)
Fix for SELECT 'id' AS xxx FROM table (Dave Cramer) Fix for SELECT 'id' AS xxx FROM table (Dave Cramer)
DatabaseMetaData patch to show precision properly (Mark Lillywhite) DatabaseMetaData patch to show precision properly (Mark Lillywhite)
New getImported/getExported keys (Jason Davies)
MD5 password encryption support (Jeremy Wohl)
ODBC ODBC
Remove query size limit (Hiroshi) Remove query size limit (Hiroshi)
Remove text field size limit (Hiroshi) Remove text field size limit (Hiroshi)
...@@ -242,6 +249,8 @@ ODBC ...@@ -242,6 +249,8 @@ ODBC
Most configure options on setable via DSN (Hiroshi) Most configure options on setable via DSN (Hiroshi)
Multibyte, performance fixes (Hiroshi) Multibyte, performance fixes (Hiroshi)
Allow driver to be used with iODBC or unixODBC (Peter E) Allow driver to be used with iODBC or unixODBC (Peter E)
MD5 password encryption support (Bruce)
ECPG ECPG
EXECUTE ... INTO ... implemented EXECUTE ... INTO ... implemented
multiple row descriptor support (e.g. CARDINALITY) multiple row descriptor support (e.g. CARDINALITY)
...@@ -291,6 +300,9 @@ Replace strcasecmp() with strcmp() where appropriate (Peter E) ...@@ -291,6 +300,9 @@ Replace strcasecmp() with strcmp() where appropriate (Peter E)
Make PL/PgSQL use the backends type coersion code (Tom) Make PL/PgSQL use the backends type coersion code (Tom)
pgindent fixes, new pgjindent for java (Bruce, Tom) pgindent fixes, new pgjindent for java (Bruce, Tom)
Remove configure --enable-unicode-conversion, now enabled by multibyte (Tatsuo) Remove configure --enable-unicode-conversion, now enabled by multibyte (Tatsuo)
AIX fixes (Tatsuo, Andreas)
Allow parellel makes (Peter E)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.1.3 Release 7.1.3
...@@ -594,7 +606,7 @@ New BeOS port (David Reid, Cyril Velter) ...@@ -594,7 +606,7 @@ New BeOS port (David Reid, Cyril Velter)
Add proofreader's changes to docs (Addison-Wesley, Bruce) Add proofreader's changes to docs (Addison-Wesley, Bruce)
New Alpha spinlock code (Adriaan Joubert, Compaq) New Alpha spinlock code (Adriaan Joubert, Compaq)
Unixware port overhaul (Peter E) Unixware port overhaul (Peter E)
New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler) New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler, Tom)
New FreeBSD Alpha port (Alfred) New FreeBSD Alpha port (Alfred)
Overhaul shared memory segments (Tom) Overhaul shared memory segments (Tom)
Add IBM S/390 support (Neale Ferguson) Add IBM S/390 support (Neale Ferguson)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment