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

Commita7e8987

Browse files
committed
Stamp 7.3.4.
1 parentc72839d commita7e8987

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 42 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.198 2003/07/17 00:55:36 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.199 2003/07/23 04:08:42 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -60,6 +60,47 @@ Object owners can allow grantees to grant the privilege to others (grant option)
6060
</sect1>
6161

6262

63+
<sect1 id="release-7-3-4">
64+
<title>Release 7.3.4</title>
65+
66+
<note>
67+
<title>Release date</title>
68+
<simpara>2003-07-24</simpara>
69+
</note>
70+
71+
<para>
72+
This has a variety of fixes from 7.3.3.
73+
</para>
74+
75+
76+
<sect2>
77+
<title>Migration to version 7.3.4</title>
78+
79+
<para>
80+
A dump/restore is <emphasis>not</emphasis> required for those
81+
running 7.3.*.
82+
</para>
83+
</sect2>
84+
85+
<sect2>
86+
<title>Changes</title>
87+
88+
<para>
89+
<literallayout>
90+
Fix rare possibility of recovery failure after a system crash (Tom)
91+
Fix bugs in interval-to-time conversion (Tom)
92+
Add constraint names in a few places in pg_dump (Rod)
93+
Improve performance of functions with many parameters (Tom)
94+
Fix to_ascii() buffer overruns (Tom)
95+
Prevent restore of database comments from throwing an error (Tom)
96+
Work around buggy strxfrm() present in some Solaris releases (Tom)
97+
Properly escape jdbc setObject() strings to improve security (Barry)
98+
</literallayout>
99+
</para>
100+
</sect2>
101+
</sect1>
102+
103+
63104
<sect1 id="release-7-3-3">
64105
<title>Release 7.3.3</title>
65106

‎src/tools/RELEASE_CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828

2929
---------------------------------------------------------------------------
3030

31-
Major Version Library Numbers
32-
=============================
31+
Library Version Changes
32+
=======================
33+
34+
Major Version
35+
=============
3336

3437
The major version number should be updated whenever the source of the
3538
library changes to make it binary incompatible. Such changes include,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp