|
2 | 2 | Release Notes
|
3 | 3 | ------------------------------------------------------------------------
|
4 | 4 |
|
| 5 | +Release 7.0.3 |
| 6 | + |
| 7 | +This has a variety of fixes from 7.0.2. |
| 8 | + |
| 9 | +Migration to v7.0.3 |
| 10 | + |
| 11 | +A dump/restore is not required for those running 7.0.*. |
| 12 | + |
| 13 | +Changes |
| 14 | +------- |
| 15 | +Jdbc fixes (Peter) |
| 16 | +Large object fix (Tom) |
| 17 | +Fix lean in COPY WITH OIDS leak (Tom) |
| 18 | +Fix backwards-index-scan (Tom) |
| 19 | +Fix SELECT ... FOR UPDATE so it checks for duplicate keys (Hiroshi) |
| 20 | +Add --enable-syslog to configure (Marc) |
| 21 | +Fix abort transaction at backend exit in rare cases (Tom) |
| 22 | +Fix for psql \l+ when multi-byte enabled (Tatsuo) |
| 23 | +Allow PL/pgSQL to accept non ascii identifiers (Tatsuo) |
| 24 | +Make vacuum always flush buffers (Tom) |
| 25 | +Fix to allow cancel while waiting for a lock (Hiroshi) |
| 26 | +Fix for memory aloocation problem in user authentication code (Tom) |
| 27 | +Remove bogus use of int4out() (Tom) |
| 28 | +Fixes for multiple subqueries in COALESCE or BETWEEN (Tom) |
| 29 | +Fix for failure of triggers on heap open in certain cases (Jeroen van |
| 30 | + Vianen) |
| 31 | +Fix for erroneous selectivity of not-equals (Tom) |
| 32 | +Fix for erroneous use of strcmp() (Tom) |
| 33 | +Fix for bug where storage manager accesses items beyond end of file |
| 34 | + (Tom) |
| 35 | +Fix to include kernel errno message in all smgr elog messages (Tom) |
| 36 | +Fix for '.' not in PATH at build time (SL Baur) |
| 37 | +Fix for out-of-file-descriptors error (Tom) |
| 38 | +Fix to make pg_dump dump 'iscachable' flag for functions (Tom) |
| 39 | +Fix for subselect in targetlist of Append node (Tom) |
| 40 | +Fix for mergejoin plans (Tom) |
| 41 | +Fix TRUNCATE failure on relations with indexes (Tom) |
| 42 | +Avoid database-wide restart on write error (Hiroshi) |
| 43 | +Fix nodeMaterial to honor chgParam by recomputing its output (Tom) |
| 44 | +Fix VACUUM problem with moving chain of update tuples when source and |
| 45 | + destination of a tuple lie on the same page (Tom) |
| 46 | +Fix user.c CommandCounterIncrement (Tom) |
| 47 | +Fix for AM/PM boundary problem in to_char() (Karel Zak) |
| 48 | +Fix TIME aggregate handling (Tom) |
| 49 | +Fix to_char() to avoid coredump on NULL input. (Tom) |
| 50 | +Buffer fix (Tom) |
| 51 | +Fix for inserting/copying longer multibyte strings into bpchar data |
| 52 | + types (Tatsuo) |
| 53 | + |
| 54 | + |
| 55 | + ------------------------------------------------------------------------ |
| 56 | + Release 7.0.2 |
| 57 | + Release Notes |
| 58 | + ------------------------------------------------------------------------ |
| 59 | + |
5 | 60 | Release 7.0.2
|
6 | 61 |
|
7 | 62 | This is a repackaging of 7.0.1 with added documentation.
|
8 | 63 |
|
9 | 64 | Migration to v7.0.2
|
10 | 65 |
|
11 |
| -A dump/restore is not required for those running 7.*. |
| 66 | +A dump/restore is not required for those running 7.0.*. |
12 | 67 |
|
13 | 68 | Changes
|
14 | 69 | -------
|
|