diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-12-18 16:51:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-12-18 16:51:39 +0000 |
commit | 6c2000944982e82fc879129bd9bfddad4a87c5f4 (patch) | |
tree | 264d8cc91790e0927db57ff901ea8c54bc9c0153 | |
parent | 59b25228d49a9bdac102d6ddcd96849ed7b36ef1 (diff) |
Upgrade for 6.4.1.
-rw-r--r-- | HISTORY | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -8,22 +8,21 @@ pg_upgrade utility. Changes ------- Add pg_dump -N flag to force double quotes around identifiers. This is - the default. + the default(Thomas) Fix for NOT in where clause causing crash(Bruce) EXPLAIN VERBOSE coredump fix(Vadim) Fix shared-library problems on Linux Fix test for table existance to allow mixed-case and whitespace in - the table name + the table name(Thomas) Fix a couple of pg_dump bugs -Fix for creating tables with constraints when table name is mixed-case(Billy) Configure matches template/.similar entries better(Tom) Change builtin function names from SPI_* to spi_* OR WHERE clause fix(Vadim) Fixes for mixed-case table names(Billy) -contrib/linux/postgres.init.csh/sh fix +contrib/linux/postgres.init.csh/sh fix(Thomas) libpq memory overrun fix SunOS fixes(Tom) -Change exp() behavior to generate error on underflow +Change exp() behavior to generate error on underflow(Thomas) pg_dump fixes for memory leak, inheritance constraints, layout change update pgaccess to 0.93 Fix prototype for 64-bit platforms @@ -34,7 +33,7 @@ Fix for lo_import() crash(Bruce) Better search for install program(Tom) Timezone fixes(Tom) HPUX fixes(Tom) -Use implicit type coersion for matching DEFAULT values +Use implicit type coersion for matching DEFAULT values(Thomas) Add routines to help with single-byte (internal) character type(Thomas) Compilation of libpq for Win32 fixes(Magnus) Upgrade to PyGreSQL 2.2(D'Arcy) |