New features in 18.1.0
- db2_fdw 18.1.0 now enables the use of Json Web Tokens, since DB2 v11.5.9+ supports it. Find more details on that on the github wiki of this project and in JWT_AUTHENTICATION.md
- db2_fdw 18.1.0 now supports truncate command. That command efficiently and quickly empties a remote table
- db2_fdw 18.1.0 now supports loading a remote table using the PG COPY FROM command. It's only been tested using CSV format, yet.
- db2_fdw has always been supporting COPY TO command exporting data from a fdw table to a local file.
- db2_fdw 18.1.0 has now basic support for bulk inserts. More enhancements in this are will follow, to truely expedite insert performance particularly on bulk inserts.
More Detailed Changeds* #79 checking for a LOB null value by @temuenz in #80
- Add JWT token authentication support as alternative to user/password by @rpx99 in #83
- prepare release 18.1.0 by @temuenz in #86
- Support for copy by @temuenz in #87
- Support foreign truncate by @temuenz in #90
- Cleanup use of malloc, palloc, palloc0,free and pfree by @temuenz in #91
- Add bulk insert support by @temuenz in #92
New Contributors
Full Changelog: 18.0.1...18.1.0