Skip to content

Releases: devrimgunduz/postgresql-plruby

PL/Ruby 0.6.0

29 Oct 09:00
Compare
Choose a tag to compare
tests: fix conv_geometry test-case

Seems like ruby's yield keyword changed so it doesn't return array
nowadays -- ensure we yield an _array_ (of the same size as the
SETOF type).

Fixes: #13

0.5.7

28 May 08:47
Compare
Choose a tag to compare
Revert "more fixes for 0.5.6"

This reverts commit 724ab4fea0a5e6949e3d122400de39a610cb2a7a.

0.5.6

28 May 08:38
Compare
Choose a tag to compare

Release 0.5.6 with some more patches applied from Fedora.

plruby-0.5.5

25 Feb 17:54
Compare
Choose a tag to compare

Apply several patches from Fedora, that fixes build issues with PostgreSQL 9.1+ and Ruby 2.2 and newer GCCs.