pg_ivm 1.2 (2022-7-25)
- Add support for PostgreSQL 15 (Takuma Hoshiai, Yugo Nagata)
-
Add support for simple sub-queries in FROM clause (Takuma Hoshiai)
Simple sub-queries that do not contain
DISTINCT
or an aggregate function can be used inFROM
clause. Sub-queries in a target-list orWHERE
clause (includingEXISTS
sub-queries) are not allowed. -
Add support for built-in min and max aggregate functions (Yugo Nagata)