Changelog
0.5.10
pg_analytics
Bug Fixes
- Fixed a bug where
timestamp
anddate
types were being stored incorrectly - Fixed a bug where creating a heap table from a parquet table with
SELECT * INTO
orCREATE ... AS SELECT *
was broken - Disabled
DELETE
andINSERT ... ON CONFLICT
clauses, which were not well supported
Features
- Added support for the
time
type
Full Changelog
The full changelog is available here.