Fix problem with EXCEPT in CREATE RULE
Prevent problem with dropping temp tables having serial columns
Fix replace_vars_with_subplan_refs failure in complex views
- Fix regexp slowness in multibyte encodings (Tatsuo)
+ Fix regexp slowness in single-byte encodings (Tatsuo)
Allow qualified type names in CREATE CAST and DROP CAST
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
Fix pg_dump core dump in some cases with procedural languages
Fix problem with EXCEPT in CREATE RULE
Prevent problem with dropping temp tables having serial columns
Fix replace_vars_with_subplan_refs failure in complex views
-Fix regexp slowness in multibyte encodings (Tatsuo)
+Fix regexp slowness in single-byte encodings (Tatsuo)
Allow qualified type names in CREATE CAST and DROP CAST
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
Fix pg_dump core dump in some cases with procedural languages