Add HISTORY items for 7.1.2.
This commit is contained in:
parent
8783d2a5bf
commit
e4f2bea7fb
3 changed files with 16 additions and 2 deletions
4
HISTORY
4
HISTORY
|
@ -14,6 +14,10 @@ A dump/restore is not required for those running 7.1.X.
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
Fix PL/PgSQL SELECTs when returning no rows
|
Fix PL/PgSQL SELECTs when returning no rows
|
||||||
|
Fix for psql backslash core dump
|
||||||
|
Referential integrity permission fix
|
||||||
|
Optimizer fixes
|
||||||
|
pg_dump cleanups
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.91 2001/05/11 01:34:14 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.92 2001/05/17 13:28:30 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
|
@ -44,6 +44,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.91 2001/05/11 01:34:14 mom
|
||||||
<para>
|
<para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
Fix PL/PgSQL SELECTs when returning no rows
|
Fix PL/PgSQL SELECTs when returning no rows
|
||||||
|
Fix for psql backslash core dump
|
||||||
|
Referential integrity permission fix
|
||||||
|
Optimizer fixes
|
||||||
|
pg_dump cleanups
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
|
@ -9,7 +9,13 @@
|
||||||
# pre and post-branch logs:
|
# pre and post-branch logs:
|
||||||
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
|
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
|
||||||
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
|
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
|
||||||
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
|
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE
|
||||||
|
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
|
||||||
|
#
|
||||||
|
# pre and post-branch logs:
|
||||||
|
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
|
||||||
|
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
|
||||||
|
# cvs log -d'>2000-05-29 00:00:00 GMT' -r
|
||||||
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
|
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue