SELECT * FROM tab WHERE col IN array_val
-
Allow polymorphic SQL functions (Joe)
- bjm ??
-
-
New array functions array_append(), array_cat(), array_lower(),
array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)
-
Allow user defined aggregates to use polymorphic functions (Joe)
- bjm ??
-
-
-
Allow polymorphic user defined aggregates (Joe)
+
Allow user defined aggregates to use polymorphic functions (Joe)
Allow assignments to empty arrays (Joe)
Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
Allow polymorphic PL/pgSQL functions (Tom, Joe)
+
Allow polymorphic SQL functions (Joe)
+ bjm ??
+
+
Improved compiled function caching mechanism in PL/pgSQL with full
support for polymorphism (Joe)
Add new $0 parameter in PL/pgSQL representing the function's actual