@@ -6,20 +6,19 @@ This release does NOT require a dump/restore for those running 6.1.
6
6
Changes in this release
7
7
-----------------------
8
8
fix for SET with options (Thomas)
9
- fix month boundary arithmetic(Thomas)
10
- fix timezone daylight handling for some ports(Thomas)
11
9
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
12
10
new psql \connect option allows changing usernames without chaning databases
13
- fix for datetime arithmetic over month boundaries(Thomas)
14
11
fix for initdb --debug option(Tatsuo)
15
12
lextest cleanup(Bruce)
16
13
hash fixes(Vadim)
14
+ fix date/time month boundary arithmetic(Thomas)
15
+ fix timezone daylight handling for some ports(Thomas, Bruce, Tatsuo)
16
+ timestamp overhauled to use standard functions(Thomas)
17
+ other code cleanup in date/time routines(Thomas)
17
18
psql's \d now case-insensitive(Bruce)
18
19
psql's backslash commands can now have trailing semicolon(Bruce)
19
20
fix memory leak in psql when using \g(Bruce)
20
21
major fix for endian handling of communication to server(Thomas, Tatsuo)
21
- improvements in datetime and timespan routines(Thomas)
22
- timestamp overhauled to use standard functions(Thomas)
23
22
Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
24
23
allow underscores in usernames(Bruce)
25
24
pg_dumpall now returns proper status, portability fix(Bruce)