mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
Fix release notes and installation instructions for 7.3.1 release.
This commit is contained in:
162
HISTORY
162
HISTORY
@@ -8,35 +8,37 @@
|
|||||||
This has a variety of fixes from 7.3.
|
This has a variety of fixes from 7.3.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.3.1
|
Migration to version 7.3.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.3. However, it
|
A dump/restore is *not* required for those running 7.3. However, it
|
||||||
should be noted that the main PostgreSQL interface library, libpq, has
|
should be noted that the main PostgreSQL interface library, libpq, has
|
||||||
a new major version number for this release, which may require
|
a new major version number for this release, which will require that
|
||||||
recompilation of client code in certain cases.
|
client code using libpq be relinked.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix a core dump of COPY TO when client/server encodings don't match (T
|
Fix a core dump of COPY TO when client/server encodings don't match
|
||||||
om)
|
(Tom)
|
||||||
Allow pg_dump to work with pre-7.2 servers (Tom)
|
Allow pg_dump to work with pre-7.2 servers (Tom)
|
||||||
/contrib/adddepend fixes (Tom)
|
contrib/adddepend fixes (Tom)
|
||||||
Fix problem with deletion of per-user/per-database config settings (To
|
Fix problem with deletion of per-user/per-database config settings
|
||||||
m)
|
(Tom)
|
||||||
/contrib/vacuumlo fix (Tom)
|
contrib/vacuumlo fix (Tom)
|
||||||
Allow 'password' encryption even when pg_shadow contains MD5 passwords
|
Allow 'password' encryption even when pg_shadow contains MD5 passwords
|
||||||
(Bruce)
|
(Bruce)
|
||||||
/contrib/dbmirror fix (Steven Singer)
|
contrib/dbmirror fix (Steven Singer)
|
||||||
Optimizer fixes (Tom)
|
Optimizer fixes (Tom)
|
||||||
/contrib/tsearch fixes (Teodor Sigaev, Magnus)
|
contrib/tsearch fixes (Teodor Sigaev, Magnus)
|
||||||
Allow locale names to be mixed case (Nicolai Tufar)
|
Fix encoding name resolution to work in Turkish locale (Nicolai Tufar)
|
||||||
Increment libpq library's major version number (Bruce)
|
Increment libpq library's major version number (Bruce)
|
||||||
pg_hba.conf error reporting fixes (Bruce, Neil)
|
pg_hba.conf error reporting fixes (Bruce, Neil)
|
||||||
Add SCO Openserver 5.0.4 as a supported platform (Bruce)
|
Add SCO OpenServer 5.0.4 as a supported platform (Bruce)
|
||||||
Prevent EXPLAIN from crashing server (Tom)
|
Prevent EXPLAIN from crashing server (Tom)
|
||||||
SSL fixes (Nathan Mueller)
|
SSL fixes (Nathan Mueller)
|
||||||
Prevent composite column creation via ALTER TABLE (Tom)
|
Prevent composite column creation via ALTER TABLE (Tom)
|
||||||
|
Fix conversion between LATIN9 and UNICODE (Peter)
|
||||||
|
Translation updates
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Release 7.3
|
Release 7.3
|
||||||
@@ -44,7 +46,7 @@
|
|||||||
Release date: 2002-11-27
|
Release date: 2002-11-27
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
|
|
||||||
Major changes in this release:
|
Major changes in this release:
|
||||||
|
|
||||||
@@ -99,7 +101,7 @@
|
|||||||
result types.
|
result types.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.3
|
Migration to version 7.3
|
||||||
|
|
||||||
A dump/restore using pg_dump is required for those wishing to migrate
|
A dump/restore using pg_dump is required for those wishing to migrate
|
||||||
data from any previous release. If your application examines the
|
data from any previous release. If your application examines the
|
||||||
@@ -134,7 +136,7 @@
|
|||||||
integer field. Formerly, it was silently interpreted as 0.
|
integer field. Formerly, it was silently interpreted as 0.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Server Operation
|
Server Operation
|
||||||
|
|
||||||
@@ -573,12 +575,12 @@ Contrib
|
|||||||
possible data loss.
|
possible data loss.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.2.3
|
Migration to version 7.2.3
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.2.X.
|
A dump/restore is *not* required for those running 7.2.X.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Prevent possible compressed transaction log loss (Tom)
|
Prevent possible compressed transaction log loss (Tom)
|
||||||
Prevent non-superuser from increasing most recent vacuum info (Tom)
|
Prevent non-superuser from increasing most recent vacuum info (Tom)
|
||||||
@@ -595,12 +597,12 @@ Contrib
|
|||||||
This has a variety of fixes from 7.2.1.
|
This has a variety of fixes from 7.2.1.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.2.2
|
Migration to version 7.2.2
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.2.X.
|
A dump/restore is *not* required for those running 7.2.X.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
|
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
|
||||||
Fix for compressed transaction log id wraparound (Tom)
|
Fix for compressed transaction log id wraparound (Tom)
|
||||||
@@ -626,12 +628,12 @@ Contrib
|
|||||||
This has a variety of fixes from 7.2.
|
This has a variety of fixes from 7.2.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.2.1
|
Migration to version 7.2.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.2.
|
A dump/restore is *not* required for those running 7.2.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Ensure that sequence counters do not go backwards after a crash (Tom)
|
Ensure that sequence counters do not go backwards after a crash (Tom)
|
||||||
Fix pgaccess kanji-coversion key binding (Tatsuo)
|
Fix pgaccess kanji-coversion key binding (Tatsuo)
|
||||||
@@ -658,7 +660,7 @@ Contrib
|
|||||||
Release date: 2002-02-04
|
Release date: 2002-02-04
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
|
|
||||||
This release improves PostgreSQL for use in high-volume applications.
|
This release improves PostgreSQL for use in high-volume applications.
|
||||||
|
|
||||||
@@ -696,7 +698,7 @@ Contrib
|
|||||||
languages.
|
languages.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.2
|
Migration to version 7.2
|
||||||
|
|
||||||
A dump/restore using "pg_dump" is required for those wishing to
|
A dump/restore using "pg_dump" is required for those wishing to
|
||||||
migrate data from any previous release.
|
migrate data from any previous release.
|
||||||
@@ -725,7 +727,7 @@ Contrib
|
|||||||
clauses, e.g. LIMIT 10 OFFSET 20.
|
clauses, e.g. LIMIT 10 OFFSET 20.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Server Operation
|
Server Operation
|
||||||
|
|
||||||
@@ -1107,12 +1109,12 @@ Contrib
|
|||||||
Release date: 2001-08-15
|
Release date: 2001-08-15
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.1.3
|
Migration to version 7.1.3
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.1.X.
|
A dump/restore is *not* required for those running 7.1.X.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Remove unused WAL segements of large transactions (Tom)
|
Remove unused WAL segements of large transactions (Tom)
|
||||||
Multiaction rule fix (Tom)
|
Multiaction rule fix (Tom)
|
||||||
@@ -1134,12 +1136,12 @@ Cygwin build (Jason Tishler)
|
|||||||
This has one fix from 7.1.1.
|
This has one fix from 7.1.1.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.1.2
|
Migration to version 7.1.2
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.1.X.
|
A dump/restore is *not* required for those running 7.1.X.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix PL/pgSQL SELECTs when returning no rows
|
Fix PL/pgSQL SELECTs when returning no rows
|
||||||
Fix for psql backslash core dump
|
Fix for psql backslash core dump
|
||||||
@@ -1156,12 +1158,12 @@ pg_dump cleanups
|
|||||||
This has a variety of fixes from 7.1.
|
This has a variety of fixes from 7.1.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.1.1
|
Migration to version 7.1.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.1.
|
A dump/restore is *not* required for those running 7.1.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix for numeric MODULO operator (Tom)
|
Fix for numeric MODULO operator (Tom)
|
||||||
pg_dump fixes (Philip)
|
pg_dump fixes (Philip)
|
||||||
@@ -1224,13 +1226,13 @@ Python fixes (Darcy)
|
|||||||
default. Subqueries in FROM are now supported.
|
default. Subqueries in FROM are now supported.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.1
|
Migration to version 7.1
|
||||||
|
|
||||||
A dump/restore using pg_dump is required for those wishing to migrate
|
A dump/restore using pg_dump is required for those wishing to migrate
|
||||||
data from any previous release.
|
data from any previous release.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -1427,12 +1429,12 @@ New FreeBSD tools ipc_check, start-scripts/freebsd
|
|||||||
This has a variety of fixes from 7.0.2.
|
This has a variety of fixes from 7.0.2.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.0.3
|
Migration to version 7.0.3
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.0.*.
|
A dump/restore is *not* required for those running 7.0.*.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Jdbc fixes (Peter)
|
Jdbc fixes (Peter)
|
||||||
Large object fix (Tom)
|
Large object fix (Tom)
|
||||||
@@ -1483,12 +1485,12 @@ Fix for crash of backend, on abort (Tom)
|
|||||||
This is a repackaging of 7.0.1 with added documentation.
|
This is a repackaging of 7.0.1 with added documentation.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.0.2
|
Migration to version 7.0.2
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.*.
|
A dump/restore is *not* required for those running 7.*.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Added documentation to tarball.
|
Added documentation to tarball.
|
||||||
|
|
||||||
@@ -1501,12 +1503,12 @@ Added documentation to tarball.
|
|||||||
This is a cleanup release for 7.0.
|
This is a cleanup release for 7.0.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.0.1
|
Migration to version 7.0.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 7.0.
|
A dump/restore is *not* required for those running 7.0.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix many CLUSTER failures (Tom)
|
Fix many CLUSTER failures (Tom)
|
||||||
Allow ALTER TABLE RENAME works on indexes (Tom)
|
Allow ALTER TABLE RENAME works on indexes (Tom)
|
||||||
@@ -1567,7 +1569,7 @@ ecpg changes (Michael)
|
|||||||
are available, as are column correlation names.
|
are available, as are column correlation names.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 7.0
|
Migration to version 7.0
|
||||||
|
|
||||||
A dump/restore using pg_dump is required for those wishing to migrate
|
A dump/restore using pg_dump is required for those wishing to migrate
|
||||||
data from any previous release of PostgreSQL. For those upgrading from
|
data from any previous release of PostgreSQL. For those upgrading from
|
||||||
@@ -1598,7 +1600,7 @@ ecpg changes (Michael)
|
|||||||
geometric types.
|
geometric types.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -1931,12 +1933,12 @@ New multibyte encodings
|
|||||||
PgAccess that was missing in 6.5.2, and installed an NT-specific fix.
|
PgAccess that was missing in 6.5.2, and installed an NT-specific fix.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.5.3
|
Migration to version 6.5.3
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 6.5.*.
|
A dump/restore is *not* required for those running 6.5.*.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Updated version of pgaccess 0.98
|
Updated version of pgaccess 0.98
|
||||||
NT-specific patch
|
NT-specific patch
|
||||||
@@ -1952,12 +1954,12 @@ Fix dumping rules on inherited tables
|
|||||||
of problems reported by 6.5.1 users.
|
of problems reported by 6.5.1 users.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.5.2
|
Migration to version 6.5.2
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 6.5.*.
|
A dump/restore is *not* required for those running 6.5.*.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
subselect+CASE fixes(Tom)
|
subselect+CASE fixes(Tom)
|
||||||
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
|
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
|
||||||
@@ -1996,12 +1998,12 @@ Updated version of pgaccess 0.98
|
|||||||
of problems reported by 6.5 users.
|
of problems reported by 6.5 users.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.5.1
|
Migration to version 6.5.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 6.5.
|
A dump/restore is *not* required for those running 6.5.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Add NT README file
|
Add NT README file
|
||||||
Portability fixes for linux_ppc, IRIX, linux_alpha, OpenBSD, alpha
|
Portability fixes for linux_ppc, IRIX, linux_alpha, OpenBSD, alpha
|
||||||
@@ -2099,7 +2101,7 @@ Add Win1250 (Czech) support (Pavel Behal)
|
|||||||
CVSup.
|
CVSup.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.5
|
Migration to version 6.5
|
||||||
|
|
||||||
A dump/restore using pg_dump is required for those wishing to migrate
|
A dump/restore using pg_dump is required for those wishing to migrate
|
||||||
data from any previous release of PostgreSQL. pg_upgrade can *not* be
|
data from any previous release of PostgreSQL. pg_upgrade can *not* be
|
||||||
@@ -2145,7 +2147,7 @@ Multiversion Concurrency Control
|
|||||||
referential integrity will be implemented.
|
referential integrity will be implemented.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -2322,12 +2324,12 @@ New install commands for plpgsql(Jan)
|
|||||||
additional bug fix.
|
additional bug fix.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.4.2
|
Migration to version 6.4.2
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 6.4.*.
|
A dump/restore is *not* required for those running 6.4.*.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix for datetime constant problem on some platforms(Thomas)
|
Fix for datetime constant problem on some platforms(Thomas)
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
@@ -2340,12 +2342,12 @@ Fix for datetime constant problem on some platforms(Thomas)
|
|||||||
of problems reported by 6.4 users.
|
of problems reported by 6.4 users.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.4.1
|
Migration to version 6.4.1
|
||||||
|
|
||||||
A dump/restore is *not* required for those running 6.4.
|
A dump/restore is *not* required for those running 6.4.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Add pg_dump -N flag to force double quotes around identifiers. This is
|
Add pg_dump -N flag to force double quotes around identifiers. This is
|
||||||
the default(Thomas)
|
the default(Thomas)
|
||||||
@@ -2418,13 +2420,13 @@ Upgrade to PyGreSQL 2.2(D'Arcy)
|
|||||||
it has ever been.
|
it has ever been.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.4
|
Migration to version 6.4
|
||||||
|
|
||||||
A dump/restore using pg_dump or pg_dumpall is required for those
|
A dump/restore using pg_dump or pg_dumpall is required for those
|
||||||
wishing to migrate data from any previous release of PostgreSQL.
|
wishing to migrate data from any previous release of PostgreSQL.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -2647,7 +2649,7 @@ new Makefile.shlib for shared library configuration(Tom)
|
|||||||
migration instructions for version 6.3.
|
migration instructions for version 6.3.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Configure detection improvements for tcl/tk(Brook Milligan, Alvin)
|
Configure detection improvements for tcl/tk(Brook Milligan, Alvin)
|
||||||
Manual page improvements(Bruce)
|
Manual page improvements(Bruce)
|
||||||
@@ -2690,7 +2692,7 @@ ASSERT fixes(Bruce)
|
|||||||
migration instructions for version 6.3.
|
migration instructions for version 6.3.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
ecpg cleanup/fixes, now version 1.1(Michael Meskes)
|
ecpg cleanup/fixes, now version 1.1(Michael Meskes)
|
||||||
pg_user cleanup(Bruce)
|
pg_user cleanup(Bruce)
|
||||||
@@ -2803,13 +2805,13 @@ Better identify tcl and tk libs and includes(Bruce)
|
|||||||
using are no longer needed.
|
using are no longer needed.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.3
|
Migration to version 6.3
|
||||||
|
|
||||||
A dump/restore using pg_dump or pg_dumpall is required for those
|
A dump/restore using pg_dump or pg_dumpall is required for those
|
||||||
wishing to migrate data from any previous release of PostgreSQL.
|
wishing to migrate data from any previous release of PostgreSQL.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -2997,7 +2999,7 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce)
|
|||||||
notes for instructions.
|
notes for instructions.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 6.2 to version 6.2.1
|
Migration from version 6.2 to version 6.2.1
|
||||||
|
|
||||||
This is a minor bug-fix release. A dump/reload is not required from
|
This is a minor bug-fix release. A dump/reload is not required from
|
||||||
version 6.2, but is required from any release prior to 6.2.
|
version 6.2, but is required from any release prior to 6.2.
|
||||||
@@ -3015,7 +3017,7 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce)
|
|||||||
template1.
|
template1.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Allow TIME and TYPE column names(Thomas)
|
Allow TIME and TYPE column names(Thomas)
|
||||||
Allow larger range of true/false as boolean values(Thomas)
|
Allow larger range of true/false as boolean values(Thomas)
|
||||||
@@ -3039,7 +3041,7 @@ Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
|
|||||||
previous releases of PostgreSQL.
|
previous releases of PostgreSQL.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 6.1 to version 6.2
|
Migration from version 6.1 to version 6.2
|
||||||
|
|
||||||
This migration requires a complete dump of the 6.1 database and a
|
This migration requires a complete dump of the 6.1 database and a
|
||||||
restore of the database in 6.2.
|
restore of the database in 6.2.
|
||||||
@@ -3048,13 +3050,13 @@ Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
|
|||||||
used to dump the 6.1 database.
|
used to dump the 6.1 database.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 1.x to version 6.2
|
Migration from version 1.x to version 6.2
|
||||||
|
|
||||||
Those migrating from earlier 1.* releases should first upgrade to 1.09
|
Those migrating from earlier 1.* releases should first upgrade to 1.09
|
||||||
because the COPY output format was improved from the 1.02 release.
|
because the COPY output format was improved from the 1.02 release.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -3175,14 +3177,14 @@ SPI and Trigger programming guides (Vadim & D'Arcy)
|
|||||||
Release date: 1997-07-22
|
Release date: 1997-07-22
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 6.1 to version 6.1.1
|
Migration from version 6.1 to version 6.1.1
|
||||||
|
|
||||||
This is a minor bug-fix release. A dump/reload is not required from
|
This is a minor bug-fix release. A dump/reload is not required from
|
||||||
version 6.1, but is required from any release prior to 6.1. Refer to
|
version 6.1, but is required from any release prior to 6.1. Refer to
|
||||||
the release notes for 6.1 for more details.
|
the release notes for 6.1 for more details.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
fix for SET with options (Thomas)
|
fix for SET with options (Thomas)
|
||||||
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
|
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
|
||||||
@@ -3243,7 +3245,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
|
|||||||
on my test machine (Linux/gcc/i686).
|
on my test machine (Linux/gcc/i686).
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration to version 6.1
|
Migration to version 6.1
|
||||||
|
|
||||||
This migration requires a complete dump of the 6.0 database and a
|
This migration requires a complete dump of the 6.0 database and a
|
||||||
restore of the database in 6.1.
|
restore of the database in 6.1.
|
||||||
@@ -3252,7 +3254,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
|
|||||||
because the COPY output format was improved from the 1.02 release.
|
because the COPY output format was improved from the 1.02 release.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -3358,19 +3360,19 @@ DG/UX, Ultrix, IRIX, AIX portability fixes
|
|||||||
previous releases of PostgreSQL.
|
previous releases of PostgreSQL.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 1.09 to version 6.0
|
Migration from version 1.09 to version 6.0
|
||||||
|
|
||||||
This migration requires a complete dump of the 1.09 database and a
|
This migration requires a complete dump of the 1.09 database and a
|
||||||
restore of the database in 6.0.
|
restore of the database in 6.0.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from pre-1.09 to version 6.0
|
Migration from pre-1.09 to version 6.0
|
||||||
|
|
||||||
Those migrating from earlier 1.* releases should first upgrade to 1.09
|
Those migrating from earlier 1.* releases should first upgrade to 1.09
|
||||||
because the COPY output format was improved from the 1.02 release.
|
because the COPY output format was improved from the 1.02 release.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
@@ -3493,7 +3495,7 @@ Unused/uninialized variables corrected
|
|||||||
Release date: 1996-08-01
|
Release date: 1996-08-01
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 1.02 to version 1.02.1
|
Migration from version 1.02 to version 1.02.1
|
||||||
|
|
||||||
Here is a new migration file for 1.02.1. It includes the 'copy' change
|
Here is a new migration file for 1.02.1. It includes the 'copy' change
|
||||||
and a script to convert old ASCII files.
|
and a script to convert old ASCII files.
|
||||||
@@ -3521,7 +3523,7 @@ Unused/uninialized variables corrected
|
|||||||
present in 1.02. This is not a cause for concern.
|
present in 1.02. This is not a cause for concern.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Dump/Reload Procedure
|
Dump/Reload Procedure
|
||||||
|
|
||||||
If you are trying to reload a pg_dump or text-mode, copy tablename to
|
If you are trying to reload a pg_dump or text-mode, copy tablename to
|
||||||
stdout generated with a previous version, you will need to run the
|
stdout generated with a previous version, you will need to run the
|
||||||
@@ -3545,7 +3547,7 @@ create operator !~* (leftarg = varchar, rightarg = text, procedure = texticrege
|
|||||||
xne);
|
xne);
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Source code maintenance and development
|
Source code maintenance and development
|
||||||
* worldwide team of volunteers
|
* worldwide team of volunteers
|
||||||
@@ -3579,7 +3581,7 @@ New Ports
|
|||||||
Release date: 1996-02-23
|
Release date: 1996-02-23
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Migration from version 1.0 to version 1.01
|
Migration from version 1.0 to version 1.01
|
||||||
|
|
||||||
The following notes are for the benefit of users who want to migrate
|
The following notes are for the benefit of users who want to migrate
|
||||||
databases from Postgres95 1.0 to Postgres95 1.01.
|
databases from Postgres95 1.0 to Postgres95 1.01.
|
||||||
@@ -3669,7 +3671,7 @@ create operator !~* (leftarg = text, rightarg = text, procedure = texticregexne
|
|||||||
);
|
);
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Incompatibilities:
|
Incompatibilities:
|
||||||
* 1.01 is backwards compatible with 1.0 database provided the user
|
* 1.01 is backwards compatible with 1.0 database provided the user
|
||||||
@@ -3710,7 +3712,7 @@ Bug fixes:
|
|||||||
Release date: 1995-09-05
|
Release date: 1995-09-05
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Copyright change:
|
Copyright change:
|
||||||
* The copyright of Postgres 1.0 has been loosened to be freely modifiable
|
* The copyright of Postgres 1.0 has been loosened to be freely modifiable
|
||||||
@@ -3758,7 +3760,7 @@ Bug fixes:
|
|||||||
Release date: 1995-07-21
|
Release date: 1995-07-21
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Incompatible changes:
|
Incompatible changes:
|
||||||
* BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
|
* BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
|
||||||
@@ -3872,7 +3874,7 @@ New documentation:
|
|||||||
Release date: 1995-05-25
|
Release date: 1995-05-25
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Incompatible changes:
|
Incompatible changes:
|
||||||
* The SQL statement for creating a database is 'CREATE DATABASE' instead
|
* The SQL statement for creating a database is 'CREATE DATABASE' instead
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.103.2.22 2002/12/11 22:27:34 momjian Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.103.2.23 2002/12/18 23:38:08 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
@@ -1566,22 +1566,6 @@ gunzip -c user.ps.gz \
|
|||||||
Magnus Naeslund (<email>mag@fbab.net</email>)</entry>
|
Magnus Naeslund (<email>mag@fbab.net</email>)</entry>
|
||||||
<entry>2.4.19-pre6</entry>
|
<entry>2.4.19-pre6</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">Linux</></entry>
|
|
||||||
<entry><systemitem>armv4l</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-12-10,
|
|
||||||
Mark Knox (<email>segfault@hardline.org</email>)</entry>
|
|
||||||
<entry>2.2.x</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">Linux</></entry>
|
|
||||||
<entry><systemitem>MIPS</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-11-15,
|
|
||||||
Hisao Shibuya (<email>shibuya@alpha.or.jp</>)</entry>
|
|
||||||
<entry>2.0.x; <productname>Cobalt Qube2</></entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">Linux</></entry>
|
<entry><systemitem class="osname">Linux</></entry>
|
||||||
<entry><systemitem>PlayStation 2</></entry>
|
<entry><systemitem>PlayStation 2</></entry>
|
||||||
@@ -1632,14 +1616,6 @@ gunzip -c user.ps.gz \
|
|||||||
10.2.1, Adam Witney (<email>awitney@sghms.ac.uk</email>)</entry>
|
10.2.1, Adam Witney (<email>awitney@sghms.ac.uk</email>)</entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>Alpha</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-11-20,
|
|
||||||
Thomas Thai (<email>tom@minnesota.com</email>)</entry>
|
|
||||||
<entry>1.5W</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
<entry><systemitem>arm32</></entry>
|
<entry><systemitem>arm32</></entry>
|
||||||
@@ -1648,46 +1624,6 @@ gunzip -c user.ps.gz \
|
|||||||
Patrick Welche (<email>prlw1@newn.cam.ac.uk</email>)</entry>
|
Patrick Welche (<email>prlw1@newn.cam.ac.uk</email>)</entry>
|
||||||
<entry>1.6</entry>
|
<entry>1.6</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>m68k</></entry>
|
|
||||||
<entry>7.0</entry>
|
|
||||||
<entry>2000-04-10,
|
|
||||||
Henry B. Hotz (<email>hotz@jpl.nasa.gov</email>)</entry>
|
|
||||||
<entry>Mac 8xx</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>MIPS</></entry>
|
|
||||||
<entry>7.2.1</entry>
|
|
||||||
<entry>2002-06-13,
|
|
||||||
Warwick Hunter (<email>whunter@agile.tv</email>)</entry>
|
|
||||||
<entry>1.5.3</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>PPC</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-11-28,
|
|
||||||
Bill Studenmund (<email>wrstuden@netbsd.org</email>)</entry>
|
|
||||||
<entry>1.5</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>Sparc</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-12-03,
|
|
||||||
Matthew Green (<email>mrg@eterna.com.au</email>)</entry>
|
|
||||||
<entry>32- and 64-bit builds</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
|
||||||
<entry><systemitem>VAX</></entry>
|
|
||||||
<entry>7.1</entry>
|
|
||||||
<entry>2001-03-30,
|
|
||||||
Tom I. Helbekkmo (<email>tih@kpnQwest.no</email>)</entry>
|
|
||||||
<entry>1.5</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">NetBSD</></entry>
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
<entry><systemitem>x86</></entry>
|
<entry><systemitem>x86</></entry>
|
||||||
@@ -1736,13 +1672,6 @@ gunzip -c user.ps.gz \
|
|||||||
Martin Renters (<email>martin@datafax.com</email>)</entry>
|
Martin Renters (<email>martin@datafax.com</email>)</entry>
|
||||||
<entry>5.8; see also <filename>doc/FAQ_Solaris</filename></entry>
|
<entry>5.8; see also <filename>doc/FAQ_Solaris</filename></entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<entry><systemitem class="osname">SunOS 4</></entry>
|
|
||||||
<entry><systemitem>Sparc</></entry>
|
|
||||||
<entry>7.2</entry>
|
|
||||||
<entry>2001-12-04, Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
|
|
||||||
<entry></entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">Tru64 UNIX</></entry>
|
<entry><systemitem class="osname">Tru64 UNIX</></entry>
|
||||||
<entry><systemitem>Alpha</></entry>
|
<entry><systemitem>Alpha</></entry>
|
||||||
@@ -1825,6 +1754,22 @@ gunzip -c user.ps.gz \
|
|||||||
<entry>1998-03-01, Brian E Gallew (<email>geek+@cmu.edu</email>)</entry>
|
<entry>1998-03-01, Brian E Gallew (<email>geek+@cmu.edu</email>)</entry>
|
||||||
<entry>no recent reports</entry>
|
<entry>no recent reports</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">Linux</></entry>
|
||||||
|
<entry><systemitem>armv4l</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-12-10,
|
||||||
|
Mark Knox (<email>segfault@hardline.org</email>)</entry>
|
||||||
|
<entry>2.2.x</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">Linux</></entry>
|
||||||
|
<entry><systemitem>MIPS</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-11-15,
|
||||||
|
Hisao Shibuya (<email>shibuya@alpha.or.jp</>)</entry>
|
||||||
|
<entry>2.0.x; <productname>Cobalt Qube2</></entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">MkLinux DR1</></entry>
|
<entry><systemitem class="osname">MkLinux DR1</></entry>
|
||||||
<entry><systemitem>PPC750</></entry>
|
<entry><systemitem>PPC750</></entry>
|
||||||
@@ -1832,6 +1777,54 @@ gunzip -c user.ps.gz \
|
|||||||
<entry>2001-04-03, Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
|
<entry>2001-04-03, Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
|
||||||
<entry>7.1 needs OS update?</entry>
|
<entry>7.1 needs OS update?</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>Alpha</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-11-20,
|
||||||
|
Thomas Thai (<email>tom@minnesota.com</email>)</entry>
|
||||||
|
<entry>1.5W</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>m68k</></entry>
|
||||||
|
<entry>7.0</entry>
|
||||||
|
<entry>2000-04-10,
|
||||||
|
Henry B. Hotz (<email>hotz@jpl.nasa.gov</email>)</entry>
|
||||||
|
<entry>Mac 8xx</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>MIPS</></entry>
|
||||||
|
<entry>7.2.1</entry>
|
||||||
|
<entry>2002-06-13,
|
||||||
|
Warwick Hunter (<email>whunter@agile.tv</email>)</entry>
|
||||||
|
<entry>1.5.3</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>PPC</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-11-28,
|
||||||
|
Bill Studenmund (<email>wrstuden@netbsd.org</email>)</entry>
|
||||||
|
<entry>1.5</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>Sparc</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-12-03,
|
||||||
|
Matthew Green (<email>mrg@eterna.com.au</email>)</entry>
|
||||||
|
<entry>32- and 64-bit builds</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">NetBSD</></entry>
|
||||||
|
<entry><systemitem>VAX</></entry>
|
||||||
|
<entry>7.1</entry>
|
||||||
|
<entry>2001-03-30,
|
||||||
|
Tom I. Helbekkmo (<email>tih@kpnQwest.no</email>)</entry>
|
||||||
|
<entry>1.5</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">NeXTSTEP</></entry>
|
<entry><systemitem class="osname">NeXTSTEP</></entry>
|
||||||
<entry><systemitem>x86</></entry>
|
<entry><systemitem>x86</></entry>
|
||||||
@@ -1856,6 +1849,13 @@ gunzip -c user.ps.gz \
|
|||||||
<entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
|
<entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
|
||||||
<entry>patches available in archives, but too late for 7.2</entry>
|
<entry>patches available in archives, but too late for 7.2</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><systemitem class="osname">SunOS 4</></entry>
|
||||||
|
<entry><systemitem>Sparc</></entry>
|
||||||
|
<entry>7.2</entry>
|
||||||
|
<entry>2001-12-04, Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
|
||||||
|
<entry></entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">System V R4</></entry>
|
<entry><systemitem class="osname">System V R4</></entry>
|
||||||
<entry><systemitem>m88k</></entry>
|
<entry><systemitem>m88k</></entry>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.5 2002/12/18 02:07:24 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.6 2002/12/18 23:38:08 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@@ -24,9 +24,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.5 2002/12/18 02:07:2
|
|||||||
<para>
|
<para>
|
||||||
A dump/restore is <emphasis>not</emphasis> required for those
|
A dump/restore is <emphasis>not</emphasis> required for those
|
||||||
running 7.3. However, it should be noted that the main PostgreSQL
|
running 7.3. However, it should be noted that the main PostgreSQL
|
||||||
interface library, libpq, has a new major version number for this
|
interface library, <application>libpq</application>, has a new
|
||||||
release, which may require recompilation of client code in certain
|
major version number for this release, which will require that
|
||||||
cases.
|
client code using <application>libpq</application> be relinked.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@@ -35,22 +35,27 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.5 2002/12/18 02:07:2
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<literallayout>
|
<literallayout>
|
||||||
Fix a core dump of COPY TO when client/server encodings don't match (Tom)
|
Fix a core dump of COPY TO when client/server encodings don't match
|
||||||
|
(Tom)
|
||||||
Allow pg_dump to work with pre-7.2 servers (Tom)
|
Allow pg_dump to work with pre-7.2 servers (Tom)
|
||||||
/contrib/adddepend fixes (Tom)
|
contrib/adddepend fixes (Tom)
|
||||||
Fix problem with deletion of per-user/per-database config settings (Tom)
|
Fix problem with deletion of per-user/per-database config settings
|
||||||
/contrib/vacuumlo fix (Tom)
|
(Tom)
|
||||||
Allow 'password' encryption even when pg_shadow contains MD5 passwords (Bruce)
|
contrib/vacuumlo fix (Tom)
|
||||||
/contrib/dbmirror fix (Steven Singer)
|
Allow 'password' encryption even when pg_shadow contains MD5 passwords
|
||||||
|
(Bruce)
|
||||||
|
contrib/dbmirror fix (Steven Singer)
|
||||||
Optimizer fixes (Tom)
|
Optimizer fixes (Tom)
|
||||||
/contrib/tsearch fixes (Teodor Sigaev, Magnus)
|
contrib/tsearch fixes (Teodor Sigaev, Magnus)
|
||||||
Allow locale names to be mixed case (Nicolai Tufar)
|
Fix encoding name resolution to work in Turkish locale (Nicolai Tufar)
|
||||||
Increment libpq library's major version number (Bruce)
|
Increment libpq library's major version number (Bruce)
|
||||||
pg_hba.conf error reporting fixes (Bruce, Neil)
|
pg_hba.conf error reporting fixes (Bruce, Neil)
|
||||||
Add SCO Openserver 5.0.4 as a supported platform (Bruce)
|
Add SCO OpenServer 5.0.4 as a supported platform (Bruce)
|
||||||
Prevent EXPLAIN from crashing server (Tom)
|
Prevent EXPLAIN from crashing server (Tom)
|
||||||
SSL fixes (Nathan Mueller)
|
SSL fixes (Nathan Mueller)
|
||||||
Prevent composite column creation via ALTER TABLE (Tom)
|
Prevent composite column creation via ALTER TABLE (Tom)
|
||||||
|
Fix conversion between LATIN9 and UNICODE (Peter)
|
||||||
|
Translation updates
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user