|
1 | 1 | <chapter id="release">
|
2 | 2 | <title>Release Notes</title>
|
3 | 3 |
|
| 4 | +<sect1> |
| 5 | +<title>Release 6.5.1</title> |
| 6 | +<!-- |
| 7 | +<docinfo> |
| 8 | +<authorgroup> |
| 9 | +<author> |
| 10 | +<firstname>Bruce</firstname> |
| 11 | +<surname>Momjian</surname> |
| 12 | +</author> |
| 13 | +</authorgroup> |
| 14 | +<date>1999-07-15</date> |
| 15 | +</docinfo> |
| 16 | +--> |
| 17 | + |
| 18 | +<para> |
| 19 | +This is basically a cleanup release for 6.5. We have fixed a variety of |
| 20 | +problems reported by 6.5 users. |
| 21 | +</para> |
| 22 | + |
| 23 | + |
| 24 | +<sect2> |
| 25 | +<title>Migration to v6.5.1</title> |
| 26 | + |
| 27 | +<para> |
| 28 | +A dump/restore is <emphasis>not</emphasis> required for those running |
| 29 | +6.5. |
| 30 | +</para> |
| 31 | +</sect2> |
| 32 | +<sect2> |
| 33 | +<title>Detailed Change List</title> |
| 34 | + |
| 35 | +<para> |
| 36 | +<programlisting> |
| 37 | +Add NT README file. |
| 38 | +Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha |
| 39 | +Remove QUERY_LIMIT, use SELECT...LIMIT |
| 40 | +Fix for EXPLAIN on inheritance(Tom) |
| 41 | +Patch to allow vacuum on multi-segment tables(Hiroshi) |
| 42 | +R=Tree optimizer selectivity fix(Tom) |
| 43 | +ACL file descriptor leak fix(Atsushi Ogawa) |
| 44 | +New expresssion subtree code(Tom) |
| 45 | +Avoid disk writes for read-only transactions(Vadim) |
| 46 | +Fix for removal of temp tables if last transaction was aborted(Bruce) |
| 47 | +Fix to prevent too large tuple from being created(Bruce) |
| 48 | +plpgsql fixes |
| 49 | +Allow port numbers 32k - 64k(Bruce) |
| 50 | +Add ^ precidence(Bruce) |
| 51 | +Rename sort files called pg_temp to pg_sorttemp |
| 52 | +Fix for microseconds in time values(Tom) |
| 53 | +Tutorial source cleanup |
| 54 | +New linux_m68k port |
| 55 | +</programlisting> |
| 56 | +</para> |
| 57 | +</sect2> |
| 58 | +</sect1> |
| 59 | + |
| 60 | + |
4 | 61 | <sect1>
|
5 | 62 | <title>Release 6.5</title>
|
6 | 63 | <!--
|
|