Skip to content

Releases: mmottl/postgresql-ocaml

5.0.0

12 Feb 19:57
5.0.0
Compare
Choose a tag to compare

CHANGES:

  • Added support for parameter types to exec, prepare, send_query,
    and send_prepare.

    Thanks to Petter A. Urkedal for the patch!

4.6.3

15 Aug 18:20
4.6.3
Compare
Choose a tag to compare

CHANGES:

  • Removed incorrect [@@noalloc] from is_busy external call.

    Thanks to Dmitry Astapov for this patch!

4.6.2

04 Aug 23:48
4.6.2
Compare
Choose a tag to compare

CHANGES:

  • Removed base and stdio build dependencies.

4.6.1

30 Jul 05:01
4.6.1
Compare
Choose a tag to compare

CHANGES:

  • Fixed a bug in request_cancel that turned errors into success and
    success into an error. Thanks to Dmitry Astapov for this patch!

    • Added support for const char strings in stubs due to stricter handling
      in newer OCaml runtimes. This eliminates C-compiler warnings.

4.6.0

22 May 22:06
4.6.0
Compare
Choose a tag to compare

CHANGES:

  • Fixed missing runtime release during calls to PQisBusy.

    • Added a temporary workaround for dealing with notice processing and
      asynchronous operations.

      Thanks to Petter A. Urkedal for the patch!

4.5.2

28 Oct 21:26
4.5.2
Compare
Choose a tag to compare

CHANGES:

  • Switched from caml_alloc_custom to caml_alloc_custom_mem.

    This should improve memory usage and GC performance.

    • Switched to OPAM file generation via dune-project

4.5.1

11 Oct 23:42
4.5.1
Compare
Choose a tag to compare

CHANGES:

  • Fixed warnings in C-stubs

    • Support detection of release candidate version numbers

4.5.0

06 Jun 19:22
4.5.0
Compare
Choose a tag to compare

CHANGES:

  • Added support for put_copy_data, put_copy_end, and get_copy_data

    Thanks to Petter A. Urkedal for the patch!

4.4.2

28 Mar 14:06
4.4.2
Compare
Choose a tag to compare

CHANGES:

  • Fixed documentation formatting warnings

    • Fixed OpenSUSE depexts

4.4.1

25 Oct 19:43
4.4.1
Compare
Choose a tag to compare

CHANGES:

  • Switched to dune, dune-release, and OPAM 2.0