Skip to content

Releases: ed-o-saurus/PLHaskell

Version 4.0

13 Apr 18:19
Compare
Choose a tag to compare

Arrays

This release add the ability to work with arrays. They can be passed to and returned from functions. They can also be passed to and returned from queries.

Composite Types

This release adds the ability to pass composite values to queries.

Compatibility

There is a break in backwards compatibility in regards to composite types that are returned from queries. Starting in this release, there is an additional field that identifies the name of the composite type.

Version 3.1

28 Oct 21:52
Compare
Choose a tag to compare

No new features. Code refactor only.

Version 3.0

17 Jun 19:50
Compare
Choose a tag to compare

Added untrusted language variant.

Temp files are now in data/base/pgsql_tmp directory.

Other misc bug fixes and code refactoring.

Version 2.1

08 May 22:19
Compare
Choose a tag to compare

Added optimization.

Version 2.0

11 Feb 20:29
Compare
Choose a tag to compare

Version 2.0 adds the ability to execute queries from within PL/Haskell functions. In addition, the build and install procedures have been made simpler and more robust.

Users of Ubuntu and Fedora can install the extension directly from the rpm and apt repositories.

Version 1.1

06 Jan 17:17
Compare
Choose a tag to compare

No new features. Cleaned up code ahead of v2.0.

Version 1.0

01 Oct 22:07
Compare
Choose a tag to compare