Skip to content

Commit 83d4a1c

Browse files
committed
Update HISTORY, for Tatsuo.
1 parent e1c0bc1 commit 83d4a1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Fix path_inter, path_distance, path_length, dist_ppath to handle closed
7676
paths (Curtis Barrett, Tom)
7777
ALTER TABLE RENAME update foreign-key trigger arguments correctly (Brent Verner)
7878
Long value compression improvement (Tom)
79+
octet_length(text_col) now returns non-compressed length (Tatsuo, Bruce)
7980

8081
Enhancements
8182
------------
@@ -156,6 +157,7 @@ Allow SPI column functions to work for system columns (Tom)
156157
Dynahash portability improvements (Tom)
157158
Remove OID's from some system tables (Tom)
158159
Remove 'triggered data change violation' error check (Tom)
160+
Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)
159161

160162
Types
161163
-----
@@ -167,10 +169,12 @@ INET, CIDR text conversion functions (Alex Pilosov)
167169
INET, CIDR operators << and <<= indexable (Alex Pilosov)
168170
Bytea comparison improvements, \### now requires three octal digits (Joe Conway)
169171
Make trim/ltrim/rtrim/btrim/lpad/rpad/translate() multibyte aware (Tatsuo)
172+
Formats with the correct number of columns for UNICODE in psql (Patrice)
170173
Add pg_database_encoding_max_length() (Tatsuo)
171174
Add pg_client_encoding() function (Tatsuo)
172175
Add LATIN5,6,7,8,9,10 support (Tatsuo)
173176
Change LATIN5 to mean ISO-8859-9, not ISO-8859-5 (Tatsuo)
177+
Add ISO 8859-5,6,7,8 support (Tatsuo)
174178
Make mic2ascii() non-ASCII aware (Tatsuo)
175179
Measure transaction times in milliseconds (Thomas)
176180
now() returns time in milliseconds (Thomas)

0 commit comments

Comments
 (0)