@@ -8,22 +8,21 @@ pg_upgrade utility.
88Changes
99-------
1010Add pg_dump -N flag to force double quotes around identifiers. This is
11- the default.
11+ the default(Thomas)
1212Fix for NOT in where clause causing crash(Bruce)
1313EXPLAIN VERBOSE coredump fix(Vadim)
1414Fix shared-library problems on Linux
1515Fix test for table existance to allow mixed-case and whitespace in
16- the table name
16+ the table name(Thomas)
1717Fix a couple of pg_dump bugs
18- Fix for creating tables with constraints when table name is mixed-case(Billy)
1918Configure matches template/.similar entries better(Tom)
2019Change builtin function names from SPI_* to spi_*
2120OR WHERE clause fix(Vadim)
2221Fixes for mixed-case table names(Billy)
23- contrib/linux/postgres.init.csh/sh fix
22+ contrib/linux/postgres.init.csh/sh fix(Thomas)
2423libpq memory overrun fix
2524SunOS fixes(Tom)
26- Change exp() behavior to generate error on underflow
25+ Change exp() behavior to generate error on underflow(Thomas)
2726pg_dump fixes for memory leak, inheritance constraints, layout change
2827update pgaccess to 0.93
2928Fix prototype for 64-bit platforms
@@ -34,7 +33,7 @@ Fix for lo_import() crash(Bruce)
3433Better search for install program(Tom)
3534Timezone fixes(Tom)
3635HPUX fixes(Tom)
37- Use implicit type coersion for matching DEFAULT values
36+ Use implicit type coersion for matching DEFAULT values(Thomas)
3837Add routines to help with single-byte (internal) character type(Thomas)
3938Compilation of libpq for Win32 fixes(Magnus)
4039Upgrade to PyGreSQL 2.2(D'Arcy)
0 commit comments