Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/branches/REL-1_2_0_PATCHES@5833 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Jan 6, 2007
1 parent b3221c5 commit 240884c
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/en_US/pg/release-7-3-17.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>E.28. Release 7.3.17</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
<link rel="start" href="index.html" title="PostgreSQL 8.0.10 Documentation">
<link rel="up" href="release.html" title="Appendix E. Release Notes">
<link rel="prev" href="release-7-4.html" title="E.27. Release 7.4">
<link rel="next" href="release-7-3-16.html" title="E.29. Release 7.3.16">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="release-7-3-17"></a>E.28. Release 7.3.17</h2></div></div></div>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Release date</h3>
<p>2007-01-08</p>
</div>
<p> This release contains a variety of fixes from 7.3.16.
</p>
<div class="sect2" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2815062"></a>E.28.1. Migration to version 7.3.17</h3></div></div></div>
<p> A dump/restore is not required for those running 7.3.X. However,
if you are upgrading from a version earlier than 7.3.13, see the release
notes for 7.3.13.
</p>
</div>
<div class="sect2" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2815070"></a>E.28.2. Changes</h3></div></div></div>
<div class="itemizedlist"><ul type="disc">
<li>
<p> <code class="function">to_number()</code> and <code class="function">to_char(numeric)</code>
are now <code class="literal">STABLE</code>, not <code class="literal">IMMUTABLE</code>, for
new <span class="application">initdb</span> installs (Tom)
</p>
<p> This is because <code class="varname">lc_numeric</code> can potentially
change the output of these functions.
</p>
</li>
<li>
<p> Improve index usage of regular expressions that use parentheses (Tom)
</p>
<p> This improves <span class="application">psql</span> <code class="literal">\d</code> performance also.
</p>
</li>
</ul></div>
</div>
</div></body>
</html>
68 changes: 68 additions & 0 deletions docs/en_US/pg/release-7-4-15.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>E.12. Release 7.4.15</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
<link rel="start" href="index.html" title="PostgreSQL 8.0.10 Documentation">
<link rel="up" href="release.html" title="Appendix E. Release Notes">
<link rel="prev" href="release-8-0.html" title="E.11. Release 8.0">
<link rel="next" href="release-7-4-14.html" title="E.13. Release 7.4.14">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="release-7-4-15"></a>E.12. Release 7.4.15</h2></div></div></div>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Release date</h3>
<p>2007-01-08</p>
</div>
<p> This release contains a variety of fixes from 7.4.14.
</p>
<div class="sect2" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2808788"></a>E.12.1. Migration to version 7.4.15</h3></div></div></div>
<p> A dump/restore is not required for those running 7.4.X. However,
if you are upgrading from a version earlier than 7.4.11, see the release
notes for 7.4.11.
</p>
</div>
<div class="sect2" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="id2808797"></a>E.12.2. Changes</h3></div></div></div>
<div class="itemizedlist"><ul type="disc">
<li>
<p> Improve handling of <code class="function">getaddrinfo()</code> on AIX (Tom)
</p>
<p> This fixes a problem with starting the statistics collector,
among other things.
</p>
</li>
<li><p> Fix &#8220;<span class="quote">failed to re-find parent key</span>&#8221; errors in
<code class="command">VACUUM</code> (Tom)
</p></li>
<li><p> Fix bugs affecting multi-gigabyte hash indexes (Tom)
</p></li>
<li><p> Fix error when constructing an <code class="literal">ARRAY[]</code> made up of multiple
empty elements (Tom)
</p></li>
<li>
<p> <code class="function">to_number()</code> and <code class="function">to_char(numeric)</code>
are now <code class="literal">STABLE</code>, not <code class="literal">IMMUTABLE</code>, for
new <span class="application">initdb</span> installs (Tom)
</p>
<p> This is because <code class="varname">lc_numeric</code> can potentially
change the output of these functions.
</p>
</li>
<li>
<p> Improve index usage of regular expressions that use parentheses (Tom)
</p>
<p> This improves <span class="application">psql</span> <code class="literal">\d</code> performance also.
</p>
</li>
</ul></div>
</div>
</div></body>
</html>

0 comments on commit 240884c

Please sign in to comment.