Skip to content

Releases: mmottl/postgresql-ocaml

4.6.2

04 Aug 23:48
4.6.2

Choose a tag to compare

CHANGES:

  • Removed base and stdio build dependencies.

4.6.1

30 Jul 05:01
4.6.1

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

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

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

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

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

Choose a tag to compare

CHANGES:

  • Fixed documentation formatting warnings

    • Fixed OpenSUSE depexts

4.4.1

25 Oct 19:43
4.4.1

Choose a tag to compare

CHANGES:

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

4.4.0

08 Jul 14:18
4.4.0

Choose a tag to compare

CHANGES:

  • Added support for executing queries with binary results.

    Thanks to Paul Biggar for the patch!

4.3.0

30 Dec 17:15
4.3.0

Choose a tag to compare

4.3.0 (2017-12-30)

  • Added error handling functions for extracting more error details.

    Thanks to Sean Grove for the patches!