Skip to content

Releases: pramsey/pgsql-ogr-fdw

Version 1.0.7

24 Sep 17:04
Compare
Choose a tag to compare

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

05 Jul 17:17
Compare
Choose a tag to compare

Minor changes in support of PostgreSQL 11 release.

Version 1.0.5

07 Dec 17:17
Compare
Choose a tag to compare

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

03 Oct 13:33
Compare
Choose a tag to compare

Correctly support NULL handling in GDAL >= 2.2

Version 1.0.3

01 Oct 00:07
Compare
Choose a tag to compare

Just some minor bug fixes and support for non-UTF databases.

Version 1.0.2

24 May 13:15
Compare
Choose a tag to compare

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_info and IMPORT SCHEMA code 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

05 Jan 21:46
Compare
Choose a tag to compare

Support for IMPORT SCHEMA in PostgreSQL 9.5 and some fixes for GDAL 2 support.

Version 1.0

11 Jun 13:40
Compare
Choose a tag to compare

Read-only support and push-down of non-spatial filters to OGR.