@@ -76,6 +76,7 @@ Fix path_inter, path_distance, path_length, dist_ppath to handle closed
76
76
paths (Curtis Barrett, Tom)
77
77
ALTER TABLE RENAME update foreign-key trigger arguments correctly (Brent Verner)
78
78
Long value compression improvement (Tom)
79
+ octet_length(text_col) now returns non-compressed length (Tatsuo, Bruce)
79
80
80
81
Enhancements
81
82
------------
@@ -156,6 +157,7 @@ Allow SPI column functions to work for system columns (Tom)
156
157
Dynahash portability improvements (Tom)
157
158
Remove OID's from some system tables (Tom)
158
159
Remove 'triggered data change violation' error check (Tom)
160
+ Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)
159
161
160
162
Types
161
163
-----
@@ -167,10 +169,12 @@ INET, CIDR text conversion functions (Alex Pilosov)
167
169
INET, CIDR operators << and <<= indexable (Alex Pilosov)
168
170
Bytea comparison improvements, \### now requires three octal digits (Joe Conway)
169
171
Make trim/ltrim/rtrim/btrim/lpad/rpad/translate() multibyte aware (Tatsuo)
172
+ Formats with the correct number of columns for UNICODE in psql (Patrice)
170
173
Add pg_database_encoding_max_length() (Tatsuo)
171
174
Add pg_client_encoding() function (Tatsuo)
172
175
Add LATIN5,6,7,8,9,10 support (Tatsuo)
173
176
Change LATIN5 to mean ISO-8859-9, not ISO-8859-5 (Tatsuo)
177
+ Add ISO 8859-5,6,7,8 support (Tatsuo)
174
178
Make mic2ascii() non-ASCII aware (Tatsuo)
175
179
Measure transaction times in milliseconds (Thomas)
176
180
now() returns time in milliseconds (Thomas)
0 commit comments