Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63a8127

Browse files
committed
Brand 7.0.3.
1 parentbfecc6a commit63a8127

File tree

14 files changed

+923
-735
lines changed

14 files changed

+923
-735
lines changed

‎HISTORY

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,68 @@
22
Release Notes
33
------------------------------------------------------------------------
44

5+
Release 7.0.3
6+
7+
This has a variety of fixes from 7.0.2.
8+
9+
Migration to v7.0.3
10+
11+
A dump/restore is not required for those running 7.0.*.
12+
13+
Changes
14+
-------
15+
Jdbc fixes (Peter)
16+
Large object fix (Tom)
17+
Fix lean in COPY WITH OIDS leak (Tom)
18+
Fix backwards-index-scan (Tom)
19+
Fix SELECT ... FOR UPDATE so it checks for duplicate keys (Hiroshi)
20+
Add --enable-syslog to configure (Marc)
21+
Fix abort transaction at backend exit in rare cases (Tom)
22+
Fix for psql \l+ when multi-byte enabled (Tatsuo)
23+
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
24+
Make vacuum always flush buffers (Tom)
25+
Fix to allow cancel while waiting for a lock (Hiroshi)
26+
Fix for memory aloocation problem in user authentication code (Tom)
27+
Remove bogus use of int4out() (Tom)
28+
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
29+
Fix for failure of triggers on heap open in certain cases (Jeroen van
30+
Vianen)
31+
Fix for erroneous selectivity of not-equals (Tom)
32+
Fix for erroneous use of strcmp() (Tom)
33+
Fix for bug where storage manager accesses items beyond end of file
34+
(Tom)
35+
Fix to include kernel errno message in all smgr elog messages (Tom)
36+
Fix for '.' not in PATH at build time (SL Baur)
37+
Fix for out-of-file-descriptors error (Tom)
38+
Fix to make pg_dump dump 'iscachable' flag for functions (Tom)
39+
Fix for subselect in targetlist of Append node (Tom)
40+
Fix for mergejoin plans (Tom)
41+
Fix TRUNCATE failure on relations with indexes (Tom)
42+
Avoid database-wide restart on write error (Hiroshi)
43+
Fix nodeMaterial to honor chgParam by recomputing its output (Tom)
44+
Fix VACUUM problem with moving chain of update tuples when source and
45+
destination of a tuple lie on the same page (Tom)
46+
Fix user.c CommandCounterIncrement (Tom)
47+
Fix for AM/PM boundary problem in to_char() (Karel Zak)
48+
Fix TIME aggregate handling (Tom)
49+
Fix to_char() to avoid coredump on NULL input. (Tom)
50+
Buffer fix (Tom)
51+
Fix for inserting/copying longer multibyte strings into bpchar data
52+
types (Tatsuo)
53+
54+
55+
------------------------------------------------------------------------
56+
Release 7.0.2
57+
Release Notes
58+
------------------------------------------------------------------------
59+
560
Release 7.0.2
661

762
This is a repackaging of 7.0.1 with added documentation.
863

964
Migration to v7.0.2
1065

11-
A dump/restore is not required for those running 7.*.
66+
A dump/restore is not required for those running 7.0.*.
1267

1368
Changes
1469
-------

‎INSTALL

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Installation instructions for PostgreSQL 7.0.2.
1+
Installation instructions for PostgreSQL 7.0.3.
22

33
If you haven't gotten the PostgreSQL distribution, get it from
44
ftp.postgresql.org, then unpack it:
55

6-
> gunzip postgresql-7.0.2.tar.gz
7-
> tar -xf postgresql-7.0.2.tar
8-
> mv postgresql-7.0.2 /usr/src
6+
> gunzip postgresql-7.0.3.tar.gz
7+
> tar -xf postgresql-7.0.3.tar
8+
> mv postgresql-7.0.3 /usr/src
99

1010

1111
Before you start
@@ -152,7 +152,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
152152
this (such as using OIDs as keys in tables), don't do it.
153153

154154
Make sure to use the pg_dumpall command from the version you are
155-
currently running. 7.0.2's pg_dumpall should not be used on older
155+
currently running. 7.0.3's pg_dumpall should not be used on older
156156
databases.
157157

158158
Caution
@@ -312,7 +312,7 @@ suggestions:
312312

313313
* You probably want to install the man and HTML documentation. Type
314314

315-
> cd /usr/src/pgsql/postgresql-7.0.2/doc
315+
> cd /usr/src/pgsql/postgresql-7.0.3/doc
316316
> gmake install
317317

318318

‎README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL Data Base Management System (formerly known as Postgres, then
33
as Postgres95).
44

5-
This directory contains the development version of 7.0.2 of the PostgreSQL
5+
This directory contains the development version of 7.0.3 of the PostgreSQL
66
database server. The server is not ANSI SQL compliant, but it gets
77
closer with every release. After you unzip and untar the distribution
88
file, look at file INSTALL for the installation notes and file HISTORY

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp