Skip to content

Releases: pgspider/sqlite_fdw

Release 1.1.1

26 Aug 02:51
Compare
Choose a tag to compare

This release supports PostgreSQL 9.6, 10 and 11.

  • Support column_name option of CREATE FOREIGN TABLE
  • Support ALTER SERVER command
  • Many bug fixes

Release 1.1.0

31 Oct 06:07
Compare
Choose a tag to compare

This release supports PostgreSQL 9.6, 10 and 11.

Improvement :

  • PostgreSQL 11 support
  • Aggregate push-down support in PostgreSQL 9.6 by @KyleLilly #8
  • Conditional expressions push-down such as COALESCE(), NULLIF(), and CASE statements by @KyleLilly #6

Release 1.0.0

15 Oct 07:52
ed02959
Compare
Choose a tag to compare

This release can work with PostgreSQL 9.6 and 10.

This release supports following features :

  • INSERT, UPDATE and DELETE of foreign tables
  • WHERE clauses push-down
  • Aggregate push-down (PostgreSQL 10 only)
  • Transactions