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

Commitd1e2d03

Browse files
committed
Stamp 7.3.1.
1 parent3502607 commitd1e2d03

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed

‎HISTORY

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,47 @@
66
Below is a subset of the changes that have gone into the development
77
branch of PostgreSQL since version 7.3. For a complete list of
88
changes, consult the CVS logs.
9+
10+
Information schema
11+
Domains now support CHECK constraints
12+
_________________________________________________________________
13+
14+
Release 7.3.1
15+
16+
Release date: 2002-12-18
17+
18+
This has a variety of fixes from 7.3.
19+
_________________________________________________________________
20+
21+
Migration to version 7.3.1
22+
23+
A dump/restore is *not* required for those running 7.3. However, it
24+
should be noted that the main PostgreSQL interface library, libpq, has
25+
a new major version number for this release, which may require
26+
recompilation of client code in certain cases.
27+
_________________________________________________________________
28+
29+
Changes
30+
31+
Fix a core dump of COPY TO when client/server encodings don't match (T
32+
om)
33+
Allow pg_dump to work with pre-7.2 servers (Tom)
34+
/contrib/adddepend fixes (Tom)
35+
Fix problem with deletion of per-user/per-database config settings (To
36+
m)
37+
/contrib/vacuumlo fix (Tom)
38+
Allow 'password' encryption even when pg_shadow contains MD5 passwords
39+
(Bruce)
40+
/contrib/dbmirror fix (Steven Singer)
41+
Optimizer fixes (Tom)
42+
/contrib/tsearch fixes (Teodor Sigaev, Magnus)
43+
Allow locale names to be mixed case (Nicolai Tufar)
44+
Increment libpq library's major version number (Bruce)
45+
pg_hba.conf error reporting fixes (Bruce, Neil)
46+
Add SCO Openserver 5.0.4 as a supported platform (Bruce)
47+
Prevent EXPLAIN from crashing server (Tom)
48+
SSL fixes (Nathan Mueller)
49+
Prevent composite column creation via ALTER TABLE (Tom)
950
_________________________________________________________________
1051

1152
Release 7.3

‎doc/src/sgml/release.sgml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.170 2002/12/14 00:24:23petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.171 2002/12/18 02:06:23momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -30,6 +30,58 @@ Domains now support CHECK constraints
3030

3131
</sect1>
3232

33+
<sect1 id="release-7-3-1">
34+
<title>Release 7.3.1</title>
35+
36+
<note>
37+
<title>Release date</title>
38+
<simpara>2002-12-18</simpara>
39+
</note>
40+
41+
<para>
42+
This has a variety of fixes from 7.3.
43+
</para>
44+
45+
46+
<sect2>
47+
<title>Migration to version 7.3.1</title>
48+
49+
<para>
50+
A dump/restore is <emphasis>not</emphasis> required for those
51+
running 7.3. However, it should be noted that the main PostgreSQL
52+
interface library, libpq, has a new major version number for this
53+
release, which may require recompilation of client code in certain
54+
cases.
55+
</para>
56+
</sect2>
57+
58+
<sect2>
59+
<title>Changes</title>
60+
61+
<para>
62+
<literallayout>
63+
Fix a core dump of COPY TO when client/server encodings don't match (Tom)
64+
Allow pg_dump to work with pre-7.2 servers (Tom)
65+
/contrib/adddepend fixes (Tom)
66+
Fix problem with deletion of per-user/per-database config settings (Tom)
67+
/contrib/vacuumlo fix (Tom)
68+
Allow 'password' encryption even when pg_shadow contains MD5 passwords (Bruce)
69+
/contrib/dbmirror fix (Steven Singer)
70+
Optimizer fixes (Tom)
71+
/contrib/tsearch fixes (Teodor Sigaev, Magnus)
72+
Allow locale names to be mixed case (Nicolai Tufar)
73+
Increment libpq library's major version number (Bruce)
74+
pg_hba.conf error reporting fixes (Bruce, Neil)
75+
Add SCO Openserver 5.0.4 as a supported platform (Bruce)
76+
Prevent EXPLAIN from crashing server (Tom)
77+
SSL fixes (Nathan Mueller)
78+
Prevent composite column creation via ALTER TABLE (Tom)
79+
</literallayout>
80+
</para>
81+
</sect2>
82+
</sect1>
83+
84+
3385
<sect1 id="release-7-3">
3486
<title>Release 7.3</title>
3587

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp