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

Commit4832c53

Browse files
committed
Some editorializing on 7.4.3 release notes.
1 parentaa5fe4a commit4832c53

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.266 2004/06/1204:22:15 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.267 2004/06/1219:30:29 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -32,22 +32,32 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.266 2004/06/12 04:22:15 momjian
3232
<para>
3333
</para>
3434
<itemizedlist>
35-
<listitem><para>Fix temporary memory leak when using hashed aggregates (Tom)</para></listitem>
36-
<listitem><para>Ecpg fixes, includingthose for Informix compatibility (Michael)</para></listitem>
35+
<listitem><para>Fix temporary memory leak when usingnon-hashed aggregates (Tom)</para></listitem>
36+
<listitem><para>ECPG fixes, includingsome for Informix compatibility (Michael)</para></listitem>
3737
<listitem><para>Fixes for compiling with thread-safety, particularly Solaris (Bruce)</para></listitem>
38-
<listitem><para>Fix error in COPY IN termination when using the old network protocol (Tom)</para></listitem>
39-
<listitem><para>Several pg_autovacuum fixes, including fixes for large oids, stability, temp tables, and debug mode (Matthew T. O'Connor)</para></listitem>
40-
<listitem><para>Fix problem with reading tar dumps on NetBSD and BSD/OS (Bruce)</para></listitem>
38+
<listitem><para>Fix error in COPY IN termination when using the old network protocol (ljb)</para></listitem>
39+
<listitem><para>Several important fixes in pg_autovacuum, including fixes for
40+
large tables, unsigned oids, stability, temp tables, and debug mode
41+
(Matthew T. O'Connor)</para></listitem>
42+
<listitem><para>Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)</para></listitem>
4143
<listitem><para>Several JDBC fixes</para></listitem>
4244
<listitem><para>Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom)</para></listitem>
45+
<listitem><para>Repair failure to recalculate nested sub-selects (Tom)</para></listitem>
46+
<listitem><para>Fix problems with non-constant expressions in LIMIT/OFFSET</para></listitem>
4347
<listitem><para>Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom)</para></listitem>
44-
<listitem><para>Fix a zero-column table bug (Tom)</para></listitem>
45-
<listitem><para>Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom)</para></listitem>
46-
<listitem><para>Do not allow NATURAL CROSS JOIN (Tom)</para></listitem>
47-
<listitem><para>Add check for invalid protocol packet length in binary COPY (Tom)</para>
48+
<listitem><para>Fix another zero-column table bug (Tom)</para></listitem>
49+
<listitem><para>Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom)</para>
50+
<para>
51+
Select-list aliases within the sub-select will now take precedence over
52+
names from outer query levels.
53+
</para></listitem>
54+
<listitem><para>Do not generate <quote>NATURAL CROSS JOIN</> when decompiling rules (Tom)</para></listitem>
55+
<listitem><para>Add checks for invalid field length in binary COPY (Tom)</para>
4856
<para>
4957
This fixes a difficult-to-exploit security hole.
5058
</para></listitem>
59+
<listitem><para>Avoid locking conflict between ANALYZE and LISTEN/NOTIFY</para></listitem>
60+
<listitem><para>Numerous translation updates (various contributors)</para></listitem>
5161
</itemizedlist>
5262

5363
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp