Skip to content

Commit 2ffba0d

Browse files
committed
Changes to get ready for 6.0 final release.
1 parent abd38d8 commit 2ffba0d

File tree

3 files changed

+839
-1079
lines changed

3 files changed

+839
-1079
lines changed

HISTORY

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PostgreSQL 6.0 beta Thu Dec 26 16:47:43 EST 1996
1+
PostgreSQL 6.0 Wed Jan 29 00:19:54 EST 1997
22
-------------------------------------------------------------
33

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

98100
Source tree changes
99101
-------------------

0 commit comments

Comments
 (0)