1
- PostgreSQL 6.0beta Thu Dec 26 16:47:43 EST1996
1
+ PostgreSQL 6.0 Wed Jan 29 00:19:54 EST1997
2
2
-------------------------------------------------------------
3
3
4
4
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)
68
68
Can shrink tables, pg_time and pg_log(Vadim & Erich)
69
69
Change debug level 2 to print queries only, changed debug heading layout(Bruce)
70
70
Change default decimal constant representation from float4 to float8(Bruce)
71
+ European date format now set when postmaster is started
71
72
Execute lowercase function names if not found with exact case
72
73
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
73
74
Gist now included in the distrubution(Marc)
@@ -79,7 +80,7 @@ Libpq++ improvements
79
80
New options to initdb(Bryan)
80
81
Pg_dump allow dump of oid's(Bruce)
81
82
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
83
84
Pginterface additions for NULL values(Bruce)
84
85
Prevent postmaster from being run as root
85
86
Psql \h and \? is now readable(Bruce)
@@ -94,6 +95,7 @@ Remove compile-time parameters to enable binary distributions(Bryan)
94
95
Reverse meaning of HBA masks(Bryan)
95
96
Secure Authentication of local users(Bryan)
96
97
Speed up vacuum(Vadim)
98
+ Vacuum now had VERBOSE option(Bruce)
97
99
98
100
Source tree changes
99
101
-------------------