1- PostgreSQL 6.0beta Thu Dec 26 16:47:43 EST1996
1+ PostgreSQL 6.0 Wed Jan 29 00:19:54 EST1997
22-------------------------------------------------------------
33
44A dump/restore is required for those wishing to migrate data from
@@ -68,6 +68,7 @@ Allow restriction on who can do backend COPY(Bryan)
6868Can shrink tables, pg_time and pg_log(Vadim & Erich)
6969Change debug level 2 to print queries only, changed debug heading layout(Bruce)
7070Change default decimal constant representation from float4 to float8(Bruce)
71+ European date format now set when postmaster is started
7172Execute lowercase function names if not found with exact case
7273Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
7374Gist now included in the distrubution(Marc)
@@ -79,7 +80,7 @@ Libpq++ improvements
7980New options to initdb(Bryan)
8081Pg_dump allow dump of oid's(Bruce)
8182Pg_dump create indexes after tables are loaded for speed(Bruce)
82- Pg_dump(Bruce)
83+ Pg_dumpall dumps all databases, and the user table
8384Pginterface additions for NULL values(Bruce)
8485Prevent postmaster from being run as root
8586Psql \h and \? is now readable(Bruce)
@@ -94,6 +95,7 @@ Remove compile-time parameters to enable binary distributions(Bryan)
9495Reverse meaning of HBA masks(Bryan)
9596Secure Authentication of local users(Bryan)
9697Speed up vacuum(Vadim)
98+ Vacuum now had VERBOSE option(Bruce)
9799
98100Source tree changes
99101-------------------