On 26th of September, Peter Eisentraut committed patch which adds: Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE   Like with tables, this also requires allowing the existence of composite types with zero attributes.   reviewed by KaiGai Kohei

On 28th of October Tom Lane committed his patch that changes some internals of functions, but it also adds interesting capability.

Pavel Stehule wrote, and Tom Lane committed patch which ads new syntax for set-returning functions: "RETURNS TABLE".