Skip to content

Commit a4c8fa7

Browse files
committed
Upgrade for 6.4.1.
1 parent 66807b8 commit a4c8fa7

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

HISTORY

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
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.
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
17+
Fix a couple of pg_dump bugs
18+
Fix for creating tables with constraints when table name is mixed-case(Billy)
19+
Configure matches template/.similar entries better(Tom)
20+
Change builtin function names from SPI_* to spi_*
21+
OR WHERE clause fix(Vadim)
22+
Fixes for mixed-case table names(Billy)
23+
contrib/linux/postgres.init.csh/sh fix
24+
libpq memory overrun fix
25+
SunOS fixes(Tom)
26+
Change exp() behavior to generate error on underflow
27+
pg_dump fixes for memory leak, inheritance constraints, layout change
28+
update pgaccess to 0.93
29+
Fix prototype for 64-bit platforms
30+
Multi-byte fixes(Tatsuo)
31+
New ecpg man page
32+
Fix memory overruns(Tatsuo)
33+
Fix for lo_import() crash(Bruce)
34+
Better search for install program(Tom)
35+
Timezone fixes(Tom)
36+
HPUX fixes(Tom)
37+
Use implicit type coersion for matching DEFAULT values
38+
Add routines to help with single-byte (internal) character type(Thomas)
39+
Compilation of libpq for Win32 fixes(Magnus)
40+
Upgrade to PyGreSQL 2.2(D'Arcy)
41+
42+
43+
144
PostgreSQL 6.4 Mon Oct 26 11:40:42 EST 1998
245
=========================================================
346

doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ DOCUMENTATION
236236
CHANGES IN THE 6.4.1 RELEASE
237237
----------------------------
238238
Add pg_dump -N flag to force double quotes around identifiers. This is
239-
the default.
239+
the default
240240
Fix for NOT in where clause causing crash(Bruce)
241241
EXPLAIN VERBOSE coredump fix(Vadim)
242242
Fix shared-library problems on Linux

0 commit comments

Comments
 (0)