Skip to content

Commit 2546b01

Browse files
committed
Update new items in 6.1.1.
1 parent 7a6d54d commit 2546b01

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

HISTORY

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ This release does NOT require a dump/restore for those running 6.1.
66
Changes in this release
77
-----------------------
88
fix for SET with options (Thomas)
9-
fix month boundary arithmetic(Thomas)
10-
fix timezone daylight handling for some ports(Thomas)
119
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
1210
new psql \connect option allows changing usernames without chaning databases
13-
fix for datetime arithmetic over month boundaries(Thomas)
1411
fix for initdb --debug option(Tatsuo)
1512
lextest cleanup(Bruce)
1613
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)
1718
psql's \d now case-insensitive(Bruce)
1819
psql's backslash commands can now have trailing semicolon(Bruce)
1920
fix memory leak in psql when using \g(Bruce)
2021
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)
2322
Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
2423
allow underscores in usernames(Bruce)
2524
pg_dumpall now returns proper status, portability fix(Bruce)

doc/TODO

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,20 +167,19 @@ PORTABILITY
167167
Changes in this release
168168
-----------------------
169169
fix for SET with options (Thomas)
170-
fix month boundary arithmetic(Thomas)
171-
fix timezone daylight handling for some ports(Thomas)
172170
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
173171
new psql \connect option allows changing usernames without chaning databases
174-
fix for datetime arithmetic over month boundaries(Thomas)
175172
fix for initdb --debug option(Tatsuo)
176173
lextest cleanup(Bruce)
177174
hash fixes(Vadim)
175+
fix date/time month boundary arithmetic(Thomas)
176+
fix timezone daylight handling for some ports(Thomas, Bruce, Tatsuo)
177+
timestamp overhauled to use standard functions(Thomas)
178+
other code cleanup in date/time routines(Thomas)
178179
psql's \d now case-insensitive(Bruce)
179180
psql's backslash commands can now have trailing semicolon(Bruce)
180181
fix memory leak in psql when using \g(Bruce)
181182
major fix for endian handling of communication to server(Thomas, Tatsuo)
182-
improvements in datetime and timespan routines(Thomas)
183-
timestamp overhauled to use standard functions(Thomas)
184183
Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
185184
allow underscores in usernames(Bruce)
186185
pg_dumpall now returns proper status, portability fix(Bruce)

0 commit comments

Comments
 (0)