|
3 | 3 |
|
4 | 4 | Release 7.4.1
|
5 | 5 |
|
6 |
| - Release date: 2003-12-15 |
| 6 | + Release date: 2003-12-22 |
7 | 7 |
|
8 |
| - This has a variety of fixes from 7.4. |
| 8 | + This release contains a variety of fixes from 7.4. |
9 | 9 | _________________________________________________________________
|
10 | 10 |
|
11 |
| -Migration to version 7.4 |
| 11 | +Migration to version 7.4.1 |
12 | 12 |
|
13 | 13 | A dump/restore is *not* required for those running 7.4.
|
14 | 14 |
|
@@ -62,23 +62,23 @@ Changes
|
62 | 62 | * Added missing SPI_finish() calls to dblink's
|
63 | 63 | get_tuple_of_interest() (Joe)
|
64 | 64 | * New Czech FAQ
|
65 |
| - * Fix information schema constraint_column_usage for foreign keys |
66 |
| - (Peter) |
67 |
| - * Ecpg fixes (Michael) |
| 65 | + * Fix information schema view constraint_column_usage for foreign |
| 66 | + keys (Peter) |
| 67 | + * ECPG fixes (Michael) |
68 | 68 | * Fix bug with multiple IN subqueries and joins in the subqueries
|
69 | 69 | (Tom)
|
70 | 70 | * Alllow COUNT('x') to work (Tom)
|
71 |
| - * Install Informix ecpg include files into separate /informix |
72 |
| - directory (Peter) |
73 |
| - Some Informix ecpg include file names conflicted with operating |
74 |
| - system include files. By installing them in their own directory, |
75 |
| - name conflicts have been reduced. |
| 71 | + * Install ECPG include files for Informix compatibility into |
| 72 | + separate directory (Peter) |
| 73 | + Some names of ECPG include files for Informix compatibility |
| 74 | + conflicted with operating system include files. By installing them |
| 75 | + in their own directory, name conflicts have been reduced. |
76 | 76 | * Fix SSL memory leak (Neil)
|
77 | 77 | This release fixes a bug in 7.4 where SSL didn't free all memory
|
78 | 78 | it allocated.
|
79 |
| - * Prevent pg_service.conf from using service name as default dbname |
80 |
| - (Bruce) |
81 |
| - * Fix local 'ident' on FreeBSD (Tom) |
| 79 | + * Prevent "pg_service.conf" from using service name as default |
| 80 | + dbname (Bruce) |
| 81 | + * Fix local ident authentication on FreeBSD (Tom) |
82 | 82 | _________________________________________________________________
|
83 | 83 |
|
84 | 84 | Release 7.4
|
|
0 commit comments