@@ -8,22 +8,21 @@ pg_upgrade utility.
8
8
Changes
9
9
-------
10
10
Add pg_dump -N flag to force double quotes around identifiers. This is
11
- the default.
11
+ the default(Thomas)
12
12
Fix for NOT in where clause causing crash(Bruce)
13
13
EXPLAIN VERBOSE coredump fix(Vadim)
14
14
Fix shared-library problems on Linux
15
15
Fix test for table existance to allow mixed-case and whitespace in
16
- the table name
16
+ the table name(Thomas)
17
17
Fix a couple of pg_dump bugs
18
- Fix for creating tables with constraints when table name is mixed-case(Billy)
19
18
Configure matches template/.similar entries better(Tom)
20
19
Change builtin function names from SPI_* to spi_*
21
20
OR WHERE clause fix(Vadim)
22
21
Fixes for mixed-case table names(Billy)
23
- contrib/linux/postgres.init.csh/sh fix
22
+ contrib/linux/postgres.init.csh/sh fix(Thomas)
24
23
libpq memory overrun fix
25
24
SunOS fixes(Tom)
26
- Change exp() behavior to generate error on underflow
25
+ Change exp() behavior to generate error on underflow(Thomas)
27
26
pg_dump fixes for memory leak, inheritance constraints, layout change
28
27
update pgaccess to 0.93
29
28
Fix prototype for 64-bit platforms
@@ -34,7 +33,7 @@ Fix for lo_import() crash(Bruce)
34
33
Better search for install program(Tom)
35
34
Timezone fixes(Tom)
36
35
HPUX fixes(Tom)
37
- Use implicit type coersion for matching DEFAULT values
36
+ Use implicit type coersion for matching DEFAULT values(Thomas)
38
37
Add routines to help with single-byte (internal) character type(Thomas)
39
38
Compilation of libpq for Win32 fixes(Magnus)
40
39
Upgrade to PyGreSQL 2.2(D'Arcy)