Releases: luxms/rw_redis_fdw
Releases · luxms/rw_redis_fdw
v1.0.10
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
- 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
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!
Fix for subtle issue with PostgreSQL 14
v1.0.6
Added postgres 15 support.
v1.0.5
Fix include update scripts