Skip to content

Releases: pgspider/dynamodb_fdw

Release v1.4.0

10 Feb 09:38
Compare
Choose a tag to compare

Changed:

  • Support building and bug fixing on Rocky Linux 8 OS
  • Support PostgreSQL 17.0
  • Support version info of FDW
  • Support column binary and binary array type

Bug fix:

  • Always use current user even if foreign table owner changed to other user

Release v1.3.0

20 Dec 11:03
cdad523
Compare
Choose a tag to compare
  • Support PostgreSQL 16.0

Release 1.2.0

20 Jan 10:04
442f4c7
Compare
Choose a tag to compare

Support PostgreSQL 15.0

Release 1.1.0

24 Dec 09:26
138f382
Compare
Choose a tag to compare

Support PostgreSQL 14.0

Release 1.0.0

02 Nov 07:16
cd27512
Compare
Choose a tag to compare

DynamoDB FDW 1.0.0
Support SELECT feature to get data from DynamoDB. DynamoDB FDW supports selecting columns or nested attribute object (using -> or ->> operator).
Support INSERT feature.
Support UPDATE feature using foreign modify.
Support DELETE feature using foreign modify.
Support push down WHERE clause (including nested attribute object).
Support push down function SIZE of DynamoDB.
Create tests.