|
| 1 | +PostgreSQL 6.4.1 Fri Dec 18 00:29:11 EST 1998 |
| 2 | +========================================================= |
| 3 | + |
| 4 | +A dump/restore is NOT required for those running 6.4. Those running |
| 5 | +pre-6.4 require a dump/restore, or for 6.3.* users, the use of the |
| 6 | +pg_upgrade utility. |
| 7 | + |
| 8 | +Changes |
| 9 | +------- |
| 10 | +Add pg_dump -N flag to force double quotes around identifiers. This is |
| 11 | + the default(Thomas) |
| 12 | +Fix for NOT in where clause causing crash(Bruce) |
| 13 | +EXPLAIN VERBOSE coredump fix(Vadim) |
| 14 | +Fix shared-library problems on Linux |
| 15 | +Fix test for table existance to allow mixed-case and whitespace in |
| 16 | + the table name(Thomas) |
| 17 | +Fix a couple of pg_dump bugs |
| 18 | +Configure matches template/.similar entries better(Tom) |
| 19 | +Change builtin function names from SPI_* to spi_* |
| 20 | +OR WHERE clause fix(Vadim) |
| 21 | +Fixes for mixed-case table names(Billy) |
| 22 | +contrib/linux/postgres.init.csh/sh fix(Thomas) |
| 23 | +libpq memory overrun fix |
| 24 | +SunOS fixes(Tom) |
| 25 | +Change exp() behavior to generate error on underflow(Thomas) |
| 26 | +pg_dump fixes for memory leak, inheritance constraints, layout change |
| 27 | +update pgaccess to 0.93 |
| 28 | +Fix prototype for 64-bit platforms |
| 29 | +Multi-byte fixes(Tatsuo) |
| 30 | +New ecpg man page |
| 31 | +Fix memory overruns(Tatsuo) |
| 32 | +Fix for lo_import() crash(Bruce) |
| 33 | +Better search for install program(Tom) |
| 34 | +Timezone fixes(Tom) |
| 35 | +HPUX fixes(Tom) |
| 36 | +Use implicit type coersion for matching DEFAULT values(Thomas) |
| 37 | +Add routines to help with single-byte (internal) character type(Thomas) |
| 38 | +Compilation of libpq for Win32 fixes(Magnus) |
| 39 | +Upgrade to PyGreSQL 2.2(D'Arcy) |
| 40 | + |
| 41 | + |
| 42 | + |
1 | 43 | PostgreSQL 6.4 Mon Oct 26 11:40:42 EST 1998
|
2 | 44 | =========================================================
|
3 | 45 |
|
|
0 commit comments