Skip to content

Releases: pgspider/griddb_fdw

Release v2.3.0

20 Dec 11:08
e6c224a
Compare
Choose a tag to compare
  • Support PostgreSQL 16
  • Support DDL command for PGSpider

Release v2.2.0

17 Jan 03:28
Compare
Choose a tag to compare

Features:

  • Support PostgreSQL 15

Bug fixes:

  • Fix some memory leaks of GridDB FDW
  • Fix static variables for PGSpider multile thread access
  • Fix error badly formatted node string "RESTRICTINFO"
  • Fix syntax error during parse: OR
  • Fix issue of NULL value handling in bulk_mode true

Release v2.1.1

23 Dec 04:22
5dfaa13
Compare
Choose a tag to compare
  • Support PostgreSQL 14.0

Release v2.1.0

06 Dec 01:22
bf8f926
Compare
Choose a tag to compare
  • Support get version
  • Support pushdown scalar operator ANY/ALL (ARRAY)
  • Support more functions to pushdown
  • Support keep connection control and connection cache information
  • Support bulk INSERT by using batch_size option for PostgreSQL 14
  • Fix can skip cast not initialize
  • Fix crash for error No such container
  • Fix error message only contain line of code on debug

Release v2.0.0

26 May 09:12
Compare
Choose a tag to compare

Support UPDATE
Support LIMIT OFFSET clause pushdown
Support ORDER BY pushdown
Support function pushdown in WHERE clause
Support aggregation pushdown
Support column_name options
Refactored tests

Release v1.3

14 Jan 06:09
f17843f
Compare
Choose a tag to compare

Support PostgreSQL 13.0
Bug fixes

  • Fix GridDB return fail when executing IN clause
  • Fix error hash table corrupted
  • Fix griddb GetForeignPlan failed
  • Fix row-key update

Release v1.2

28 Apr 01:15
a27fe40
Compare
Choose a tag to compare
  • PostgreSQL 12 Support

Release v1.1

18 Jan 09:28
1dcf963
Compare
Choose a tag to compare
  • Support the use of NULL value
  • Bug fixes

1st release

19 Nov 08:48
Compare
Choose a tag to compare
v1.0

pgindent