mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Update 7.3.1 to give proper attribution to pg_dump item.
This commit is contained in:
parent
6d6c9fd9a4
commit
ff494e8851
8
HISTORY
8
HISTORY
@ -28,12 +28,10 @@
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix a core dump of COPY TO when client/server encodings don't match (T
|
Fix a core dump of COPY TO when client/server encodings don't match (Tom)
|
||||||
om)
|
Allow pg_dump to work with pre-7.2 servers (Philip)
|
||||||
Allow pg_dump to work with pre-7.2 servers (Tom)
|
|
||||||
/contrib/adddepend fixes (Tom)
|
/contrib/adddepend fixes (Tom)
|
||||||
Fix problem with deletion of per-user/per-database config settings (To
|
Fix problem with deletion of per-user/per-database config settings (Tom)
|
||||||
m)
|
|
||||||
/contrib/vacuumlo fix (Tom)
|
/contrib/vacuumlo fix (Tom)
|
||||||
Allow 'password' encryption even when pg_shadow contains MD5 passwords
|
Allow 'password' encryption even when pg_shadow contains MD5 passwords
|
||||||
(Bruce)
|
(Bruce)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.172 2002/12/18 19:01:25 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.173 2002/12/20 00:24:00 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@ -68,7 +68,7 @@ extra_float_digits option allows pg_dump to dump float data accurately
|
|||||||
<para>
|
<para>
|
||||||
<literallayout>
|
<literallayout>
|
||||||
Fix a core dump of COPY TO when client/server encodings don't match (Tom)
|
Fix a core dump of COPY TO when client/server encodings don't match (Tom)
|
||||||
Allow pg_dump to work with pre-7.2 servers (Tom)
|
Allow pg_dump to work with pre-7.2 servers (Philip)
|
||||||
/contrib/adddepend fixes (Tom)
|
/contrib/adddepend fixes (Tom)
|
||||||
Fix problem with deletion of per-user/per-database config settings (Tom)
|
Fix problem with deletion of per-user/per-database config settings (Tom)
|
||||||
/contrib/vacuumlo fix (Tom)
|
/contrib/vacuumlo fix (Tom)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user