Releases: pramsey/pgsql-ogr-fdw
Version 1.0.9
Documentation errata and code warning quieting.
Version 1.0.8
Support for PostgreSQL 12 release, handle some issues with read-only data sources, add typmod to varchar types.
Version 1.0.7
Avoid problems with initialization in parallel cases, as described at https://www.postgresql.org/message-id/11960.1511116873%40sss.pgh.pa.us
Version 1.0.6
Minor changes in support of PostgreSQL 11 release.
Version 1.0.5
Support viewing GDAL debug messages when the CPL_DEBUG config option is set to on, and SET client_min_messages = debug2. Fix issue with UTF-8 transcoding, only applying it when the source advertises UTF strings.
Version 1.0.4
Correctly support NULL handling in GDAL >= 2.2
Version 1.0.3
Just some minor bug fixes and support for non-UTF databases.
Version 1.0.2
Many new features, but I'm not burning another major or minor version number, because PgSQL extension updates suck!
- Read/write support for OGR sources that can do that
- Column mapping support using
column_name - Unified
ogr_fdw_infoandIMPORT SCHEMAcode for table generation - GDAL/OGR options can be passed to the driver now, for finer control of sources
- More pushdown of OGR SQL constructs
Version 1.0.1
Support for IMPORT SCHEMA in PostgreSQL 9.5 and some fixes for GDAL 2 support.
Version 1.0
Read-only support and push-down of non-spatial filters to OGR.