Skip to content

Releases: luxms/rw_redis_fdw

v1.0.10

11 Oct 15:16
cfd5faa
Compare
Choose a tag to compare

What's Changed

  • fix issues related to --enable-cassert, address memory issues on redis error checks by @petrov9268 in #19

Full Changelog: v1.0.9...v1.0.10

v1.0.9

22 Jul 16:37
3ef05c2
Compare
Choose a tag to compare
v1.0.9 Pre-release
Pre-release
  • add T_OpExpr to condition to fix missing key in a functions with a where clause that have operation
  • added two test cases that call two new functions 6 times to check that no error occurred
  • code cleanup: remove trailing spaces from redis_fdw.c and remove localization from expected
  • fix -Wimplicit-fallthrough warning
  • fix mistake in 1.0.8 upgrade script

Update Makefile

11 Jun 09:26
577f052
Compare
Choose a tag to compare

Fix for builds

  • Update Makefile

  • Create redis_fdw--1.0.8.sql

  • Create redis_fdw--1.0.7--1.0.8.sql

  • Update CHANGES

  • Fix redis_fdw.control

pg14 ready!

16 Jan 08:17
7f647f3
Compare
Choose a tag to compare

Fix for subtle issue with PostgreSQL 14

v1.0.6

28 Sep 15:22
ec1f854
Compare
Choose a tag to compare

Added postgres 15 support.

v1.0.5

15 May 11:03
44b1a6e
Compare
Choose a tag to compare

Fix include update scripts