master
Review our Postgres catalog usage for default values.
Simplify Postgres version string parsing further.
Compare type names case-insensitively in casting rules.
Added support for sequences with minvalue defined (#1429)
Citus support small bug fixes.
Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause.
Implement support for Redshift "identity" columns.
Improve our internal catalog representation.
Generic Function API for Materialized Views support. (#970)
Add support for multiple on update columns per table.