|
1 | 1 | <Chapter Id="release">
|
2 | 2 | <Title>Release Notes</Title>
|
3 | 3 |
|
| 4 | + |
| 5 | +<Sect1> |
| 6 | +<Title>Release 6.4.2</Title> |
| 7 | +<!-- |
| 8 | +<docinfo> |
| 9 | +<authorgroup> |
| 10 | +<author> |
| 11 | +<firstname>Bruce</firstname> |
| 12 | +<surname>Momjian</surname> |
| 13 | +</author> |
| 14 | +</authorgroup> |
| 15 | +<date>1999-12-20</date> |
| 16 | +</docinfo> |
| 17 | +--> |
| 18 | + |
| 19 | +<para> |
| 20 | +The 6.4.1 release was improperly packaged. This also has one additional |
| 21 | +bug fix. |
| 22 | +</para> |
| 23 | + |
| 24 | + |
| 25 | +<sect2> |
| 26 | +<title>Migration to v6.4.2</title> |
| 27 | + |
| 28 | +<para> |
| 29 | +A dump/restore is <emphasis>not</emphasis> required for those running |
| 30 | +6.4.*. |
| 31 | +</para> |
| 32 | +</sect2> |
| 33 | +<sect2> |
| 34 | +<title>Detailed Change List</title> |
| 35 | + |
| 36 | +<para> |
| 37 | +<programlisting> |
| 38 | +Fix for datetime constant problem on some platforms(Thomas) |
| 39 | +</programlisting> |
| 40 | +</Para> |
| 41 | +</sect2> |
| 42 | +</Sect1> |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +<Sect1> |
| 47 | +<Title>Release 6.4.1</Title> |
| 48 | +<!-- |
| 49 | +<docinfo> |
| 50 | +<authorgroup> |
| 51 | +<author> |
| 52 | +<firstname>Bruce</firstname> |
| 53 | +<surname>Momjian</surname> |
| 54 | +</author> |
| 55 | +</authorgroup> |
| 56 | +<date>1999-12-18</date> |
| 57 | +</docinfo> |
| 58 | +--> |
| 59 | + |
| 60 | +<para> |
| 61 | +This is basically a cleanup release for 6.4. We have fixed a variety of |
| 62 | +problems reported by 6.4 users. |
| 63 | +</para> |
| 64 | + |
| 65 | + |
| 66 | +<sect2> |
| 67 | +<title>Migration to v6.4</title> |
| 68 | + |
| 69 | +<para> |
| 70 | +A dump/restore is <emphasis>not</emphasis> required for those running |
| 71 | +6.4. |
| 72 | +</para> |
| 73 | +</sect2> |
| 74 | +<sect2> |
| 75 | +<title>Detailed Change List</title> |
| 76 | + |
| 77 | +<para> |
| 78 | +<programlisting> |
| 79 | +Add pg_dump -N flag to force double quotes around identifiers. This is |
| 80 | + the default(Thomas) |
| 81 | +Fix for NOT in where clause causing crash(Bruce) |
| 82 | +EXPLAIN VERBOSE coredump fix(Vadim) |
| 83 | +Fix shared-library problems on Linux |
| 84 | +Fix test for table existance to allow mixed-case and whitespace in |
| 85 | + the table name(Thomas) |
| 86 | +Fix a couple of pg_dump bugs |
| 87 | +Configure matches template/.similar entries better(Tom) |
| 88 | +Change builtin function names from SPI_* to spi_* |
| 89 | +OR WHERE clause fix(Vadim) |
| 90 | +Fixes for mixed-case table names(Billy) |
| 91 | +contrib/linux/postgres.init.csh/sh fix(Thomas) |
| 92 | +libpq memory overrun fix |
| 93 | +SunOS fixes(Tom) |
| 94 | +Change exp() behavior to generate error on underflow(Thomas) |
| 95 | +pg_dump fixes for memory leak, inheritance constraints, layout change |
| 96 | +update pgaccess to 0.93 |
| 97 | +Fix prototype for 64-bit platforms |
| 98 | +Multi-byte fixes(Tatsuo) |
| 99 | +New ecpg man page |
| 100 | +Fix memory overruns(Tatsuo) |
| 101 | +Fix for lo_import() crash(Bruce) |
| 102 | +Better search for install program(Tom) |
| 103 | +Timezone fixes(Tom) |
| 104 | +HPUX fixes(Tom) |
| 105 | +Use implicit type coersion for matching DEFAULT values(Thomas) |
| 106 | +Add routines to help with single-byte (internal) character type(Thomas) |
| 107 | +Compilation of libpq for Win32 fixes(Magnus) |
| 108 | +Upgrade to PyGreSQL 2.2(D'Arcy) |
| 109 | +</programlisting> |
| 110 | +</Para> |
| 111 | +</sect2> |
| 112 | +</Sect1> |
| 113 | + |
| 114 | + |
| 115 | + |
4 | 116 | <Sect1>
|
5 | 117 | <Title>Release 6.4</Title>
|
6 | 118 | <!--
|
|
0 commit comments