File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -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)
Original file line number Diff line number Diff line change @@ -167,20 +167,19 @@ PORTABILITY
167
167
Changes in this release
168
168
-----------------------
169
169
fix for SET with options (Thomas)
170
- fix month boundary arithmetic(Thomas)
171
- fix timezone daylight handling for some ports(Thomas)
172
170
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
173
171
new psql \connect option allows changing usernames without chaning databases
174
- fix for datetime arithmetic over month boundaries(Thomas)
175
172
fix for initdb --debug option(Tatsuo)
176
173
lextest cleanup(Bruce)
177
174
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)
178
179
psql's \d now case-insensitive(Bruce)
179
180
psql's backslash commands can now have trailing semicolon(Bruce)
180
181
fix memory leak in psql when using \g(Bruce)
181
182
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)
184
183
Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
185
184
allow underscores in usernames(Bruce)
186
185
pg_dumpall now returns proper status, portability fix(Bruce)
You can’t perform that action at this time.
0 commit comments