Skip to content

pg_ivm 1.2 (2022-7-25)

Compare
Choose a tag to compare
@yugo-n yugo-n released this 25 Jul 09:15
· 49 commits to main since this release
  • 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 in FROM clause. Sub-queries in a target-list or WHERE clause (including EXISTS sub-queries) are not allowed.

  • Add support for built-in min and max aggregate functions (Yugo Nagata)