Releases: pgspider/dynamodb_fdw
Releases · pgspider/dynamodb_fdw
Release v1.4.0
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
- Support PostgreSQL 16.0
Release 1.2.0
Support PostgreSQL 15.0
Release 1.1.0
Support PostgreSQL 14.0
Release 1.0.0
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.