1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Fixups for 7.0.1

This commit is contained in:
Bruce Momjian
2000-06-01 05:14:35 +00:00
parent 7192cbb07d
commit 78cb38ccfb
9 changed files with 271 additions and 133 deletions

121
HISTORY
View File

@ -2,6 +2,42 @@
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.0.1
This is basically a cleanup release for 7.0.1
Migration to v7.0.1
A dump/restore is not required for those running 7.0.
Changes
-------
Fix many CLUSTER failures (Tom)
Allow ALTER TABLE RENAME works on indexes (Tom)
Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
Fix the off by one errors in ResultSet from 6.5.3, and more.
jdbc ResultSet fixes (Joseph Shraibman)
optimizer tunings (Tom)
Fix create user for pgaccess
Fix for UNLISTEN failure
IRIX fixes (David Kaelbling)
QNX fixes (Andreas Kardos)
Reduce COPY IN lock level (Tom)
Change libpqeasy to use PQconnectdb() style parameters (Bruce)
Fix pg_dump to handle OID indexes (Tom)
Fix small memory leak (Tom)
Solaris fix for createdb/dropdb
Fix for non-blocking connections (Alfred Perlstein)
Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce)
------------------------------------------------------------------------
Release 7.0
Release Notes
------------------------------------------------------------------------
Release 7.0 Release 7.0
This release shows the continued growth of PostgreSQL. There are more This release shows the continued growth of PostgreSQL. There are more
@ -35,7 +71,7 @@ Migration to v7.0
data from any previous release. For those upgrading from 6.5.*, you data from any previous release. For those upgrading from 6.5.*, you
can use pg_upgrade to upgrade to this release. can use pg_upgrade to upgrade to this release.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
Prevent function calls with more than maximum number of arguments (Tom) Prevent function calls with more than maximum number of arguments (Tom)
@ -362,6 +398,10 @@ Fixes for Alpha compiles
New multibyte encodings New multibyte encodings
------------------------------------------------------------------------
Release 6.5.3
Release Notes
------------------------------------------------------------------------
Release 6.5.3 Release 6.5.3
@ -372,11 +412,12 @@ Migration to v6.5.3
A dump/restore is not required for those running 6.5.*. A dump/restore is not required for those running 6.5.*.
Detailed Change List Changes
-------
Updated version of pgaccess 0.98 Updated version of pgaccess 0.98
NT-specific patch NT-specific patch
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.5.2 Release 6.5.2
Release Notes Release Notes
@ -391,8 +432,8 @@ Migration to v6.5.2
A dump/restore is not required for those running 6.5.*. A dump/restore is not required for those running 6.5.*.
Detailed Change List 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)
Fixes for CASE in WHERE join clauses(Tom) Fixes for CASE in WHERE join clauses(Tom)
@ -418,6 +459,7 @@ Repair logic error in LIKE: should not return LIKE_ABORT
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom) Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
Updated version of pgaccess 0.98 Updated version of pgaccess 0.98
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release Notes Release 6.5.1 Release Notes Release 6.5.1
Release Notes Release Notes
@ -432,8 +474,8 @@ Migration to v6.5.1
A dump/restore is not required for those running 6.5. A dump/restore is not required for those running 6.5.
Detailed Change List 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
Remove QUERY_LIMIT, use SELECT...LIMIT Remove QUERY_LIMIT, use SELECT...LIMIT
@ -458,6 +500,7 @@ Fixed glitches affecting GROUP BY in subselects(Tom)
Fix some compiler warnings (Tomoaki Nishiyama) Fix some compiler warnings (Tomoaki Nishiyama)
Add Win1250 (Czech) support (Pavel Behal) Add Win1250 (Czech) support (Pavel Behal)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.5.2 Release 6.5 Release 6.5.2 Release 6.5
Release Notes Release Notes
@ -576,7 +619,6 @@ These inconveniences will disappear in the future when the ability to read
dirty (uncommitted) data (regardless of isolation level) and true dirty (uncommitted) data (regardless of isolation level) and true
referential integrity will be implemented. referential integrity will be implemented.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -755,10 +797,11 @@ Migration to v6.4.2
A dump/restore is not required for those running 6.4.*. A dump/restore is not required for those running 6.4.*.
Detailed Change List Changes
-------
Fix for datetime constant problem on some platforms(Thomas) Fix for datetime constant problem on some platforms(Thomas)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.5 Release 6.4.1 Release 6.5 Release 6.4.1
Release Notes Release Notes
@ -773,8 +816,8 @@ Migration to v6.4.1
A dump/restore is not required for those running 6.4. A dump/restore is not required for those running 6.4.
Detailed Change List 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)
Fix for NOT in where clause causing crash(Bruce) Fix for NOT in where clause causing crash(Bruce)
@ -806,6 +849,7 @@ Add routines to help with single-byte (internal) character type(Thomas)
Compilation of libpq for Win32 fixes(Magnus) Compilation of libpq for Win32 fixes(Magnus)
Upgrade to PyGreSQL 2.2(D'Arcy) Upgrade to PyGreSQL 2.2(D'Arcy)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.4.2 Release 6.4 Release 6.4.2 Release 6.4
Release Notes Release Notes
@ -856,7 +900,6 @@ Migration to v6.4
A dump/restore using pg_dump or pg_dumpall is required for those wishing to A dump/restore using pg_dump or pg_dumpall is required for those wishing to
migrate data from any previous release of Postgres. migrate data from any previous release of Postgres.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -1051,6 +1094,7 @@ smarter perl configuration(Brook)
configure uses supplied install-sh if no install script found(Tom) configure uses supplied install-sh if no install script found(Tom)
new Makefile.shlib for shared library configuration(Tom) new Makefile.shlib for shared library configuration(Tom)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.4.1 Release 6.3.2 Release 6.4.1 Release 6.3.2
Release Notes Release Notes
@ -1077,7 +1121,6 @@ re-link any custom applications that use Postgres libraries.
For upgrades from pre-v6.3 installations, refer to the installation and For upgrades from pre-v6.3 installations, refer to the installation and
migration instructions for v6.3. migration instructions for v6.3.
Detailed Change List
Changes Changes
------- -------
@ -1100,6 +1143,7 @@ Remove DISTDIR(Bruce)
Makefile dependency cleanup(Jeroen van Vianen) Makefile dependency cleanup(Jeroen van Vianen)
ASSERT fixes(Bruce) ASSERT fixes(Bruce)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.4 Release 6.3.1 Release 6.4 Release 6.3.1
Release Notes Release Notes
@ -1125,7 +1169,6 @@ applications that use Postgres libraries.
For upgrades from pre-v6.3 installations, refer to the installation and For upgrades from pre-v6.3 installations, refer to the installation and
migration instructions for v6.3. migration instructions for v6.3.
Detailed Change List
Changes Changes
------- -------
@ -1157,6 +1200,7 @@ Fix for text arrays containing quotes(Doug Gibson)
Solaris compile fix(Albert Chin-A-Young) Solaris compile fix(Albert Chin-A-Young)
Better identify tcl and tk libs and includes(Bruce) Better identify tcl and tk libs and includes(Bruce)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.3.2 Release 6.3 Release 6.3.2 Release 6.3
Release Notes Release Notes
@ -1245,7 +1289,6 @@ Migration to v6.3
A dump/restore using pg_dump or pg_dumpall is required for those wishing to A dump/restore using pg_dump or pg_dumpall is required for those wishing to
migrate data from any previous release of Postgres. migrate data from any previous release of Postgres.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -1412,6 +1455,7 @@ Add string functions to regression suite(Thomas)
Expand a few function names formerly truncated to 16 characters(Thomas) Expand a few function names formerly truncated to 16 characters(Thomas)
Remove un-needed malloc() calls and replace with palloc()(Bruce) Remove un-needed malloc() calls and replace with palloc()(Bruce)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.3.1 Release 6.2.1 Release 6.3.1 Release 6.2.1
Release Notes Release Notes
@ -1449,10 +1493,9 @@ psql to update the existing system table:
This will need to be done to every existing database, including template1. This will need to be done to every existing database, including template1.
Detailed Change List
Changes in this release 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)
Support output of "now" and "current"(Thomas) Support output of "now" and "current"(Thomas)
@ -1465,6 +1508,7 @@ Fix for specifying a column twice in ORDER/GROUP BY(Vadim)
Documented new libpq function to return affected rows, PQcmdTuples(Bruce) Documented new libpq function to return affected rows, PQcmdTuples(Bruce)
Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan) Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.3 Release 6.2 Release 6.3 Release 6.2
Release Notes Release Notes
@ -1488,7 +1532,6 @@ Migration from v1.x to v6.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.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -1599,6 +1642,7 @@ Massive commit to run PGINDENT on all *.c and *.h files(Bruce)
Files moved to /src/tools directory(Bruce) Files moved to /src/tools directory(Bruce)
SPI and Trigger programming guides (Vadim & D'Arcy) SPI and Trigger programming guides (Vadim & D'Arcy)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.2.1 Release 6.1.1 Release 6.2.1 Release 6.1.1
Release Notes Release Notes
@ -1612,10 +1656,9 @@ This is a minor bug-fix release. A dump/reload is not required from v6.1,
but is required from any release prior to v6.1. Refer to the release notes but is required from any release prior to v6.1. Refer to the release notes
for v6.1 for more details. for v6.1 for more details.
Detailed Change List
Changes in this release 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)
new psql \connect option allows changing usernames without changing databases new psql \connect option allows changing usernames without changing databases
@ -1634,8 +1677,9 @@ Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
allow underscores in usernames(Bruce) allow underscores in usernames(Bruce)
pg_dumpall now returns proper status, portability fix(Bruce) pg_dumpall now returns proper status, portability fix(Bruce)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.2 Release 6.1 Release 6.1
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -1682,7 +1726,6 @@ the database in 6.1.
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.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -1779,8 +1822,9 @@ c++ include file cleanup(Bruce)
warn about buggy flex(Bruce) warn about buggy flex(Bruce)
DG-UX, Ultrix, Irix, AIX portability fixes DG-UX, Ultrix, Irix, AIX portability fixes
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.1.1 Release v6.0 Release v6.0
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -1799,7 +1843,6 @@ Migration from pre-v1.09 to v6.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.
Detailed Change List
Bug Fixes Bug Fixes
--------- ---------
@ -1905,8 +1948,9 @@ Restructured object file generation/location(Bryan, Marc)
Restructured port-specific file locations(Bryan, Marc) Restructured port-specific file locations(Bryan, Marc)
Unused/uninialized variables corrected Unused/uninialized variables corrected
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 6.1 Release v1.09 Release v1.09
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2001,8 +2045,9 @@ New Ports
* added BSDI 2.1 port * added BSDI 2.1 port
* added DGUX port * added DGUX port
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release v1.09 Release v1.01 Release v1.01
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2138,8 +2183,9 @@ Bug fixes:
* psql now returns non-zero status on errors when using -c * psql now returns non-zero status on errors when using -c
* applied public patches 1-14 * applied public patches 1-14
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release v1.02 Release v1.0 Release v1.0
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2187,8 +2233,9 @@ Bug fixes:
* btrees with multiple index never worked, now we tell you they don't * btrees with multiple index never worked, now we tell you they don't
work when you try to use them work when you try to use them
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release v1.01 Postgres95 Beta 0.03 Postgres95 Beta 0.03
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2302,8 +2349,9 @@ New utilities:
New documentation: New documentation:
* the user manual has been revised and libpq documentation added. * the user manual has been revised and libpq documentation added.
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release v1.0 Postgres95 Beta 0.02 Postgres95 Beta 0.02
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2346,7 +2394,7 @@ The following bugs have been fixed in postgres95-beta-0.02:
* wrong result using more than 1 aggregate in a SELECT * wrong result using more than 1 aggregate in a SELECT
------------------------------------------------------------------------ ------------------------------------------------------------------------
Postgres95 Beta 0.03 Postgres95 Beta 0.01 Postgres95 Beta 0.01
Release Notes Release Notes
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2354,8 +2402,9 @@ Postgres95 Beta 0.01
Initial release. Initial release.
------------------------------------------------------------------------ ------------------------------------------------------------------------
Postgres95 Beta 0.02 Timing Results Timing Results
Release Notes Release Notes
Prev Prev
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -2421,7 +2470,3 @@ v6.1
06:12 Pentium Pro 180, 32MB, EIDE, Linux 2.0.30, gcc 2.7.2 -O2 -m486 06:12 Pentium Pro 180, 32MB, EIDE, Linux 2.0.30, gcc 2.7.2 -O2 -m486
12:06 P-100, 48MB, Linux 2.0.29, gcc 12:06 P-100, 48MB, Linux 2.0.29, gcc
39:58 Sparc IPC 32MB, Solaris 2.5, gcc 2.7.2.1 -O -g 39:58 Sparc IPC 32MB, Solaris 2.5, gcc 2.7.2.1 -O -g
------------------------------------------------------------------------
Prev Home
Postgres95 Beta 0.01

19
INSTALL
View File

@ -1,11 +1,11 @@
Installation instructions for PostgreSQL 7.0. Installation instructions for PostgreSQL 7.0.1.
If you haven't gotten the PostgreSQL distribution, get it from If you haven't gotten the PostgreSQL distribution, get it from
ftp.postgresql.org, then unpack it: ftp.postgresql.org, then unpack it:
> gunzip postgresql-7.0.tar.gz > gunzip postgresql-7.0.1.tar.gz
> tar -xf postgresql-7.0.tar > tar -xf postgresql-7.0.1.tar
> mv postgresql-7.0 /usr/src > mv postgresql-7.0.1 /usr/src
Before you start Before you start
@ -151,7 +151,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
this (such as using OIDs as keys in tables), don't do it. this (such as using OIDs as keys in tables), don't do it.
Make sure to use the pg_dumpall command from the version you are Make sure to use the pg_dumpall command from the version you are
currently running. 7.0's pg_dumpall will not work on older databases. currently running. 7.0.1's pg_dumpall will not work on pre-7.0 databases.
However, if you are still using 6.0, do not use the pg_dumpall script However, if you are still using 6.0, do not use the pg_dumpall script
from 6.0 or everything will be owned by the PostgreSQL superuser after from 6.0 or everything will be owned by the PostgreSQL superuser after
you reload. In that case you should grab pg_dumpall from a later 6.x.x you reload. In that case you should grab pg_dumpall from a later 6.x.x
@ -164,6 +164,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
backup. If necessary, bring down postmaster, edit the permissions in file backup. If necessary, bring down postmaster, edit the permissions in file
/usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring /usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
postmaster back up. postmaster back up.
6. If you are upgrading an existing system then kill the database server 6. If you are upgrading an existing system then kill the database server
now. Type now. Type
@ -200,7 +201,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
works. works.
Also move the old directories out of the way. Type the following: If you used pg_dumpall, move the old directories out of the
way. Type the following:
> mv /usr/local/pgsql /usr/local/pgsql.old > mv /usr/local/pgsql /usr/local/pgsql.old
@ -284,8 +286,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
</dev/null >>server.log 2>>1 & </dev/null >>server.log 2>>1 &
11. If you are upgrading from an existing installation, dump your data back 11. If you did a pg_dumpall, reload your data back in:
in:
> /usr/local/pgsql/bin/psql -d template1 -f db.out > /usr/local/pgsql/bin/psql -d template1 -f db.out
@ -312,7 +313,7 @@ suggestions.
* You probably want to install the man and HTML documentation. Type * You probably want to install the man and HTML documentation. Type
> cd /usr/src/pgsql/postgresql-7.0/doc > cd /usr/src/pgsql/postgresql-7.0.1/doc
> gmake install > gmake install

2
README
View File

@ -2,7 +2,7 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95). as Postgres95).
This directory contains the development version of 7.0 of the PostgreSQL This directory contains the development version of 7.0.1 of the PostgreSQL
database server. The server is not ANSI SQL compliant, but it gets database server. The server is not ANSI SQL compliant, but it gets
closer with every release. After you unzip and untar the distribution closer with every release. After you unzip and untar the distribution
file, look at file INSTALL for the installation notes and file HISTORY file, look at file INSTALL for the installation notes and file HISTORY

View File

@ -27,7 +27,7 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) : Operating System (example: Linux 2.0.26 ELF) :
PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0 PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.1
Compiler used (example: gcc 2.8.0) : Compiler used (example: gcc 2.8.0) :

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:51 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.1 2000/06/01 05:14:31 momjian Exp $
--> -->
<chapter id="install"> <chapter id="install">
@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
<abstract> <abstract>
<para> <para>
Installation instructions for Installation instructions for
<productname>PostgreSQL</productname> 7.0. <productname>PostgreSQL</productname> 7.0.1.
</para> </para>
</abstract> </abstract>
@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
then unpack it: then unpack it:
<programlisting> <programlisting>
&gt; gunzip postgresql-7.0.tar.gz &gt; gunzip postgresql-7.0.1.tar.gz
&gt; tar -xf postgresql-7.0.tar &gt; tar -xf postgresql-7.0.1.tar
&gt; mv postgresql-7.0 /usr/src &gt; mv postgresql-7.0.1 /usr/src
</programlisting> </programlisting>
</para> </para>
@ -261,7 +261,7 @@ All of PostgreSQL is successfully made. Ready to install.
<para> <para>
Make sure to use the <application>pg_dumpall</application> Make sure to use the <application>pg_dumpall</application>
command from the version you are currently running. command from the version you are currently running.
7.0's <application>pg_dumpall</application> will not work on older databases. 7.0.1's <application>pg_dumpall</application> will not work on older databases.
However, if you are still using 6.0, do not use the However, if you are still using 6.0, do not use the
<application>pg_dumpall</application> script from 6.0 or everything will be <application>pg_dumpall</application> script from 6.0 or everything will be
owned by the <productname>PostgreSQL</productname> superuser after you owned by the <productname>PostgreSQL</productname> superuser after you
@ -329,7 +329,8 @@ All of PostgreSQL is successfully made. Ready to install.
</tip> </tip>
<para> <para>
Also move the old directories out of the way. Type the following: If you used pg_dumpall, move the old directories out of the way.
Type the following:
<programlisting> <programlisting>
&gt; mv /usr/local/pgsql /usr/local/pgsql.old &gt; mv /usr/local/pgsql /usr/local/pgsql.old
</programlisting> </programlisting>
@ -438,7 +439,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
<step performance="optional"> <step performance="optional">
<para> <para>
If you are upgrading from an existing installation, dump your data back in: If you did a pg_dumpall, reload your data back in:
<programlisting> <programlisting>
&gt; /usr/local/pgsql/bin/psql -d template1 -f db.out &gt; /usr/local/pgsql/bin/psql -d template1 -f db.out
</programlisting> </programlisting>
@ -485,7 +486,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
You probably want to install the <application>man</application> and You probably want to install the <application>man</application> and
<acronym>HTML</acronym> documentation. Type <acronym>HTML</acronym> documentation. Type
<programlisting> <programlisting>
&gt; cd /usr/src/pgsql/postgresql-7.0/doc &gt; cd /usr/src/pgsql/postgresql-7.0.1/doc
&gt; gmake install &gt; gmake install
</programlisting> </programlisting>
This will install files under <filename>/usr/local/pgsql/doc</filename> This will install files under <filename>/usr/local/pgsql/doc</filename>

View File

@ -1,10 +1,70 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49 2000/05/08 23:56:50 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.1 2000/06/01 05:14:31 momjian Exp $
--> -->
<chapter id="release"> <chapter id="release">
<title>Release Notes</title> <title>Release Notes</title>
<sect1>
<title>Release 7.0.1</title>
<!--
<docinfo>
<authorgroup>
<author>
<firstname>Bruce</firstname>
<surname>Momjian</surname>
</author>
</authorgroup>
<date>2000-06-01</date>
</docinfo>
-->
<para>
2000-06-01
</para>
<para>
This is basically a cleanup release for 7.0.
</para>
<sect2>
<title>Migration to v7.0.1</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
7.0.
</para>
</sect2>
<sect2>
<title>Changes</title>
<para>
<programlisting>
Fix many CLUSTER failures (Tom)
Allow ALTER TABLE RENAME works on indexes (Tom)
Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
Fix the off by one errors in ResultSet from 6.5.3, and more.
jdbc ResultSet fixes (Joseph Shraibman)
optimizer tunings (Tom)
Fix create user for pgaccess
Fix for UNLISTEN failure
IRIX fixes (David Kaelbling)
QNX fixes (Andreas Kardos)
Reduce COPY IN lock level (Tom)
Change libpqeasy to use PQconnectdb() style parameters (Bruce)
Fix pg_dump to handle OID indexes (Tom)
Fix small memory leak (Tom)
Solaris fix for createdb/dropdb
Fix for non-blocking connections (Alfred Perlstein)
Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce)
</programlisting>
</para>
</sect2>
</sect1>
<sect1> <sect1>
<title>Release 7.0</title> <title>Release 7.0</title>
<!-- <!--
@ -19,6 +79,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49 2000/05/08 23:56:50 mom
</docinfo> </docinfo>
--> -->
<para> <para>
2000-05-08
</para>
<para>
This release contains improvements in many areas, demonstrating This release contains improvements in many areas, demonstrating
the continued growth of <productname>PostgreSQL</productname>. the continued growth of <productname>PostgreSQL</productname>.
There are more improvements and fixes in 7.0 than in any previous There are more improvements and fixes in 7.0 than in any previous
@ -177,7 +240,6 @@ Ack! This isn't yet in the code?? - thomas 2000-04-30
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
Bug Fixes Bug Fixes
@ -516,10 +578,12 @@ New multibyte encodings
</docinfo> </docinfo>
--> -->
<para>
1999-10-13
</para>
<para> <para>
This is basically a cleanup release for 6.5.2. We have added a new This is basically a cleanup release for 6.5.2. We have added a new
pgaccess that was missing in 6.5.2, and installed an NT-specific pgaccess that was missing in 6.5.2, and installed an NT-specific fix.
fix.
</para> </para>
@ -532,7 +596,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -559,6 +623,9 @@ Fix dumping rules on inherited tables
</docinfo> </docinfo>
--> -->
<para>
1999-09-15
</para>
<para> <para>
This is basically a cleanup release for 6.5.1. We have fixed a variety of This is basically a cleanup release for 6.5.1. We have fixed a variety of
problems reported by 6.5.1 users. problems reported by 6.5.1 users.
@ -574,7 +641,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -622,6 +689,9 @@ Updated version of pgaccess 0.98
</docinfo> </docinfo>
--> -->
<para>
1999-07-15
</para>
<para> <para>
This is basically a cleanup release for 6.5. We have fixed a variety of This is basically a cleanup release for 6.5. We have fixed a variety of
problems reported by 6.5 users. problems reported by 6.5 users.
@ -637,7 +707,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -684,6 +754,9 @@ Add Win1250 (Czech) support (Pavel Behal)
</docinfo> </docinfo>
--> -->
<para>
1999-06-09
</para>
<para> <para>
This release marks a major step in the development team's mastery of the source This release marks a major step in the development team's mastery of the source
code we inherited from Berkeley. You will see we are now easily adding code we inherited from Berkeley. You will see we are now easily adding
@ -903,7 +976,6 @@ Add Win1250 (Czech) support (Pavel Behal)
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
Bug Fixes Bug Fixes
@ -1087,6 +1159,9 @@ New install commands for plpgsql(Jan)
</docinfo> </docinfo>
--> -->
<para>
1999-12-20
</para>
<para> <para>
The 6.4.1 release was improperly packaged. This also has one additional The 6.4.1 release was improperly packaged. This also has one additional
bug fix. bug fix.
@ -1102,7 +1177,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -1128,6 +1203,9 @@ Fix for datetime constant problem on some platforms(Thomas)
</docinfo> </docinfo>
--> -->
<para>
1999-12-18
</para>
<para> <para>
This is basically a cleanup release for 6.4. We have fixed a variety of This is basically a cleanup release for 6.4. We have fixed a variety of
problems reported by 6.4 users. problems reported by 6.4 users.
@ -1143,7 +1221,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -1198,6 +1276,9 @@ Upgrade to PyGreSQL 2.2(D'Arcy)
</docinfo> </docinfo>
--> -->
<para>
1998-10-30
</para>
<para> <para>
There are <emphasis>many</emphasis> new features and improvements in this release. There are <emphasis>many</emphasis> new features and improvements in this release.
Thanks to our developers and maintainers, nearly every aspect of the system Thanks to our developers and maintainers, nearly every aspect of the system
@ -1285,7 +1366,6 @@ previous release of <productname>Postgres</productname>.
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -1496,10 +1576,13 @@ new Makefile.shlib for shared library configuration(Tom)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date>Tue Apr 7 16:53:16 EDT 1998</date> <date>1998-04-07</date>
</docinfo> </docinfo>
--> -->
<para>
1998-04-07
</para>
<para> <para>
This is a bugfix release for 6.3.x. This is a bugfix release for 6.3.x.
Refer to the release notes for v6.3 for a more complete summary of new features. Refer to the release notes for v6.3 for a more complete summary of new features.
@ -1535,7 +1618,6 @@ refer to the installation and migration instructions for v6.3.
</para> </para>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -1573,12 +1655,13 @@ ASSERT fixes(Bruce)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1998-03-23</date>
Mon Mar 23 10:21:52 EST 1998
</date>
</docinfo> </docinfo>
--> -->
<para>
1998-03-23
</para>
<para> <para>
Summary: Summary:
@ -1621,7 +1704,6 @@ refer to the installation and migration instructions for v6.3.
</para> </para>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -1668,12 +1750,13 @@ Better identify tcl and tk libs and includes(Bruce)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1998-03-01</date>
Sun Mar 1 14:57:30 EST 1998
</date>
</docinfo> </docinfo>
--> -->
<para>
1998-03-01
</para>
<para> <para>
There are <emphasis>many</emphasis> new features and improvements in this release. There are <emphasis>many</emphasis> new features and improvements in this release.
Here is a brief, incomplete summary: Here is a brief, incomplete summary:
@ -1805,7 +1888,6 @@ previous release of <productname>Postgres</productname>.
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -1988,12 +2070,13 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1997-10-17</date>
Fri Oct 17 00:01:27 EDT 1997
</date>
</docinfo> </docinfo>
--> -->
<para>
1997-10-17
</para>
<para> <para>
v6.2.1 is a bug-fix and usability release on v6.2. v6.2.1 is a bug-fix and usability release on v6.2.
</para> </para>
@ -2047,12 +2130,11 @@ This will need to be done to every existing database, including template1.
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
Changes in this release 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)
Support output of "now" and "current"(Thomas) Support output of "now" and "current"(Thomas)
@ -2079,12 +2161,14 @@ Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1997-10-02
Thu Oct 02 12:53:46 EDT 1997
</date> </date>
</docinfo> </docinfo>
--> -->
<para>
1997-10-02
</para>
<para> <para>
A dump/restore is required for those wishing to migrate data from A dump/restore is required for those wishing to migrate data from
previous releases of <productname>Postgres</productname>. previous releases of <productname>Postgres</productname>.
@ -2113,7 +2197,6 @@ because the COPY output format was improved from the 1.02 release.
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -2240,9 +2323,7 @@ SPI and Trigger programming guides (Vadim & D'Arcy)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1997-07-22</date>
Mon Jul 22 18:04:49 EDT 1997
</date>
</docinfo> </docinfo>
--> -->
@ -2250,6 +2331,9 @@ Mon Jul 22 18:04:49 EDT 1997
<sect2> <sect2>
<title>Migration from v6.1 to v6.1.1</title> <title>Migration from v6.1 to v6.1.1</title>
<para>
1997-07-22
</para>
<para> <para>
This is a minor bug-fix release. A dump/reload is not required from v6.1, This is a minor bug-fix release. A dump/reload is not required from v6.1,
but is required from any release prior to v6.1. but is required from any release prior to v6.1.
@ -2258,12 +2342,11 @@ Refer to the release notes for v6.1 for more details.
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
Changes in this release 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)
new psql \connect option allows changing usernames without changing databases new psql \connect option allows changing usernames without changing databases
@ -2296,12 +2379,13 @@ pg_dumpall now returns proper status, portability fix(Bruce)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1997-06-08</date>
Sun Jun 8 14:41:13 EDT 1997
</date>
</docinfo> </docinfo>
--> -->
<para>
1997-06-08
</para>
<para> <para>
The regression tests have been adapted and extensively modified for the The regression tests have been adapted and extensively modified for the
v6.1 release of <productname>Postgres</productname>. v6.1 release of <productname>Postgres</productname>.
@ -2362,7 +2446,6 @@ because the COPY output format was improved from the 1.02 release.
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -2475,12 +2558,13 @@ DG-UX, Ultrix, Irix, AIX portability fixes
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1997-01-29</date>
Wed Jan 29 00:19:54 EST 1997
</date>
</docinfo> </docinfo>
--> -->
<para>
1997-01-29
</para>
<para> <para>
A dump/restore is required for those wishing to migrate data from A dump/restore is required for those wishing to migrate data from
previous releases of <productname>Postgres</productname>. previous releases of <productname>Postgres</productname>.
@ -2505,7 +2589,6 @@ because the COPY output format was improved from the 1.02 release.
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title>
<para> <para>
<programlisting> <programlisting>
@ -2634,6 +2717,8 @@ Unknown
--> -->
<para> <para>
Unknown
Sorry, we stopped keeping track of changes from 1.02 to 1.09. Some of Sorry, we stopped keeping track of changes from 1.02 to 1.09. Some of
the changes listed in 6.0 were actually included in the 1.02.1 to 1.09 the changes listed in 6.0 were actually included in the 1.02.1 to 1.09
releases. releases.
@ -2650,15 +2735,16 @@ releases.
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1996-08-01</date>
Thu Aug 1 18:00:00 EDT 1996
</date>
</docinfo> </docinfo>
--> -->
<sect2> <sect2>
<title>Migration from v1.02 to v1.02.1</title> <title>Migration from v1.02 to v1.02.1</title>
<para>
1996-08-01
</para>
<para> <para>
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.
@ -2735,7 +2821,7 @@ create operator !~* (leftarg = varchar, rightarg = text, procedure = texticregex
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -2807,15 +2893,16 @@ Contributors (appologies to any missed)
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1996-02-23</date>
Fri Feb 23 18:20:36 PST 1996
</date>
</docinfo> </docinfo>
--> -->
<sect2> <sect2>
<title>Migration from v1.0 to v1.01</title> <title>Migration from v1.0 to v1.01</title>
<para>
1996-02-23
</para>
<para> <para>
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.
@ -2955,7 +3042,7 @@ create operator !~* (leftarg = text, rightarg = text, procedure = texticregexne)
</sect2> </sect2>
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para> <para>
<programlisting> <programlisting>
@ -3006,15 +3093,16 @@ Bug fixes:
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1995-09-05</date>
Tue Sep 5 11:24:11 PDT 1995
</date>
</docinfo> </docinfo>
--> -->
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para>
1995-09-05
</para>
<para> <para>
<programlisting> <programlisting>
Copyright change: Copyright change:
@ -3071,15 +3159,16 @@ Bug fixes:
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1995-07-21</date>
Fri Jul 21 14:49:31 PDT 1995
</date>
</docinfo> </docinfo>
--> -->
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para>
1995-07-21
</para>
<para> <para>
<programlisting> <programlisting>
Incompatible changes: Incompatible changes:
@ -3202,15 +3291,16 @@ New documentation:
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1995-03-25</date>
Thu May 25 16:54:46 PDT 1995
</date>
</docinfo> </docinfo>
--> -->
<sect2> <sect2>
<title>Detailed Change List</title> <title>Changes</title>
<para>
1995-03-25
</para>
<para> <para>
<programlisting> <programlisting>
Incompatible changes: Incompatible changes:
@ -3261,12 +3351,13 @@ The following bugs have been fixed in postgres95-beta-0.02:
<surname>Momjian</surname> <surname>Momjian</surname>
</author> </author>
</authorgroup> </authorgroup>
<date> <date>1995-05-01</date>
Mon May 1 19:03:10 PDT 1995
</date>
</docinfo> </docinfo>
--> -->
<para>
1995-05-01
</para>
<para> <para>
Initial release. Initial release.
</para> </para>

View File

@ -1,5 +1,5 @@
(2000-05-08) (2000-06-01)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive. work or play with PostgreSQL more productive.

View File

@ -4,7 +4,7 @@
* this file contains the interface to version.c. * this file contains the interface to version.c.
* Also some parameters. * Also some parameters.
* *
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.8 1999/11/01 02:33:32 momjian Exp $ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.8.2.1 2000/06/01 05:14:33 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -16,7 +16,7 @@ void SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE "7" #define PG_RELEASE "7"
#define PG_VERSION "0" #define PG_VERSION "0"
#define PG_SUBVERSION "0" #define PG_SUBVERSION "1"
#define PG_VERFILE "PG_VERSION" #define PG_VERFILE "PG_VERSION"

View File

@ -1,8 +1,8 @@
#include <winver.h> #include <winver.h>
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,0,0,0 FILEVERSION 7,0,1,0
PRODUCTVERSION 7,0,0,0 PRODUCTVERSION 7,0,1,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
FILEFLAGS 0 FILEFLAGS 0
FILEOS VOS__WINDOWS32 FILEOS VOS__WINDOWS32
@ -15,13 +15,13 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "\0" VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0" VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "7, 0, 0, 0\0" VALUE "FileVersion", "7, 0, 1, 0\0"
VALUE "InternalName", "libpq\0" VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2000\0" VALUE "LegalCopyright", "Copyright (C) 2000\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0" VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0" VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "7, 0, 0, 0\0" VALUE "ProductVersion", "7, 0, 1, 0\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"